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:
parent
4c8233eebc
commit
78a657bf3d
2 changed files with 7 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue