
One thing the guide doesn't mention is whether I need to create 2 different setup.exe for 32 bit and 64 bit with the respective registry or can it be done in one setup.exe and if so how? Do I just put all 3 registry entries into InstallShield's project setup?ģ. I got it to work on 64 bit win 8 and 32 bit windows vista installations using this registry: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\Outlook\Addins\SampleCompany.OutlookAddIn Will the above cause a problem?ģ. Why I didn't have the permission for it?!Ģ.

I am the admin user so I don't understand The Runtime installed and then when my Add-in resumed installation, it gave me an error saying "You don't have permission to access HKEY_LOCAL_MACHINE\SOFTWARE(32-Bit)\.". HKEY_LOCAL_MACHINE\SOFTWARE(64-Bit)\Microsoft\Office\Outlook\Addins\SampleCompany.OutlookAddInġ. HKEY_LOCAL_MACHINE\SOFTWARE(32-Bit)\Microsoft\Office\Outlook\Addins\SampleCompany.OutlookAddIn Using VS 2012 and Outlook 2010 on 64bit Win 8.įor per-computer installation, its says registry entries are: However, I had to implement the registry different because MS way was giving me an error. I don't get the false message that the installation failed. The updated version 0 of Visual Studio Runtime for Office works i.e. Is this the case? Did you include the marked line? HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\VSTO Runtime Setup\v4R | Version="0"įor example, a complete file should look: Make sure that the following registry hive and record exists on the problematic PC:


It looks like the installer can't find the required windows registry record which indicates whether the VSTO runtime installed on the target PC or not. Thank you for sharing a screenshot of the error message.
