[dia/dia-0-97] Delete registry key that gets created indirectly. Thanks to Bart for noticing.



commit 62fce0101a21417ab4d1b65c4c1366031bc9d3f6
Author: Steffen Macke <sdteffen sdteffen de>
Date:   Tue Feb 2 19:43:21 2010 +0100

    Delete registry key that gets created indirectly. Thanks to Bart for noticing.

 installer/win32/dia.nsi |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/installer/win32/dia.nsi b/installer/win32/dia.nsi
index bd99ae4..1e06009 100644
--- a/installer/win32/dia.nsi
+++ b/installer/win32/dia.nsi
@@ -3418,6 +3418,7 @@ Section Uninstall
 	Delete "$INSTDIR\bin\libxml2-2.dll"
     DeleteRegKey HKEY_CLASSES_ROOT "diaFile"
     DeleteRegKey HKEY_CLASSES_ROOT ".dia"
+    DeleteRegKey HKEY_CLASSES_ROOT "Applications\dia-win-remote.exe"
     
     ; The WinPrefs plugin may have left this behind..
     DeleteRegValue HKCU "${DIA_STARTUP_RUN_KEY}" "Dia"



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]