cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
megetron
Level 2

Launch EXE file at the end of setup

Hello,
I am trying to create a setup, that contains only one executable file. at the end of the setup I need it to run at any case.
How do I do it?
Labels (1)
0 Kudos
(2) Replies
RobertDickau
Flexera Alumni

Specifics depend on your project type, but perhaps see this old newsletter tip for some options (PDF): http://www.flexerasoftware.com/webdocuments/PDF/launch.pdf.
0 Kudos
vivigatt
Level 3

You can create a custom event and make it called (DoAction) when the last dialog exits (on the pressing of the button that will close the last dialog).
The custom event would be a function in InstallScript that would call "LaunchApplication" to launch your exe.
0 Kudos