Message 1 of 5
installer for Revit 2015
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi there,
I'm trying to create an installer for my Revit addin. I've been creating a single 32 bit .msi installer for years that has worked great on both x86 and x64 systems. Now that I've upgraded to VS2013 InstallShield is used for the installer and it doesn't seem to allow any x64 merge modules in a 32 bit installer package.
If I look further in the log file I see that the merge module in question must be "Visual C++ 10.0". I didn't add that as a reference so I'm guessing that it is a dependent of either RevitAPI.dll or RevitAPIUI.dll. Am I on the right track here? Does this mean I now can't create a single unified install program that works for both x86 and x64?
James LeVieux