Run application after successful install

Ata picture Ata · Sep 22, 2010 · Viewed 42.4k times · Source

How to make check box that allow user to run application after installation?

Answer

Akku picture Akku · Mar 17, 2011

There you go:


under [Run]:

Filename: {app}\{cm:AppName}.exe; Description: {cm:LaunchProgram,{cm:AppName}}; Flags: nowait postinstall skipifsilent

under [CustomMessages]:

AppName=mySoftwaresNiceName
LaunchProgram=Start mySoftware after finishing installation