From db5e276e65b9038341fc314d446474a6301e30e0 Mon Sep 17 00:00:00 2001 From: tux3 Date: Sun, 17 May 2015 19:30:36 +0200 Subject: [PATCH] Proper uninstall entry for Windows --- windows/qtox.nsi | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/windows/qtox.nsi b/windows/qtox.nsi index 4e3af7941..48228fd90 100644 --- a/windows/qtox.nsi +++ b/windows/qtox.nsi @@ -274,7 +274,11 @@ Section "Install" # Write setup/app info into the registry ${WriteRegStr} "${REG_ROOT}" "${REG_APP_PATH}" "" "$INSTDIR\${MAIN_APP_EXE}" ${WriteRegStr} "${REG_ROOT}" "${REG_APP_PATH}" "Path" "$INSTDIR\bin\" + ${WriteRegStr} ${REG_ROOT} "${UNINSTALL_PATH}" "DisplayName" "qTox" + ${WriteRegStr} ${REG_ROOT} "${UNINSTALL_PATH}" "DisplayVersion" "1.0" + ${WriteRegStr} ${REG_ROOT} "${UNINSTALL_PATH}" "Publisher" "The qTox Project" ${WriteRegStr} ${REG_ROOT} "${UNINSTALL_PATH}" "UninstallString" "$INSTDIR\uninstall.exe" + ${WriteRegStr} ${REG_ROOT} "${UNINSTALL_PATH}" "URLInfoAbout" "http://utoxisfinished.info" # Register the tox: protocol ${WriteRegStr} HKCR "tox" "" "URL:tox Protocol"