From 50f7893b2f0bbb574d22470bd5262023b1bc8e0a Mon Sep 17 00:00:00 2001 From: Lirusaito Date: Sun, 3 Feb 2019 05:55:01 -0500 Subject: [PATCH] Add back the install while running viewer option --- indra/newview/installers/windows/installer_template.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/installers/windows/installer_template.nsi b/indra/newview/installers/windows/installer_template.nsi index f6b27eb7a..3515d980d 100644 --- a/indra/newview/installers/windows/installer_template.nsi +++ b/indra/newview/installers/windows/installer_template.nsi @@ -326,7 +326,7 @@ Function CloseSecondLife IntCmp $0 0 DONE StrCmp $SKIP_DIALOGS "true" CLOSE - MessageBox MB_OKCANCEL $(CloseSecondLifeInstMB) IDOK CLOSE IDCANCEL CANCEL_INSTALL + MessageBox MB_YESNOCANCEL $(CloseSecondLifeInstMB) IDYES CLOSE IDNO DONE CANCEL_INSTALL: Quit