summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--win32/deluge-win32-installer.nsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/deluge-win32-installer.nsi b/win32/deluge-win32-installer.nsi
index 4ce26c04b..e3aa14a75 100644
--- a/win32/deluge-win32-installer.nsi
+++ b/win32/deluge-win32-installer.nsi
@@ -191,7 +191,7 @@ Section -StartMenu_Desktop_Links
CreateShortCut "$DESKTOP\Deluge.lnk" "$INSTDIR\deluge.cmd" "" "$INSTDIR\deluge.ico"
SectionEnd
-Section -Uninstaller
+Section -Uninstaller_Registry
WriteUninstaller "$INSTDIR\Deluge-uninst.exe"
WriteRegStr ${PROGRAM_UNINST_ROOT_KEY} "${PROGRAM_UNINST_KEY}" "DisplayName" "$(^Name)"
WriteRegStr ${PROGRAM_UNINST_ROOT_KEY} "${PROGRAM_UNINST_KEY}" "UninstallString" "$INSTDIR\Deluge-uninst.exe"