mirror of
https://github.com/Fishwaldo/ozw-admin.git
synced 2025-03-15 19:31:38 +00:00
This should create a shortcut on the start menu for all users
This commit is contained in:
parent
52f20f1506
commit
e9fb2a959f
1 changed files with 5 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
|||
!include "MUI2.nsh"
|
||||
|
||||
; ===== General =====
|
||||
RequestExecutionLevel Admin
|
||||
Name "${APPLICATION_NAME} ${APPLICATION_VERSION}"
|
||||
OutFile "${APPLICATION_NAME}-${APPLICATION_VERSION}-installer.exe"
|
||||
InstallDir "$PROGRAMFILES\${APPLICATION_NAME}"
|
||||
|
@ -32,6 +33,9 @@ SetCompressor "lzma"
|
|||
|
||||
!insertmacro MUI_LANGUAGE "English"
|
||||
|
||||
Function .onInit
|
||||
SetShellVarContext All
|
||||
FunctionEnd
|
||||
|
||||
; ===== Installer =====
|
||||
Section ""
|
||||
|
@ -121,3 +125,4 @@ SectionEnd
|
|||
Function RunApplication
|
||||
ExecShell "" "$INSTDIR\ozwadmin.exe"
|
||||
FunctionEnd
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue