Browse Source

Install for all users on Windows

pull/1675/head
tux3 10 years ago committed by marcel
parent
commit
09503f0bfa
  1. 2
      windows/qtox.nsi

2
windows/qtox.nsi

@ -10,7 +10,7 @@ @@ -10,7 +10,7 @@
!define INSTALLER_NAME "setup-qtox.exe"
!define MAIN_APP_EXE "bin\qtox.exe"
!define INSTALL_TYPE "SetShellVarContext current"
!define REG_ROOT "HKCU"
!define REG_ROOT "HKLM"
!define REG_APP_PATH "Software\Microsoft\Windows\CurrentVersion\App Paths\qtox.exe"
!define UNINSTALL_PATH "Software\Microsoft\Windows\CurrentVersion\Uninstall\${APP_NAME}"
!define REG_START_MENU "Start Menu Folder"

Loading…
Cancel
Save