]> git.lyx.org Git - features.git/blobdiff - development/Win32/packaging/installer/include/declarations.nsh
fix 2 more installer issues
[features.git] / development / Win32 / packaging / installer / include / declarations.nsh
index 0735617839a3f095d0992934f8ffb919e95ed85a..dd420ac88c2fd0e7eb7d9448e45bc83d5314aff9 100644 (file)
@@ -54,8 +54,8 @@ Configuration of LyX installer
 !define APP_RUN "bin\lyx.exe"
 
 !define APP_REGKEY "Software\${APP_NAME}${APP_SERIES_KEY}" # like "LyX200"
-!define APP_REGKEY_SETUP "Software\${APP_REGKEY}\Setup"
-!define APP_REGKEY_SETTINGS "Software\${APP_REGKEY}\Settings"
+!define APP_REGKEY_SETUP "${APP_REGKEY}\Setup"
+!define APP_REGKEY_SETTINGS "${APP_REGKEY}\Settings"
 
 !define APP_REGNAME_DOC "${APP_NAME}.Document"