From: theadib Date: Sun, 30 Sep 2007 10:05:28 +0000 (+0000) Subject: typo in Product uninst key X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=b4bc6aaa68972eaab559f6dcf1f06c221336ca1e;p=inkscape.git typo in Product uninst key --- diff --git a/packaging/win32/inkscape.nsi b/packaging/win32/inkscape.nsi index bc86160dc..51cdccab0 100644 --- a/packaging/win32/inkscape.nsi +++ b/packaging/win32/inkscape.nsi @@ -36,7 +36,7 @@ SetCompressor /SOLID lzma ;Enter the windows uninstall reg sub key to add uninstall information to Add/Remove Programs also. !define INSTDIR_REG_ROOT "HKLM" -!define INSTDIR_REG_KEY PRODUCT_UNINST_KEY +!define INSTDIR_REG_KEY ${PRODUCT_UNINST_KEY} ;include the Uninstall log header !include AdvUninstLog.nsh