diff options
author | Oz Linden <oz@lindenlab.com> | 2013-12-11 09:53:48 -0500 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2013-12-11 09:53:48 -0500 |
commit | 93994489877d3ff4e78a5a5ac56122620c6a608e (patch) | |
tree | ca0b4de95b093652d0f27b9bab68013e7c65929b /indra/newview/installers/windows/installer_template.nsi | |
parent | c017694d391e56b532b311505100d9b1ebcd9636 (diff) |
BUG-4685: remove any SecondLife.exe file left in the SecondLifeViewer folder by an install prior to 3.12
Diffstat (limited to 'indra/newview/installers/windows/installer_template.nsi')
-rwxr-xr-x | indra/newview/installers/windows/installer_template.nsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/installers/windows/installer_template.nsi b/indra/newview/installers/windows/installer_template.nsi index dd316cdbdf..6f0b57e648 100755 --- a/indra/newview/installers/windows/installer_template.nsi +++ b/indra/newview/installers/windows/installer_template.nsi @@ -673,6 +673,7 @@ Delete "$INSTDIR\*.glsl" Delete "$INSTDIR\motions\*.lla"
Delete "$INSTDIR\trial\*.html"
Delete "$INSTDIR\newview.exe"
+Delete "$INSTDIR\SecondLife.exe"
;; Remove entire help directory
Delete "$INSTDIR\help\Advanced\*"
RMDir "$INSTDIR\help\Advanced"
|