mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 13:25:56 +08:00
Install start menu shortcuts globally
Use "SetShellVarContext all" so that NSIS installs windows start menu shortcuts globally. Docs: https://nsis.sourceforge.io/Docs/Chapter4.html#setshellvarcontext Fixes #12449 Closes Ultimaker/cura-build-environment#147 Contributes to CURA-9365 Co-authored-by: KeenRivals <6865789+KeenRivals@users.noreply.github.com>
This commit is contained in:
parent
5d057db298
commit
5b771e39d7
@ -10,7 +10,7 @@
|
||||
!define LICENSE_TXT "{{ cura_license_file }}"
|
||||
!define INSTALLER_NAME "{{ destination }}"
|
||||
!define MAIN_APP_EXE "{{ main_app }}"
|
||||
!define INSTALL_TYPE "SetShellVarContext current"
|
||||
!define INSTALL_TYPE "SetShellVarContext all"
|
||||
!define REG_ROOT "HKCU"
|
||||
!define REG_APP_PATH "Software\Microsoft\Windows\CurrentVersion\App Paths\${MAIN_APP_EXE}"
|
||||
!define UNINSTALL_PATH "Software\Microsoft\Windows\CurrentVersion\Uninstall\${APP_NAME}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user