From a44c34dd0ba1acf0244993a45e2644c383adfbab Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Thu, 25 Feb 2016 10:02:12 -0800 Subject: [PATCH] change buttons in post install options for new placement --- cmake/templates/NSIS.template.in | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/cmake/templates/NSIS.template.in b/cmake/templates/NSIS.template.in index 632d8c5a39..4fd429472d 100644 --- a/cmake/templates/NSIS.template.in +++ b/cmake/templates/NSIS.template.in @@ -502,13 +502,6 @@ Var CopyFromProductionCheckbox !macroend Function PostInstallOptionsPage - ; Set the text on the dialog button to match finish, hide the back and cancel buttons - GetDlgItem $R1 $hwndparent 1 - SendMessage $R1 ${WM_SETTEXT} 0 "STR:&Finish" - - GetDlgItem $R3 $hwndparent 3 - ShowWindow $R3 0 - nsDialogs::Create 1018 Pop $PostInstallDialog @@ -558,9 +551,9 @@ Function PostInstallOptionsPage ${EndIf} ${If} ${SectionIsSelected} ${@SERVER_COMPONENT_NAME@} - ${NSD_CreateCheckbox} 0 $CurrentOffset$OffsetUnits 100% 10u "&Launch High Fidelity Server Console Now" + ${NSD_CreateCheckbox} 0 $CurrentOffset$OffsetUnits 100% 10u "&Launch High Fidelity Server Console after install" ${Else} - ${NSD_CreateCheckbox} 0 $CurrentOffset$OffsetUnits 100% 10u "&Launch High Fidelity Now" + ${NSD_CreateCheckbox} 0 $CurrentOffset$OffsetUnits 100% 10u "&Launch High Fidelity after install" ${EndIf} Pop $LaunchNowCheckbox