Skip to content
⌘ NSIS Forum Archive

ExecWait options

3 posts

mdm#

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