mirror of
https://github.com/overte-org/overte.git
synced 2025-04-13 10:02:12 +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
|
||||
|
||||
;!insertmacro "Remove_${${SecName}}"
|
||||
;WriteRegDWORD HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\@CPACK_PACKAGE_INSTALL_REGISTRY_KEY@\Components\${SecName}" \
|
||||
; "Installed" 0
|
||||
WriteRegDWORD HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\@CPACK_PACKAGE_INSTALL_REGISTRY_KEY@\Components\${SecName}" \
|
||||
"Installed" 0
|
||||
|
||||
Goto "exit_${SecName}"
|
||||
|
||||
|
|
Loading…
Reference in a new issue