Parcourir la source

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

Fabian-Lars il y a 2 ans
Parent
commit
b0d3128597
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  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