summaryrefslogtreecommitdiff
path: root/indra/newview/installers/windows/installer_template.nsi
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2011-10-08 17:28:44 -0400
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2011-10-08 17:28:44 -0400
commit6180d571376ee6719bcc01804d0277d51359609e (patch)
treef63f3a2fc5a1ae2177977957f542c82059f33d23 /indra/newview/installers/windows/installer_template.nsi
parentc686e8b46d5624f384456c7b099b1d97f003079d (diff)
CHOP-280 FIX - remove settings on uninstall
Diffstat (limited to 'indra/newview/installers/windows/installer_template.nsi')
-rwxr-xr-xindra/newview/installers/windows/installer_template.nsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/installers/windows/installer_template.nsi b/indra/newview/installers/windows/installer_template.nsi
index a4f7ab7c51..32ae2a8a15 100755
--- a/indra/newview/installers/windows/installer_template.nsi
+++ b/indra/newview/installers/windows/installer_template.nsi
@@ -613,7 +613,7 @@ Push $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\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"