summaryrefslogtreecommitdiff
path: root/indra/newview/installers/windows/installer_template.nsi
diff options
context:
space:
mode:
authorTank_Master <tank.master@phoenixviewer.com>2015-02-16 18:47:08 -0800
committerTank_Master <tank.master@phoenixviewer.com>2015-02-16 18:47:08 -0800
commita413e3adb39723e07bb85d526940b6857c1bca8c (patch)
tree9fd40277c92a9375a6fedf927eca9f8ecd0efe35 /indra/newview/installers/windows/installer_template.nsi
parentc90389184187ee448488320432eab01f982aef3b (diff)
Get the normal uninstall process working again
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 c78c0b539b..9a69c97065 100755
--- a/indra/newview/installers/windows/installer_template.nsi
+++ b/indra/newview/installers/windows/installer_template.nsi
@@ -556,7 +556,7 @@ FunctionEnd
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Function un.UserSettingsFiles
-StrCmp $DO_UNINSTALL_V2 "" Keep # Don't remove user's settings files on auto upgrade
+StrCmp $DO_UNINSTALL_V2 "true" Keep # Don't remove user's settings files on auto upgrade
# Ask if user wants to keep data files or not
MessageBox MB_YESNO|MB_ICONQUESTION $(RemoveDataFilesMB) IDYES Remove IDNO Keep