Request only the user execution level, highest will request admin if the user has permission to elevate and I want to avoid that

This commit is contained in:
idk
2022-03-25 14:23:50 -04:00
parent 400b9d3edc
commit 9282d22e7b

View File

@@ -39,7 +39,7 @@ Name "${COMPANYNAME} - ${APPNAME}"
Icon ui2pbrowser_icon.ico
OutFile "I2P-Profile-Installer-${VERSIONMAJOR}.${VERSIONMINOR}.${VERSIONBUILD}.exe"
RequestExecutionLevel highest
RequestExecutionLevel user
!include LogicLib.nsh
!include x64.nsh