Hi All-
I am using a LaunchAppAndWait function in Installscript to launch a batch file at the end of a MSI setup and would like to launch it minimized or hidden.
Example:
LaunchAppAndWait ( szProgram, szCmdLine, LAAW_OPTION_MINIMIZED );
The problem is, I can't find the number value of the constants:
LAAW_OPTION_MINIMIZED
LAAW_OPTION_HIDDEN
and I can't find the header file where these are defined (I think its Ifx.h).
Anyone know the values or which IS product includes these headers???
Thanks in advance,
Dan Lawrence