mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 14:55:58 +08:00
Merge pull request #13489 from Ultimaker/CURA-9696_fix_windows_uninstall
[CURA-9696] Fix windows uninstall.
This commit is contained in:
commit
d9ed7c0386
@ -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 "HKCR"
|
!define REG_ROOT "HKLM"
|
||||||
!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…
x
Reference in New Issue
Block a user