move forced client selection to apply to all installs

This commit is contained in:
Stephen Birarda 2016-08-29 15:40:45 -07:00
parent 20777bd19a
commit a8272712bb

View file

@ -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