Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 3 of 3
  1. #1
    Join Date
    Jul 2001
    Location
    Sunshine Coast, Queensland, Australia
    Posts
    139
    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.

  2. #2
    Join Date
    Oct 2001
    Location
    Norway
    Posts
    939
    …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.

  3. #3
    Join Date
    May 2000
    Location
    Indigo Rose Software
    Posts
    2,150
    A checkbox screen is the common way to handle this type of situation.

    Adam Kapilik

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts