mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 13:34:01 -06:00
Windows: Registry root should be the local machine one.
So that uninstall is properly linked in the 'programs and features' again. CURA-9696
This commit is contained in:
parent
cb6c19c1c6
commit
e2e626f530
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
!define INSTALLER_NAME "{{ destination }}"
|
||||
!define MAIN_APP_EXE "{{ main_app }}"
|
||||
!define INSTALL_TYPE "SetShellVarContext all"
|
||||
!define REG_ROOT "HKCR"
|
||||
!define REG_ROOT "HKLM"
|
||||
!define REG_APP_PATH "Software\Microsoft\Windows\CurrentVersion\App Paths\${APP_NAME}"
|
||||
!define UNINSTALL_PATH "Software\Microsoft\Windows\CurrentVersion\Uninstall\${APP_NAME}"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue