Skip to content
Snippets Groups Projects
Commit a413e3ad authored by Tank_Master's avatar Tank_Master
Browse files

Get the normal uninstall process working again

parent c9038918
No related branches found
No related tags found
No related merge requests found
...@@ -556,7 +556,7 @@ FunctionEnd ...@@ -556,7 +556,7 @@ FunctionEnd
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Function un.UserSettingsFiles 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 # Ask if user wants to keep data files or not
MessageBox MB_YESNO|MB_ICONQUESTION $(RemoveDataFilesMB) IDYES Remove IDNO Keep MessageBox MB_YESNO|MB_ICONQUESTION $(RemoveDataFilesMB) IDYES Remove IDNO Keep
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment