Re: [WiX-users] msi made up of only 1 custom action

2011-11-01 Thread Steven M. Drucker II
011 11:06 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] msi made up of only 1 custom action If this is an upgrade to the same product, then the UpgradeCode should be the same and it should remove the existing product if you have a proper Upgrade table

Re: [WiX-users] msi made up of only 1 custom action

2011-11-01 Thread Hoover, Jacob
If this is an upgrade to the same product, then the UpgradeCode should be the same and it should remove the existing product if you have a proper Upgrade table setup. (No need for a custom action.) The next question is when do you have RemoveExistingProducts schedu