How to update installed plugin

Add-in Express™ Support Service
That's what is more important than anything else

How to update installed plugin
 
kp2014




Posts: 13
Joined: 2014-05-15
When updating my IE add-in (from version 1.1.0 to 1.2.0) the existing version was not removed. I have created a setup project to create the .msi file and I have a Wix BootsTrapper project (WixStandardBootstrapperApplication) which calls that msi file using DownloadUrl specified in the MsiPackage. The bootstrapper project was added to reused an existing danish setup wizzard and to make the installation simple (just surf to the exe-file of the bootstrapper and run it.)
Posted 19 May, 2014 10:20:25 Top
Sergey Grischenko


Add-in Express team


Posts: 7233
Joined: 2004-07-05
Hello,

Do you use the same upgrade id in the Upgrade section of both new and old setups?
Posted 19 May, 2014 11:36:23 Top
kp2014




Posts: 13
Joined: 2014-05-15
Yes, the upgrade ID is the same for both versions.
Posted 19 May, 2014 14:56:07 Top
kp2014




Posts: 13
Joined: 2014-05-15
Fixed! The msi-file was not updated. Fixed it by adding a project reference in the bootstrapper project to the setup project. Now it updates perfectly.
Posted 20 May, 2014 04:50:53 Top