[WiX-users] Handling a package that requires a restart

2014-07-25 Thread barthooper
I've recently added IE 9 as a prerequsite and included it in my bundle. I've tried using the /norestart command to the IE installer itself, which seems to suppress the restart so it doesn't occur immediately after that package installs. However, for some reason, the restart does occur while Burn

[WiX-users] WixBundleAction - Which actions correspond to the values?

2014-07-17 Thread barthooper
I am trying to get a certain package to run when the user launches the uninstall but not when the bundle is removed by a related bundle that is upgrading it. I tried adding NOT WixBundleAction = 4 to my DetectCondition but that doesn't work. Is there a way for a package to distinguish if the

Re: [WiX-users] Uninstalling a bundle from ARP

2014-07-16 Thread barthooper
The problem with my original issue was I didn't have cache=yes because I had read that was the default but when the issue came up the InstallCondition for those packages was false (incorrectly). Now my new problem is I am trying to get a certain package to run when the user launches the uninstall

[WiX-users] UpgradeCode question: Moving from VS Setup Project to WiX and Burn

2014-07-15 Thread barthooper
Hello everyone, I'm wondering if it is possible to have an existing product that was installed using a Visual Studio Setup Project be migrated so that the MSI is part of a Burn bundle and the upgrade process does not involve RemoveExistingProducts. The new Burn bundle contains many of the

Re: [WiX-users] UpgradeCode question: Moving from VS Setup Project to WiX and Burn

2014-07-15 Thread barthooper
. That will use REmoveExistingProducts. Not clear why you want to avoid that. ___ FireGiant | Dedicated support for the WiX toolset | http://www.firegiant.com/ -Original Message- From: barthooper [mailto: matthew.a.mains

[WiX-users] Uninstalling a bundle from ARP

2014-07-15 Thread barthooper
I'm testing some different installation/upgrading scenarios and I've found that if I try to uninstall a bundle from Add/Remove Programs that during the Burn UI I get prompted to locate either the Burn exe file the bundle was created from itself, or one of the packages if the package is not

Re: [WiX-users] Uninstalling a bundle from ARP

2014-07-15 Thread barthooper
bundle? -Original Message- From: barthooper [mailto: matthew.a.mains@ ] Sent: Tuesday, July 15, 2014 2:54 PM To: wix-users@.sourceforge Subject: [WiX-users] Uninstalling a bundle from ARP I'm testing some different installation/upgrading scenarios and I've found