PDA

View Full Version : help urgencyyyyyyyyyy


Steven Carr
03-18-2005, 04:51 AM
Simple.

In the "OnShutdown" run the program you want.

You would have a line similar to:

Shell.Execute( _SourceFolder.."\\MyProg.exe", "", "", "", SW_SHOWNORMAL);

BTW: Do it just before the g_HandleSystemReboot(); call if you have that in your OnShutdown script.

csd214
03-18-2005, 06:46 AM
…and you may have a checkbox screen in place of the normal "Finished Install" screen.
Checkbox: Run the app?

If the computer has to reboot before the app can be started, you can use the File.RunOnReboot() command.

Adam
03-18-2005, 09:27 AM
A checkbox screen is the common way to handle this type of situation.

Adam Kapilik