Okay,
I'm attempting a multi-user VSTO add-in for Office 2007/2010
I have it working by selecting 'multi user install' in Install Parameters tab for any MIXED installations (64bit Windows and 32 bit Outlook)
However....the registry doesn't go in the right place for both 64bit Windows and 64bit Outlook.
I read this: http://www.advancedinstaller.com/user-g ... istry.html which is close, but not quite what i'm looking for.
In the case where both versions are 64bit the registry I need to update looks like this:
HKEY_LOCAL_MACHINE\Software\Microsoft\Office\Outlook\Addins\add-in ID
(currently and the wrong location it's being placed at:
HKEY_LOCAL_MACHINE\Software\Wow6432Node\Microsoft\Office\Outlook\Addins\add-in ID )
thanks!
mike