1
0
mirror of https://github.com/bitwarden/browser synced 2025-01-27 19:49:42 +01:00

10 lines
226 B
NSIS

!macro customInit
${if} $installMode == "all"
${IfNot} ${UAC_IsAdmin}
ShowWindow $HWNDPARENT ${SW_HIDE}
!insertmacro UAC_RunElevated
Quit
${endif}
${endif}
!macroend