Re: [WiX-users] setup exe built with setupbld crashes when a reboot is required.

2009-11-18 Thread John L Krupka
Thanks. Turns out it wasn't crashing but displaying a default error message checking the returned HRESULT of the action in ConfigureMsi. After the action executes, the HRESULT is tested and different error conditions are checked and messages posted. I see in other places where the REBOOT HRESUL

Re: [WiX-users] setup exe built with setupbld crashes when a reboot is required.

2009-11-14 Thread Rob Mensching
Probably a bug. That bootstrapper is extremely limited in its capabilities and amount of time debugged. Attach a debugger and I expect you'll find the issue quickly. On Mon, Nov 9, 2009 at 2:09 PM, John L Krupka wrote: > > Note: I forgot to mention that I removed the ScheduleReboot and I did no

Re: [WiX-users] setup exe built with setupbld crashes when a reboot is required.

2009-11-09 Thread John L Krupka
Note: I forgot to mention that I removed the ScheduleReboot and I did not get the error message. John L Krupka wrote: > > The setup executable that I am building with setupbld using the setup.exe > stub crashes with a "The process terminated unexpectedly" message box. > The install requires a

[WiX-users] setup exe built with setupbld crashes when a reboot is required.

2009-11-09 Thread John L Krupka
The setup executable that I am building with setupbld using the setup.exe stub crashes with a "The process terminated unexpectedly" message box. The install requires a reboot, so the ScheduleReboot action is called. The crash occurs after the reboot dialog is cleared. It does not matter how the