Re: [WiX-users] How to use Burn to install new and minor upgrade

2011-12-01 Thread Blair
If you are strictly following the component rules, consider that during Major Upgrades with late scheduling of RemoveExistingProducts the following scenarios hold: - Upgraded components will be installed without removal of the obsoleted version of those components. - Unchanged components will be i

Re: [WiX-users] How to use Burn to install new and minor upgrade

2011-11-28 Thread John Cooper
Well, our main product is mostly a bunch of web services. Each web service lives in its own AppPool. So, in upgrade scenarios, I have a custom action that harvests the account and password for the AppPool directly from IIS7. It's been a while since I've worked with pure Windows services, but