
nitinghanwat1.5524944418236672E12 asked a question.
How to hide console, when bat/cmd is ran as prerequisite?
Hello,
I am launching .bat file as prerequisite which in turn calls some exe.
I dont want console to display when prerequisite setup is going on.
How to achive this?
This is defiantly not a build in feature for Installshield. Did a little research and it appears this may be a limitation of using batch files.
http://www.howtogeek.com/131597/can-i-run-a-windows-batch-file-without-a-visible-command-prompt/
"You can’t — executing a batch file with the built in Command Prompt is going to keep a window open until the batch file exits."
Grant