Archive: ExecWait options


ExecWait options
ExecShell has options: [SW_SHOWNORMAL | SW_SHOWMAXIMIZED | SW_SHOWMINIMIZED] that ExecWait does not. I need ExecWait for command line install, ExecShell gives me errors. How do I eliminate dialog with ExecWait similiar to
ExecShell <command> SW_MINIMIZED?

thanks,
mdm


I don't think you can with ExecWait.

-Stu


If it's a command line program you can use nsExec to hide the window.