From 3a45d8d353ea83fbc1c041d653f7be5f16000168 Mon Sep 17 00:00:00 2001 From: js Date: Wed, 16 Jul 2008 16:34:07 +0000 Subject: Add uninstaller to Add/remove software in control panel. --- gajim.nsi | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gajim.nsi b/gajim.nsi index ccfd320e0..64b877552 100644 --- a/gajim.nsi +++ b/gajim.nsi @@ -161,6 +161,11 @@ Section "Gajim" SecGajim File "bin\zlib1.dll" WriteRegStr HKCU "Software\Gajim" "" $INSTDIR + WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Gajim" "DisplayName" "Gajim" + WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Gajim" "UninstallString" "$INSTDIR\Uninstall.exe" + WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Gajim" "DisplayIcon" "$INSTDIR\bin\Gajim.exe" + WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Gajim" "DisplayVersion" "0.11.4.4-svn" + WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Gajim" "URLInfoAbout" "http://www.gajim.org/" WriteUninstaller "$INSTDIR\Uninstall.exe" !insertmacro MUI_STARTMENU_WRITE_BEGIN Application -- cgit v1.2.3