mirror of
https://github.com/overte-org/overte.git
synced 2025-04-14 20:08:56 +02:00
write to registry when sections not selected
This commit is contained in:
parent
6fac57904b
commit
a83c3a3385
1 changed files with 2 additions and 2 deletions
|
@ -155,8 +155,8 @@ Var AR_RegFlags
|
||||||
; We do not do that here because it would absolutely cause issues with shared dependencies
|
; We do not do that here because it would absolutely cause issues with shared dependencies
|
||||||
|
|
||||||
;!insertmacro "Remove_${${SecName}}"
|
;!insertmacro "Remove_${${SecName}}"
|
||||||
;WriteRegDWORD HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\@CPACK_PACKAGE_INSTALL_REGISTRY_KEY@\Components\${SecName}" \
|
WriteRegDWORD HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\@CPACK_PACKAGE_INSTALL_REGISTRY_KEY@\Components\${SecName}" \
|
||||||
; "Installed" 0
|
"Installed" 0
|
||||||
|
|
||||||
Goto "exit_${SecName}"
|
Goto "exit_${SecName}"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue