From: theadib Date: Fri, 15 Jun 2007 22:36:49 +0000 (+0000) Subject: some changes bcs of the name of uninstall.exe X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=bbd04cc118bffc2c5fe8f5ac2f29d0c325168abf;p=inkscape.git some changes bcs of the name of uninstall.exe --- diff --git a/packaging/win32/inkscape.nsi b/packaging/win32/inkscape.nsi index 3a9561a7e..ebd80cbd5 100644 --- a/packaging/win32/inkscape.nsi +++ b/packaging/win32/inkscape.nsi @@ -1002,8 +1002,9 @@ Section -FinalizeInstallation ; uninstall settings ClearErrors - WriteUninstaller "$INSTDIR\uninst.exe" - WriteRegExpandStr SHCTX "${PRODUCT_UNINST_KEY}" "UninstallString" '"$INSTDIR\uninst.exe"' + ; WriteUninstaller "$INSTDIR\uninst.exe" + WriteRegExpandStr SHCTX "${PRODUCT_UNINST_KEY}" "UninstallString" "$INSTDIR\${UNINST_EXE}" + WriteRegExpandStr SHCTX "${PRODUCT_UNINST_KEY}" "InstallDir" "$INSTDIR" WriteRegExpandStr SHCTX "${PRODUCT_UNINST_KEY}" "InstallLocation" "$INSTDIR" WriteRegStr SHCTX "${PRODUCT_UNINST_KEY}" "DisplayName" "${PRODUCT_NAME} ${PRODUCT_VERSION}" WriteRegStr SHCTX "${PRODUCT_UNINST_KEY}" "DisplayIcon" "$INSTDIR\Inkscape.exe,0"