summaryrefslogtreecommitdiff
path: root/indra/newview/installers/windows
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2022-06-16 23:47:26 +0300
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2022-06-17 00:35:32 +0300
commit75668d45221a48728b67c63ba3ef41c728f51214 (patch)
tree51525cb0e7e219fe99cc0c126bad8106c367720b /indra/newview/installers/windows
parented36165f291c4aed94058ef5b890044f55a7bf9b (diff)
SL-17585 Crash at LLAppViewer::initConfiguration
Diffstat (limited to 'indra/newview/installers/windows')
-rw-r--r--indra/newview/installers/windows/installer_template.nsi2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/installers/windows/installer_template.nsi b/indra/newview/installers/windows/installer_template.nsi
index 7513908cb4..da46587403 100644
--- a/indra/newview/installers/windows/installer_template.nsi
+++ b/indra/newview/installers/windows/installer_template.nsi
@@ -622,6 +622,8 @@ Function RemoveProgFilesOnInst
Push $0
StrCpy $0 0
+ClearErrors
+
PREINSTALLREMOVE:
# Remove old SecondLife.exe to invalidate any old shortcuts to it that may be in non-standard locations. See MAINT-3575