PDA

View Full Version : Launching my app at end of installation



Doug I
05-03-2005, 01:03 AM
I can't seem to figure out how to get the installer to launch my app immediately after pressing the Finish button on the last dialog window.

I did get a checkbox on this last dialog window, but can't seem to associate it to launching my application. :confused:

Advise please.

Doug

linder
05-03-2005, 01:10 AM
Dough,

Please check the "Run Checkbox Demo 1.sb5" example demo.

If %_SB_RETURN% Equals "1" on Position "1" Then
Message Box "Open Readme here" -- "Readme"
End

Replace the above "Message Box" script item with a "Run Program" function.

Does this help?

Friedrich

Doug I
05-04-2005, 08:41 AM
Thanks... that helped in more ways that one.
I didn't realize you had all those examples included. That helped solve a few more things I wanted to do with the script.