Explorar o código

安装包默认管理员权限

wugren %!s(int64=3) %!d(string=hai) anos
pai
achega
58e15fcfd6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/lib/nsis-gen/NsisComposer.ts

+ 1 - 1
src/lib/nsis-gen/NsisComposer.ts

@@ -161,7 +161,7 @@ OutFile "\${_OUTPUT}"
 InstallDir "${ this.options.installDirectory }"
 InstallDirRegKey HKCU "Software\\\${_APPNAME}" "InstallDir"
 
-RequestExecutionLevel user
+RequestExecutionLevel admin
 XPStyle on`;
     }