fixed macro for INI files
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5231 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
928dfb16f6
commit
df8c3d55d1
1 changed files with 2 additions and 2 deletions
|
@ -314,7 +314,7 @@ Header file for creating custom installer pages with nsDialogs
|
||||||
!insertmacro NSD_INIFILE un.
|
!insertmacro NSD_INIFILE un.
|
||||||
!macroend
|
!macroend
|
||||||
|
|
||||||
!macro NSD_CREATEDIALOGFROMINI UNINSTALLER_FUNCPREFIX
|
!macro NSD_INIFILE UNINSTALLER_FUNCPREFIX
|
||||||
|
|
||||||
;Functions to create dialogs based on old InstallOptions INI files
|
;Functions to create dialogs based on old InstallOptions INI files
|
||||||
|
|
||||||
|
@ -482,4 +482,4 @@ Header file for creating custom installer pages with nsDialogs
|
||||||
|
|
||||||
FunctionEnd
|
FunctionEnd
|
||||||
|
|
||||||
!endif
|
!macroend
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue