Commit a6a85ef9 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Win32 installer: do not try to elevate on XP

Should close #9375
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent c14d76a3
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment