Re: [WiX-users] suppressing start on exit

2011-01-25 Thread John Lalande
Date: Tue, 25 Jan 2011 16:16:52 -0500 That would definitely resolve the issue, though I don't think my product manager would accept that solution. Thanks anyway. From: Chris Lord Subject: Re: [WiX-users] suppressing start on exit To: "General discussion for Windows Installer X

Re: [WiX-users] suppressing start on exit

2011-01-25 Thread Chris Lord
ust > before the exit dialog is displayed? > > Or perhaps I am doing this completely wrong and there is another, more > logical approach? > > Date: Tue, 25 Jan 2011 09:53:23 -0800 > From: Blair > Subject: Re: [WiX-users] suppressing start on exit > To: "'General disc

Re: [WiX-users] suppressing start on exit

2011-01-25 Thread John Lalande
Is there some way to run my custom action in the UI sequence just before the exit dialog is displayed? Or perhaps I am doing this completely wrong and there is another, more logical approach? Date: Tue, 25 Jan 2011 09:53:23 -0800 From: Blair Subject: Re: [WiX-users] suppressing start on exit To

Re: [WiX-users] suppressing start on exit

2011-01-25 Thread Blair
Properties set in the Execute sequence are not reflected back into the UI sequence. -Original Message- From: John Lalande [mailto:johnlala...@gmail.com] Sent: Tuesday, January 25, 2011 8:13 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] suppressing start on exit My

[WiX-users] suppressing start on exit

2011-01-25 Thread John Lalande
My installer has a check box on the final panel that starts the application when the Finish button is clicked. However, I would like this option to not be available if there is a reboot scheduled. I have a custom action that sets a property named "PENDINGREBOOT" to '1' and conditions on the check