LaunchAppAndWait

InstallShield 2016 ยป InstallScript Language Reference

The LaunchAppAndWait function enables you to launch another application from within the script. LaunchAppAndWait calls the following:

LaunchApplication( szProgram, szCmdLine, "", LAAW_STARTUPINFO.wShowWindow, LAAW_PARAMETERS.nTimeOut, nOptions | LAAW_OPTION_CHANGEDIRECTORY | LAAW_OPTION_FIXUP_PROGRAM );

For more information on parameters and return values for LaunchAppAndWait, see LaunchApplication.

Syntax

LaunchAppAndWait ( szProgram, szCmdLine, nOptions );

See Also