mirror of
https://github.com/overte-org/overte.git
synced 2025-06-15 19:39:16 +02:00
move call to ReserveFile to right spot
This commit is contained in:
parent
c9ecf35d82
commit
dd0f541759
1 changed files with 2 additions and 1 deletions
|
@ -632,6 +632,7 @@ FunctionEnd
|
||||||
;Only for solid compression (by default, solid compression is enabled for BZIP2 and LZMA)
|
;Only for solid compression (by default, solid compression is enabled for BZIP2 and LZMA)
|
||||||
|
|
||||||
ReserveFile "NSIS.InstallOptions.ini"
|
ReserveFile "NSIS.InstallOptions.ini"
|
||||||
|
ReserveFile "@POST_INSTALL_OPTIONS_PATH@"
|
||||||
!insertmacro MUI_RESERVEFILE_INSTALLOPTIONS
|
!insertmacro MUI_RESERVEFILE_INSTALLOPTIONS
|
||||||
|
|
||||||
;--------------------------------
|
;--------------------------------
|
||||||
|
@ -765,7 +766,7 @@ Function InstallOptionsPage
|
||||||
FunctionEnd
|
FunctionEnd
|
||||||
|
|
||||||
Function PostInstallOptionsPage
|
Function PostInstallOptionsPage
|
||||||
ReserveFile "@POST_INSTALL_OPTIONS_PATH@"
|
!insertmacro MUI_HEADER_TEXT "Post-Install Options"
|
||||||
!insertmacro MUI_INSTALLOPTIONS_EXTRACT "@POST_INSTALL_OPTIONS_PATH@"
|
!insertmacro MUI_INSTALLOPTIONS_EXTRACT "@POST_INSTALL_OPTIONS_PATH@"
|
||||||
!insertmacro MUI_INSTALLOPTIONS_DISPLAY "@POST_INSTALL_OPTIONS_PATH@"
|
!insertmacro MUI_INSTALLOPTIONS_DISPLAY "@POST_INSTALL_OPTIONS_PATH@"
|
||||||
FunctionEnd
|
FunctionEnd
|
||||||
|
|
Loading…
Reference in a new issue