PDA

View Full Version : MUI2 and silent mode


tossnet
22nd January 2012, 12:48
Hello,

I try to turn my script (MUI2) with the /S parameter.
But how do for not display the pages like MUI_PAGE_WELCOME (!insertmacro MUI_PAGE_WELCOME
)
Thank ,
Christophe

Afrow UK
22nd January 2012, 14:12
/S should work fine. You are using it on the built exe, right? Note it is case sensitive.

Stu

tossnet
22nd January 2012, 15:07
Yes thanks

I found it was also this :
Function .onInit
IfSilent 0 +2
SetSilent silent
...

Afrow UK
22nd January 2012, 16:20
That doesn't actually make sense. That will just set silent mode if it is already in silent mode... what is the need for that?

Stu