Skip to content
⌘ NSIS Forum Archive

Hide Messages during the installation process

2 posts

a_maier56#

Hide Messages during the installation process

Hi,

I want to hide one ExecWait Call, which installs a MSDE. In this call i have to declare the username and the passwort. And nobody should see this information!

But normally the ExecWait call is displayed in the DetailView during the installation process!? So how can I hide the information/call?

Thank you for help!

Greetings, Andi!
a_maier56#
Hi,

I found the solution on my own:-):

SetDetailsPrint none
ExecWait 'content, which i have to hide'
SetDetailsPrint both

For a correct definition of the SetDetailsPrint statement see the NSIS User Manual!

Best Regards,
Andi!