View Single Post
  #7  
Old 22-04-2013, 04:26
amin fear amin fear is offline
Registered User
 
Join Date: Feb 2012
Location: Inferno
Posts: 102
Thanks: 86
Thanked 57 Times in 30 Posts
amin fear is on a distinguished road
Inno Setup Tutorial : Splash Video with InnoMediaPlayer

Inno Setup Tutorial : Splash Video with InnoMediaPlayer Library

Ok guys...hope to be helpful

There was a little bug in previous version of Inno MediaPlayer library that prevents taking ownership of video frame by mouse click...

so I asked the @TLama ( author of Inno MediaPlayer library ) for splash video sample and then he/she noticed of underlying DLL bug and revised Inno MediaPlayer DLL and sample script...then credits goes to TLama...

so for some of you guys that want to have a video file as the SPLASH screen of your Inno Setup projects , without any need to external codec like CodecPack to be installed on user system ( it only needs DirectX to be installed , nothing more ) , follow this tutorial :

01 : Encode your favorite splash video with .WMV extension...doesnt matter which encoding tool...
02 : Download the attachment here...extract it & open the .iss script with UNICODE version of Inno Setup...this is mandatory , because Inno MediaPlayer library ONLY works with unicode version of Inno Setup...
03 : Script is very straightforward...you only need to change video file name or extension...YES ! it supports other video formats ( Based on DirectShow Technology ) , but in my personal touch , I strongly suggest you to use WMV for not having any specific trouble...but final decision is taken by you not me
04 : Also you can change VideoForm.Caption And MsgBox to explain your branding
05 : Both script & DLL library are revised recently to fully support video skip ability...Thanks to @TLama.
06 : If you want to embed this code into your personal script , you only need to handle code segments in " procedure InitializeWizard; " & " procedure DeinitializeSetup; " VERY carefully...

Goodluck guys & hope you enjoy it !
Attached Files
File Type: rar Media Player Project - Splash Video File.rar (201.8 KB, 241 views)
__________________
Paint me white so i can invisibly fight in the light...paint me black so i can hide my tears in the shadow of your heart.

Last edited by amin fear; 22-04-2013 at 06:57.
Reply With Quote
The Following 6 Users Say Thank You to amin fear For This Useful Post:
feri.mis63 (23-12-2013), mausschieber (22-04-2013), pakrat2k2 (22-04-2013), poison (20-02-2014), Razor12911 (22-04-2013), Simorq (25-01-2015)