mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 14:04:03 -06: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue