InstallShield 2018 ยป 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
ShellExecuteEx (MSDN Web site)
InstallShield 2018 Help LibrarySeptember 2018 |
Copyright Information | Flexera |