1
0
mirror of https://github.com/bitwarden/browser synced 2025-01-28 12:09:36 +01:00

10 lines
226 B
NSIS
Raw Normal View History

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