From 7a5b445f4eea23882510f2de8bbc1e1b6c5b8f10 Mon Sep 17 00:00:00 2001 From: Oleg Semyonov Date: Sat, 1 Sep 2012 14:32:09 +0300 Subject: [PATCH] Windows Installer: regression fix (really uninstall GCS configuration) Thanks Terrier for pointing this out. --- package/winx86/openpilotgcs.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/winx86/openpilotgcs.nsi b/package/winx86/openpilotgcs.nsi index 4c321f4df..eccd11b0a 100644 --- a/package/winx86/openpilotgcs.nsi +++ b/package/winx86/openpilotgcs.nsi @@ -338,7 +338,7 @@ SectionEnd Section /o "un.Configuration" UnSecConfig ; Remove configuration Delete /rebootok "$APPDATA\OpenPilot\OpenPilotGCS.db" - Delete /rebootok "$APPDATA\OpenPilot\OpenPilotGCS.ini" + Delete /rebootok "$APPDATA\OpenPilot\OpenPilotGCS.xml" SectionEnd Section "-un.Profile" UnSecProfile