From 6d953366df095c8a1d788dd8a8551f848f8c2528 Mon Sep 17 00:00:00 2001 From: danij Date: Sun, 22 Feb 2009 17:41:42 +0000 Subject: [PATCH] Fixed uninstall via the Windows Inno Setup installer so that the tab30 plugin is not left behind. --- distrib/win32/setup.iss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/distrib/win32/setup.iss b/distrib/win32/setup.iss index f34ec41e90..cefb7a812b 100644 --- a/distrib/win32/setup.iss +++ b/distrib/win32/setup.iss @@ -104,9 +104,10 @@ Filename: "{app}\snowberry\snowberry.exe"; Description: "{cm:LaunchProgram,Dooms [UninstallDelete] Type: files; Name: "{app}\doomsday.url" +Type: files; Name: "{app}\snowberry\plugins\tab30.plugin\Contents\tab30\*.pyc" Type: files; Name: "{app}\snowberry\plugins\*.pyc" Type: files; Name: "{app}\snowberry\*.log" +Type: dirifempty; Name: "{app}\snowberry\plugins\tab30.plugin" Type: dirifempty; Name: "{app}\snowberry\plugins" Type: dirifempty; Name: "{app}\snowberry" Type: dirifempty; Name: "{app}" -