10 lines
226 B
Plaintext
10 lines
226 B
Plaintext
|
!macro customInit
|
||
|
${if} $installMode == "all"
|
||
|
${IfNot} ${UAC_IsAdmin}
|
||
|
ShowWindow $HWNDPARENT ${SW_HIDE}
|
||
|
!insertmacro UAC_RunElevated
|
||
|
Quit
|
||
|
${endif}
|
||
|
${endif}
|
||
|
!macroend
|