mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:24:00 +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)
|
||||
|
||||
ReserveFile "NSIS.InstallOptions.ini"
|
||||
ReserveFile "@POST_INSTALL_OPTIONS_PATH@"
|
||||
!insertmacro MUI_RESERVEFILE_INSTALLOPTIONS
|
||||
|
||||
;--------------------------------
|
||||
|
@ -765,7 +766,7 @@ Function InstallOptionsPage
|
|||
FunctionEnd
|
||||
|
||||
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_DISPLAY "@POST_INSTALL_OPTIONS_PATH@"
|
||||
FunctionEnd
|
||||
|
|
Loading…
Reference in a new issue