diff options
author | Tank_Master <tank.master@phoenixviewer.com> | 2015-02-16 18:47:08 -0800 |
---|---|---|
committer | Tank_Master <tank.master@phoenixviewer.com> | 2015-02-16 18:47:08 -0800 |
commit | a413e3adb39723e07bb85d526940b6857c1bca8c (patch) | |
tree | 9fd40277c92a9375a6fedf927eca9f8ecd0efe35 /indra/newview/installers | |
parent | c90389184187ee448488320432eab01f982aef3b (diff) |
Get the normal uninstall process working again
Diffstat (limited to 'indra/newview/installers')
-rwxr-xr-x | indra/newview/installers/windows/installer_template.nsi | 2 |
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
|