From a413e3adb39723e07bb85d526940b6857c1bca8c Mon Sep 17 00:00:00 2001 From: Tank_Master <tank.master@phoenixviewer.com> Date: Mon, 16 Feb 2015 18:47:08 -0800 Subject: [PATCH] Get the normal uninstall process working again --- 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 c78c0b539b2..9a69c970657 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 -- GitLab