LaunchAppAndWaitInitStartupInfo

InstallShield 2019 ยป InstallScript Language Reference

The LaunchAppAndWaitInitStartupInfo function initializes the LAAW_STARTUPINFO and LAAW_PARAMETERS system variables to the appropriate default values. This function is called automatically during installation initialization.

Syntax

LaunchAppAndWaitInitStartupInfo ( );

System Variables

LaunchAppAndWaitInitStartupInfo System Variables

System Variable

Default Value

LAAW_STARTUPINFO.cb

SizeOf(LAAW_STARTUPINFO)

LAAW_STARTUPINFO.lpReserved

NULL

LAAW_STARTUPINFO.lpDesktop

NULL

LAAW_STARTUPINFO.lpTitle

NULL

LAAW_STARTUPINFO.wShowWindow

SW_SHOWDEFAULT

LAAW_STARTUPINFO.lpReserved2

NULL

LAAW_STARTUPINFO.cbReserved2

0

LAAW_STARTUPINFO.dwFlags

STARTF_USESHOWWINDOW

LAAW_PARAMETERS.szStatusText

""

LAAW_PARAMETERS.szCommandLineResult

""

LAAW_PARAMETERS.lpProcessAttributes

NULL

LAAW_PARAMETERS.lpThreadAttributes

NULL

LAAW_PARAMETERS.bInheritHandles

FALSE

LAAW_PARAMETERS.dwCreationFlags

NORMAL_PRIORITY_CLASS

LAAW_PARAMETERS.lpEnvironment

NULL

LAAW_PARAMETERS.lpCurrentDirectory

NULL

LAAW_PARAMETERS.nCallbackInterval

1000

LAAW_PARAMETERS.nLaunchResult

0

Parameters

None.

Return Values

LaunchAppAndWaitInitStartupInfo Return Values

Return Value

Description

ISERR_SUCCESS

This function always returns ISERR_SUCCESS.

See Also