Re: [WiX-users] Burn Bundle Uninstall Questions

2014-02-26 Thread Holger Gubbels
bundle is present? And if so, for what is the property in the eventargs of BeginDetect? Thanks again!! :) Gesendet von meinem Windows Phone Von: rw1017 Gesendet: 26.02.2014 17:43 An: wix-users@lists.sourceforge.net Betreff: Re: [WiX-users] Burn Bundle Uninstall Qu

Re: [WiX-users] Burn Bundle Uninstall Questions

2014-02-26 Thread rw1017
1) Remove the Registry Key in the ARP Uninstall Registry location for the productcode for the old bundle. 2) The active(upgrade) bundle is coded to execute the old(cached) bundle with the -quiet -uninstall flags. Your upgrade bundle should contain the final contents. Current: A.msi, B.msi Desired