Hi,
I created a Task Sequence that has "Run another program first" option checked under it's Properties...Advanced tab. The program it's running is a vbscript message box script (launched with cscript). If "Normal" is selected for the program under it's General tab, then the message box is maximized when it opens. This is good except for one issue: the black box associated with script host is showing. If a user closes the black box, the advertisement fails. If "Hidden" is selected for the program under it's General tab, then the black box is gone, however the message box is minimized when the script runs. Therefore, I'm in a dilemma. I don't want the black box showing but at the same time I want the message box to be maximized when the script runs.
Thanks