Forum: NSIS Discussion
10th July 2006, 23:09
|
|
Replies: 1
Views: 1,543
Hi,
I found the solution on my own:-):
...
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...
|
Forum: NSIS Discussion
10th July 2006, 22:36
|
|
Replies: 1
Views: 1,543
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...
|