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:
@@ -39,7 +39,7 @@ Name "${COMPANYNAME} - ${APPNAME}"
|
|||||||
Icon ui2pbrowser_icon.ico
|
Icon ui2pbrowser_icon.ico
|
||||||
OutFile "I2P-Profile-Installer-${VERSIONMAJOR}.${VERSIONMINOR}.${VERSIONBUILD}.exe"
|
OutFile "I2P-Profile-Installer-${VERSIONMAJOR}.${VERSIONMINOR}.${VERSIONBUILD}.exe"
|
||||||
|
|
||||||
RequestExecutionLevel highest
|
RequestExecutionLevel user
|
||||||
|
|
||||||
!include LogicLib.nsh
|
!include LogicLib.nsh
|
||||||
!include x64.nsh
|
!include x64.nsh
|
||||||
|
|||||||
Reference in New Issue
Block a user