Use the full app name

I believe this should ensure that specific
folders and location will then have a unique
path for this app in the registry, which
should make the install path version specific

Contributes to CURA-9365
This commit is contained in:
j.spijker@ultimaker.com 2022-07-14 12:47:39 +02:00 committed by Jelle Spijker
parent 96c4e15c03
commit b0f9c6bb28
No known key found for this signature in database
GPG Key ID: 6662DC033BE6B99A

View File

@ -12,7 +12,7 @@
!define MAIN_APP_EXE "{{ main_app }}"
!define INSTALL_TYPE "SetShellVarContext all"
!define REG_ROOT "HKCU"
!define REG_APP_PATH "Software\Microsoft\Windows\CurrentVersion\App Paths\${MAIN_APP_EXE}"
!define REG_APP_PATH "Software\Microsoft\Windows\CurrentVersion\App Paths\${APP_NAME}"
!define UNINSTALL_PATH "Software\Microsoft\Windows\CurrentVersion\Uninstall\${APP_NAME}"
!define REG_START_MENU "Start Menu Folder"