Skip to content
⌘ NSIS Forum Archive

In silent mode, will page callback function execute?

3 posts

zjckwht#

In silent mode, will page callback function execute?


!define MUI_PAGE_CUSTOMFUNCTION_PRE ComponentPre
!define MUI_PAGE_CUSTOMFUNCTION_SHOW ComponentShow
!insertmacro MUI_PAGE_COMPONENTS
again


Page custom PreCustom2 ShowCustom2
Just need a rapid answer, If the installer is under silent install mode, will the custom and callback function above execute during install?

Any help will be appreciated.
bholliger#
Hi!

No, as far as I can see these functions are not executed.

Further information:




Have a nice day!

Cheers

Bruno