Skip to content
Snippets Groups Projects
Commit a6a85ef9 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf
Browse files

Win32 installer: do not try to elevate on XP


Should close #9375

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent c14d76a3
No related branches found
No related tags found
No related merge requests found
......@@ -81,7 +81,11 @@ RequestExecutionLevel user
; Finish page
Function AppExecAs
${If} ${AtLeastWinVista}
Exec '"$WINDIR\explorer.exe" "$INSTDIR\vlc.exe"'
${Else}
Exec '$INSTDIR\vlc.exe'
${Endif}
FunctionEnd
!define MUI_FINISHPAGE_RUN
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment