Re: [WiX-users] Windows installer 3.1 prereq

2012-07-08 Thread Christopher Painter
Sean- I have prerequisites for InstallShield (PRQ files) but I can't say that I use them anymore. MSI 3.1 is included in Server 2003 SP1 and Windows XP SP3. All of my employers and customers have accepted that if someone really wants to run a 10 year old operating system that must atleast

[WiX-users] How to uninstall Burn bundle?

2012-07-08 Thread Nick Ramirez
I've been able to install my bundle with Burn, but I'm having trouble uninstalling it. I have an uninstall button on the UI that when clicked calls a method that starts the Plan phase: public void StartUninstalling(Window mainWindow) { this.mainWindow = mainWindow; this.Eng

Re: [WiX-users] How to uninstall Burn bundle?

2012-07-08 Thread Nick Ramirez
Okay, an update: Actually, if I click my Uninstall button after the reboot, it does eventually uninstall the bundle. Is it /supposed/ to require a restart to uninstall a Burn bundle? And does that restart only become mandatory when you want to uninstall? -- View this message in context: http://wi

Re: [WiX-users] Burn: Planning: package customization

2012-07-08 Thread Kannan24
Hi, you have mentioned in the response "The Command structure always shows you what was provided via the command-line. It will not change until you pass a new command-line to the engine." Am using the Windows form application, so how to change the command-line for action as "Uninstall"? Pleas

Re: [WiX-users] Burn: Planning: package customization

2012-07-08 Thread Rob Mensching
Pass "-uninstall" on the command-line. On Sun, Jul 8, 2012 at 11:19 PM, Kannan24 wrote: > Hi, > > you have mentioned in the response > > "The Command structure always shows you what was provided via the > command-line. It will not change until you pass a new command-line to the > engine." > > Am

Re: [WiX-users] Windows installer 3.1 prereq

2012-07-08 Thread Rob Mensching
100% agreed. On Sun, Jul 8, 2012 at 5:23 AM, Christopher Painter wrote: > Sean- > > I have prerequisites for InstallShield (PRQ files) but I can't say that I > use them anymore. MSI 3.1 is included in Server 2003 SP1 and Windows XP > SP3. All of my employers and customers have accepted that

Re: [WiX-users] How to uninstall Burn bundle?

2012-07-08 Thread Rob Mensching
Nothing Burn does requires a restart. A package in the chain may require a restart and Burn will respect that. On Sun, Jul 8, 2012 at 9:34 PM, Nick Ramirez wrote: > Okay, an update: Actually, if I click my Uninstall button after the reboot, > it does eventually uninstall the bundle. Is it /suppo

Re: [WiX-users] How to uninstall Burn bundle?

2012-07-08 Thread Bruce Cran
On 09/07/2012 05:34, Nick Ramirez wrote: > Okay, an update: Actually, if I click my Uninstall button after the reboot, > it does eventually uninstall the bundle. Is it /supposed/ to require a > restart to uninstall a Burn bundle? And does that restart only become > mandatory when you want to uninst