fix component variable in NSIS template

This commit is contained in:
Stephen Birarda 2016-01-20 18:11:22 -08:00
parent 13d6ec0b28
commit 6daa34f164

View file

@ -904,7 +904,7 @@ Function PostInstallOptionsPage
IntOp $CurrentOffset $CurrentOffset + 15
${EndIf}
${If} ${SectionIsSelected} ${@SEVER_COMPONENT_NAME}
${If} ${SectionIsSelected} ${@SEVER_COMPONENT_NAME@}
${NSD_CreateCheckbox} 0 $CurrentOffset$OffsetUnits 100% 10u "&Launch High Fidelity Server Console Now"
${Else}
${NSD_CreateCheckbox} 0 $CurrentOffset$OffsetUnits 100% 10u "&Launch High Fidelity Now"