Re: [WiX-users] Fwd: Custom action

2008-11-07 Thread Bob Arnson
Peter Vestergaard wrote: > The custom action is not run twice, because the checkbox dialog is located > after the progress dialog. Maybe I don't need to list it in the > InstallExecuteSequence... > When you schedule a custom action in InstallExecuteSequence, it runs as part of the install. >

Re: [WiX-users] Fwd: Custom action

2008-11-06 Thread Peter Vestergaard
The custom action is not run twice, because the checkbox dialog is located after the progress dialog. Maybe I don't need to list it in the InstallExecuteSequence... But is it possible to make the finnish button, both run the custom action, and then shut down the installer? Regards Peter 2008/11/6

Re: [WiX-users] Fwd: Custom action

2008-11-06 Thread Bob Arnson
Peter Vestergaard wrote: > I have a custom action that runs when my exit dialog's finish button is > pressed. Is it possible to make the installer shut down when my custom > action has run. Check the .msi in Orca to see that the ControlEvent table order for your DoAction event comes before the E