Skip to content
⌘ NSIS Forum Archive

How do I hide the display of command being executed

1 posts

Gurleen#

How do I hide the display of command being executed

Hi
I dont want the user to see the commands being executed when the installer is running . But I want to see the progress bar.Do I just leave the MUI_PAGE_INSTFILES out or I have to do something else.


/ Well I found out
ShowInstDetails = hide , would do the trick