From a3e59429d87d3ce6df0712747683fd9bc882638f Mon Sep 17 00:00:00 2001 From: Oleg Semyonov Date: Sun, 8 May 2011 15:31:57 +0300 Subject: [PATCH] OP-179: Windows uninstaller: update mapscache location to be removed --- ground/openpilotgcs/packaging/winx86/openpilotgcs.nsi | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ground/openpilotgcs/packaging/winx86/openpilotgcs.nsi b/ground/openpilotgcs/packaging/winx86/openpilotgcs.nsi index 5d36ab881..e7c5d887f 100644 --- a/ground/openpilotgcs/packaging/winx86/openpilotgcs.nsi +++ b/ground/openpilotgcs/packaging/winx86/openpilotgcs.nsi @@ -248,12 +248,13 @@ SectionEnd Section "un.Maps cache" UnSecCache ; Remove maps cache - RMDir /r /rebootok "$PROFILE\OpenPilot" + RMDir /r /rebootok "$APPDATA\OpenPilot\mapscache" SectionEnd Section /o "un.Configuration" UnSecConfig ; Remove configuration - RMDir /r /rebootok "$APPDATA\OpenPilot" + Delete /rebootok "$APPDATA\OpenPilot\OpenPilotGCS.db" + Delete /rebootok "$APPDATA\OpenPilot\OpenPilotGCS.ini" SectionEnd ;--------------------------------