summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--packaging/win32/inkscape.nsi2
1 files changed, 1 insertions, 1 deletions
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