Explorar el Código

fix(bundler): NSIS: default to user permission level (#6135)

Fabian-Lars hace 2 años
padre
commit
b0d3128597
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      tooling/bundler/src/bundle/windows/templates/installer.nsi

+ 2 - 0
tooling/bundler/src/bundle/windows/templates/installer.nsi

@@ -38,6 +38,8 @@ SetCompressor /SOLID lzma
     !addplugindir "${PLUGINSPATH}"
 !endif
 
+RequestExecutionLevel user
+
 !if "${INSTALLMODE}" == "perMachine"
   RequestExecutionLevel highest
 !endif