Commit 90496f23 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Win32: launch the application at the end of the installer

But with the correct Integrity.
parent 8a5a51bf
......@@ -79,6 +79,13 @@ RequestExecutionLevel user
; Instfiles page
!insertmacro MUI_PAGE_INSTFILES
; Finish page
Function AppExecAs
Exec '"$WINDIR\explorer.exe" "$INSTDIR\vlc.exe"'
FunctionEnd
!define MUI_FINISHPAGE_RUN
!define MUI_FINISHPAGE_RUN_FUNCTION AppExecAs
!define MUI_FINISHPAGE_LINK $Link_VisitWebsite
!define MUI_FINISHPAGE_LINK_LOCATION "http://www.videolan.org/vlc/"
!define MUI_FINISHPAGE_NOREBOOTSUPPORT
......
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