PDA

View Full Version : Automatic launching application


ifarooqui
06-04-2002, 02:04 AM
I am using Setup factory version 5.0. I've developed a setup program comprises of various executables and dlls.

Now what i want is that when setup completes, the main apllication exe should get automatically launch. How can i achieve this goal ?????????

Mark
06-04-2002, 09:14 AM
Hi,

Go to Settings -> Shell Operations -> Execute tab. There create an Execute action that will launch your program. Your target will be something like: %AppDir%\MyProgram.exe. Now make sure on the Advanced tab that you have “On Shutdown” selected as your timing option. This will launch whatever is specified in your target once the setup has finished.

If you are having problems look at the help file, it has some good information on executing programs.


mark.