mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-11 16:00:47 -07:00
Merge pull request #12709 from Ultimaker/GH-12582_fix_uninstall_by_other
Make it possible for another user to uninstall.
This commit is contained in:
commit
9488092e5e
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@
|
||||||
!define INSTALLER_NAME "{{ destination }}"
|
!define INSTALLER_NAME "{{ destination }}"
|
||||||
!define MAIN_APP_EXE "{{ main_app }}"
|
!define MAIN_APP_EXE "{{ main_app }}"
|
||||||
!define INSTALL_TYPE "SetShellVarContext all"
|
!define INSTALL_TYPE "SetShellVarContext all"
|
||||||
!define REG_ROOT "HKCU"
|
!define REG_ROOT "HKCR"
|
||||||
!define REG_APP_PATH "Software\Microsoft\Windows\CurrentVersion\App Paths\${APP_NAME}"
|
!define REG_APP_PATH "Software\Microsoft\Windows\CurrentVersion\App Paths\${APP_NAME}"
|
||||||
!define UNINSTALL_PATH "Software\Microsoft\Windows\CurrentVersion\Uninstall\${APP_NAME}"
|
!define UNINSTALL_PATH "Software\Microsoft\Windows\CurrentVersion\Uninstall\${APP_NAME}"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue