Skip to content
⌘ NSIS Forum Archive

custom page?

3 posts

JamesKiller#

custom page?

Hi, i have a cutomized page,
Page custom PreloadIsExtraInstalled LeaveExtraInstall
!insertmacro MUI_PAGE_INSTFILES

on PreloadIsExtraInstalled function has check flash player 9 and dotnot 3.0...

it works fine in windows mode, but in silent mode, it seems that PreloadIsExtraInstalled doesn't run?

what's the problem???

urgent.....

help....
Red Wine#
If you call it problem, it's because silent mode usually doesn't show pages 🙂
You have to check out with IfSilent in order to assure that your code executed in either cases.
JamesKiller#
Thanks Red wine, then I have two call the function when copying files... anyway, it works now.