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

@ -76,7 +76,7 @@ SectionEnd
Function .onInit
;Init InstallOptions
!insertmacro MUI_INSTALLOPTIONS_INIT ;Call this when using no plugins
!insertmacro MUI_INSTALLOPTIONS_INIT ;Call this when using no plugins before using Install Options (init plugin system)
!insertmacro MUI_INSTALLOPTIONS_EXTRACT "iniA.ini"
!insertmacro MUI_INSTALLOPTIONS_EXTRACT "iniB.ini"