skipjam
Posts: 6
Joined: Fri Apr 15, 2005 6:36 pm

Launching a console application in a minimized window

I have a custom action that launches a console app. Has anyone found a way to launch a console app in a minimized Window? I want to avoid writing a wrapper launcher if possible. TIA.
gigi
Posts: 2103
Joined: Tue Apr 11, 2006 9:55 am
Contact: Website

Hi,
I have a custom action that launches a console app. Has anyone found a way to launch a console app in a minimized Window?
You can use "ShellExecuteEx" function in your custom actions. Please see this link for more details about this function:
http://msdn.microsoft.com/library/defau ... cuteex.asp

Regards,
Gigi
_______________
Gheorghe Rada
Advanced Installer Team
http://www.advancedinstaller.com

Return to “Common Problems”