From 6180d571376ee6719bcc01804d0277d51359609e Mon Sep 17 00:00:00 2001 From: "Brad Payne (Vir Linden)" <vir@lindenlab.com> Date: Sat, 8 Oct 2011 17:28:44 -0400 Subject: [PATCH] CHOP-280 FIX - remove settings on uninstall --- 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 a4f7ab7c51a..32ae2a8a154 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" -- GitLab