test - added info about MUI_INSTALLOPTIONS_INIT

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1132 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
joostverburg 2002-09-22 10:01:04 +00:00
parent 4c8233eebc
commit 78a657bf3d
2 changed files with 7 additions and 1 deletions

View file

@ -198,14 +198,20 @@
!macroend
;INSTALL OPTIONS
!macro MUI_INSTALLOPTIONS_INIT
;Init plugin system (call this when using no plugins before using InstallOptions)
Call Initialize_____Plugins
!macroend
!macro MUI_INSTALLOPTIONS_UNINIT
;Init plugin system (call this when using no plugins before using InstallOptions)
Call un.Initialize_____Plugins
!macroend