mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 12:37:51 +02:00
fix install options setup for MUI2
This commit is contained in:
parent
34da13c148
commit
ccf459454d
1 changed files with 1 additions and 1 deletions
|
@ -677,7 +677,7 @@ FunctionEnd
|
||||||
|
|
||||||
ReserveFile "NSIS.InstallOptions.ini"
|
ReserveFile "NSIS.InstallOptions.ini"
|
||||||
ReserveFile "@POST_INSTALL_OPTIONS_PATH@"
|
ReserveFile "@POST_INSTALL_OPTIONS_PATH@"
|
||||||
!insertmacro MUI_RESERVEFILE_INSTALLOPTIONS
|
ReserveFile "${NSISDIR}\Plugins\InstallOptions.dll"
|
||||||
|
|
||||||
;--------------------------------
|
;--------------------------------
|
||||||
;Installer Sections
|
;Installer Sections
|
||||||
|
|
Loading…
Reference in a new issue