[WiX-users] Custom Action on Finish Dialog

2009-02-26 Thread Arun Perregatturv
I am trying to execute this Custom action and its not working. I want the finish dialog to have a checkbox which says do not restart computer. If its unchecked(which is default) then restart the computer. UI UIRef Id=WixUI_Mondo/ Publish Dialog=ExitDialog Control=Finish

Re: [WiX-users] Custom Action on Finish Dialog

2009-02-26 Thread John Lalande
You should really just use ScheduleReboot and condition it on your checkbox. See the Wix help file for more details. -- Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the

Re: [WiX-users] Custom Action on Finish Dialog

2009-02-26 Thread Brian Rogers
Hey Arun, In addition to what John mentioned, you create an having a batch file that calls shutdown which is not hard rooted. If the user's path points to some other named shutdown.exe your action will fail. I know it sounds unlikely, but it happens. Second, if my memory is correct, once the