Thanks Eusebiu! I found the thread as well and was running my tests to find out if I'm able to work this out . But thanks for the quick turnaround on this. And would gladly like to inform that the suggested solution works.
I've prepared a Mixed Package Type installer (32-bit + 64-bit). I assumed that being a mixed package it will determine the Correct Registry location for Addon registration automatically.
When we install 64-bit Outlook addon the installer should register the Addon to following location: HKLM ...
cool. Thanks for reply. But for now considering I don't need to support office 64 installer due to the urgency of installer need.
Though I got an issue with Registry now, since I made the Advanced Installer setup project to be "per-machine" installer from "per-user" ... I got serious issue with it ...
Is there any Tutorial or Guide available which I can check to create a "single" Installer which will install my Outlook addin to correct Registry node based on 32-Bit Outlook or 64-bit outlook detected on Client PC?
Thanks for the reply. And yes, I hold a Professional License, so you mean if I add 3 prerequisites like this: http://screencast.com/t/vE6XUVw932F ...this will automatically install 32-bit on 32-bit machine and 64-bit on 64-bit machine? ..
I need to deploy a toolbar that will install VSTO 2010 runtime automatically based on the system information such that if I'm installing it on 32-bit then x86 version of VSTO is installed otherwise VSTO x64 is installed. This should be a pre-requisite for the installer.
I'm facing the exact same issue. I last build my installer with Advanced Installer 8.5, and the product version at that time of my product was 0.0.930, and I updated to Advanced Installer 8.6 and build my app's new version i.e. 0.0.936 and it installs fine, but it is showing 0.0.930 version in ...
I've professional version of Advanced Installer and I'm creating a setup project for Office Add-in, and was trying to apply one of the many themes provided in the application. But after the build when I execute Setup.exe it still runs and display old interface of an msi install. How can i have a new ...
I'm new to Advanced Installer and am trying to create an MSI Setup project for a VSTO Solution which installs a toolbar Addon for Multiple office applications (Excel and Word).
In Office Add-in project wizard of Advanced Installer, when I import my solution it shows me Both Projects Excel and ...