LaunchApp

InstallShield 2016 ยป InstallScript Language Reference

The LaunchApp function enables you to launch another application from within the script. LaunchApp calls LaunchAppAndWait( szCommand, szCmdLine, LAAW_OPTION_NOWAIT ). For information on LaunchApp parameters and return values, see LaunchAppAndWait.

See Also