LAAW_SHELLEXECUTEINFO

InstallShield 2016 ยป InstallScript Language Reference

The LAAW_SHELLEXECUTEINFO script variable is an instance of a SHELLEXECUTEINFO structure used by the LaunchApplication function when the ShellExecuteEx function is called. You can customize the members of this structure to affect how using LaunchApplication with the LAAW_OPTION_USE_SHELLEXECUTE parameter works.

SHELLEXECUTEINFO Structure

typedef SHELLEXECUTEINFO

begin

int cbSize;

int fMask;

HWND hwnd;

pointer lpVerb;

pointer lpFile;

pointer lpParameters;

pointer lpDirectory;

int nShow;

HWND hInstApp;

pointer lpIDList;

pointer lpClass;

HWND hkeyClass;

int dwHotKey;

HWND hIconMonitor;

HWND hProcess;

end;

See Also