mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-11 23:07:23 +02:00
move forced client selection to apply to all installs
This commit is contained in:
parent
20777bd19a
commit
a8272712bb
1 changed files with 5 additions and 5 deletions
|
@ -129,12 +129,12 @@ Var AR_RegFlags
|
|||
;Writing modified flags
|
||||
SectionSetFlags ${${SecName}} $AR_SecFlags
|
||||
|
||||
; The client is always selected by default
|
||||
${If} ${SecName} == @CLIENT_COMPONENT_NAME@
|
||||
SectionSetFlags ${${SecName}} 17
|
||||
${EndIf}
|
||||
|
||||
"default_${SecName}:"
|
||||
; The client is always selected by default
|
||||
${If} ${SecName} == @CLIENT_COMPONENT_NAME@
|
||||
SectionSetFlags ${${SecName}} 17
|
||||
${EndIf}
|
||||
|
||||
!insertmacro LoadSectionSelectedIntoVar ${SecName} ${SecName}_selected
|
||||
!macroend
|
||||
|
||||
|
|
Loading…
Reference in a new issue