Skip to content

Commit

Permalink
Merge pull request #8 from OCSInventory-NG/runasadmin
Browse files Browse the repository at this point in the history
Make Package.exe run as admin by default
  • Loading branch information
charleneauger committed Sep 7, 2020
2 parents 3751643 + abad42d commit a6c9af7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Packager/1runas.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ SilentInstall Silent
ShowInstDetails Hide

;Request application privileges for Windows Vista or higher ('user' or 'admin')
RequestExecutionLevel user
RequestExecutionLevel admin

var /GLOBAL logBuffer ; To complete the setup log file
var /GLOBAL Admin_ID ; Administrative ID to use
Expand Down

0 comments on commit a6c9af7

Please sign in to comment.