Re: [WiX-users] Need to force uninstall of entire bundle on Upgrade

2014-10-30 Thread Shane Corbin
My BA is a collection of MSI's, each of which install separate driver packages. The driver package installation process is done in the MSIs using DIFxAppExtension. Two of the five packages in the chain have updates. One of the driver packages being updated is a bus driver. When the uninstall of

Re: [WiX-users] Need to force uninstall of entire bundle on Upgrade

2014-10-30 Thread Hoover, Jacob
kages in the new bundle (what about "core" prerequisites like .Net, SQL Server, ...)? -Original Message- From: Shane Corbin [mailto:shane_cor...@selinc.com] Sent: Thursday, October 30, 2014 10:22 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Need to force unin

[WiX-users] Need to force uninstall of entire bundle on Upgrade

2014-10-30 Thread Shane Corbin
A Major upgrade identifies only the items in the chain that need updated, uninstalls the old versions, and installs the new versions. I'd like my bundle to completely remove any existing installations, then do a fresh install. How can I accomplish this? -- View this message in context: http:/