Skip to content
⌘ NSIS Forum Archive

How to get rid of ugly flash of Command Prompt window on ExecWait

4 posts

dsilvia#

How to get rid of ugly flash of Command Prompt window on ExecWait

Hi!

Is there some way to not get the ugly flash of a command prompt window coming up when you use ExecWait? I need to use this instruction because I need to retrieve the return error code, if any. But it is so unprofessional looking to have the command prompt window come up, albeit however briefly!🙁

Any suggestions?😕

thx,
Dave S.
dsilvia#
Originally posted by Joel
Yes, try nsExec.dll, is in your ${NSISDIR}\Plugins
Thank you much!😉 Exactly what I needed!

thx,
Dave S.
Joel#
No problem... I recommend you to download to nsis source to get more info about the other plugins and see what they can do for ya 🙂