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
4 posts
)!insertmacro MUI_PAGE_WELCOME
Function .onInit
IfSilent 0 +2
SetSilent silent
...