summaryrefslogtreecommitdiff
path: root/indra/newview/installers/windows
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2011-10-08 17:26:54 -0400
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2011-10-08 17:26:54 -0400
commitc686e8b46d5624f384456c7b099b1d97f003079d (patch)
tree019d02845aa787d2d6bc079ee82ebc38cc9568fd /indra/newview/installers/windows
parent63fdeb14ef74bed9c96092296015e69b6557f3ea (diff)
Preserve logs and user_settings on uninstall
Diffstat (limited to 'indra/newview/installers/windows')
-rwxr-xr-xindra/newview/installers/windows/installer_template.nsi6
1 files changed, 3 insertions, 3 deletions
diff --git a/indra/newview/installers/windows/installer_template.nsi b/indra/newview/installers/windows/installer_template.nsi
index 03280328f3..a4f7ab7c51 100755
--- a/indra/newview/installers/windows/installer_template.nsi
+++ b/indra/newview/installers/windows/installer_template.nsi
@@ -611,9 +611,9 @@ Push $2
ExpandEnvStrings $2 $2
; Remove all cache and settings files but leave any other .txt files to preserve the chat logs
- RMDir /r "$2\Application Data\SecondLife\logs"
+; RMDir /r "$2\Application Data\SecondLife\logs"
RMDir /r "$2\Application Data\SecondLife\browser_profile"
- RMDir /r "$2\Application Data\SecondLife\user_settings"
+; RMDir /r "$2\Application Data\SecondLife\user_settings"
Delete "$2\Application Data\SecondLife\*.xml"
Delete "$2\Application Data\SecondLife\*.bmp"
Delete "$2\Application Data\SecondLife\search_history.txt"
@@ -636,7 +636,7 @@ Push $0
RMDir /r "$0\SecondLife"
Pop $0
-; Delete filse in C:\Windows\Application Data\SecondLife
+; Delete files in C:\Windows\Application Data\SecondLife
; If the user is running on a pre-NT system, Application Data lives here instead of
; in Documents and Settings.
RMDir /r "$WINDIR\Application Data\SecondLife"