FileForums

FileForums (https://fileforums.com/index.php)
-   Conversion Tutorials (https://fileforums.com/forumdisplay.php?f=55)
-   -   -+- COMPLETE - Inno Setup Script -+- (https://fileforums.com/showthread.php?t=96170)

felice2011 17-12-2014 08:41

Great work brother!!!
You can select the video or slide? the video hides slides during installation:p

Ottimo lavoro, quello che cercavo, ma vorrei selezionare la possibilità di scelta nel visualizzare solo gli slide o solo il video, dato che il video mi va a coprire gli slide durante l'installazione.

Dante1995 17-12-2014 12:11

perchè! il picture-in-pictures non è bello ;) ops movie-in-pictures

because the picture-in-picture or movie-in-pictures is not beautiful

felice2011 17-12-2014 13:44

Nooo Set me one switch somewhere :D:D:D
P.S = most important thing you do not hear the audio to the video..:o:o:(

:eek:Dai vedi di mettermi un interruttore da qualche parte, se non è possibile preferisco eliminare gli slides.
Nel video non si sente l'audio, il video è un *.avi come da esempio codificato con audio AAC/LC
:confused:

Dante1995 17-12-2014 16:16

il video è senza traccia, metti un tuo avi e vedrai che si sente...
tornato a noi, prova questo se funziona.
manca il file bg.bitmap da inserire nella cartella InstallFiles 800x430



the video is no track, put a your ancestors and see that you feel ...
got back to us, try this if it works.

felice2011 18-12-2014 01:03

Very good better and better.:D:D:D
Brother you know that the video contains no audio in the zip.:p
I downloaded a trailer WD, converted to avi, but installation can not hear the audio.:confused:

Veramente ottimo, il file video nello zip sapevo che non conteneva l'audio, scaricato un trailer da internet convertito in avi, nell'installazione non si sente l'audio , logicamente se apro con un qualsiasi riproduttore windows si sente WMP o VLC:)
P.S: Perchè quando apro il menù a tendina "Config_Off/On" mi si blocca lo slides e mi si chiude il video??????:(:(:o:o

Dante1995 18-12-2014 02:41

to me it feels good



ciccio a me se sente tutto


Video

felice2011 18-12-2014 03:34

Quote:

Originally Posted by Dante1995 (Post 436859)
to me it feels good



ciccio a me se sente tutto

Ok audio codec was to be in mp3, could say before brother:D:D:D

Il Codec audio del file video deve essere in mp3, altri tipi di codec audio più recenti innosetup non li codifica..

Dante1995 18-12-2014 04:57

no è lo stesso legge molti formati traccia, mp3, wav,ac3 ecc.


Law also wav

felice2011 18-12-2014 05:29

Quote:

Originally Posted by Dante1995 (Post 436864)
no è lo stesso legge molti formati traccia, mp3, wav,ac3 ecc.


Law also wav

Brother, would you do me one last favor in order to have perfection in this installer, when I open the drop-down menu with the button config, and possible not be stop the slide or video.
I managed to fix the video, eliminating this:
Code:

KillTimer(0, TimerID);
DeinitializeSlideShow;
BmpFile.Show;
mciSendString('Close AVIFile','',0,0);
if Panel1.Top = 0 then
KillTimer(WizardForm.Handle, Timer);

Can not seem to do the same thing with the slide:mad:

Se riusciresti a non far fermare il video o lo slide, dipende da quale dei 2 è selezionato, quando apro il menu a tendina, sarebbe perfetto, sono riuscito a far funzionare solo il video, togliendo il codice che vedi, il video continua a girare anche aprendo e chiudendo il menù, stessa cosa vorrei fare selezionando lo slides , ma non ci sono riuscito.

P.S:il mio video era codificato con traccia audio AAC..forse l'unico che non leggeva....:D:D

Dante1995 18-12-2014 06:45

Ferma lo Slideshow
Code:

DeinitializeSlideShow;
Ferma il Video
Code:

mciSendString('Close AVIFile','',0,0);
Congela il codice cosi, e non ferma il video o Slide
Code:

//DeinitializeSlideShow;
//mciSendString('Close AVIFile','',0,0);



Stop the Slideshow
DeinitializeSlideShow;

Stop Video
mciSendString ('Close avifile', '', 0,0);


Freeze the code so, and does not stop the video or Slide
// DeinitializeSlideShow;
// mciSendString ('Close avifile', '', 0,0);





Sappi che io compilo installatori con una mia idea definitiva, modifiche aggiuntive a volte richiedono di ragionare da 0 il codice quasi completamente, almeno quando faccio uso di pannelli,finestre,diapositive,video,bottoni ecc.. A TEMPO

however, the panel in this script remains behind the video, not the board of DO NOT STOP, at least that is not under the lower end of the panel

Know that I build installers with my idea Ultimately, additional changes sometimes require reasoning from 0 code almost completely, at least when I make use of panels, windows, slides, videos, buttons etc .. A TIME

felice2011 18-12-2014 09:41

Nothing to be done brother when I start the slide and I click on the button config_Off / On. I open the drop-down menu, the slides stops, returning the background image :"bg.bitmap"

Nulla da fare fratello quando faccio partire lo slide e clicco sul bottone config_Off/On che mi si apre il menù a tendina, lo slides si ferma e mi ritorna l'immagine di background "bg.bitmap quella inserita nella cartella InstallFiles"

Dante1995 18-12-2014 09:42

VideoSlideShow Switch
 
Code Example+InternalInstaller

Video+SlideShow.

Dante1995 20-12-2014 15:46

Aero Repack....
 
1 Attachment(s)
Aero Repack ISDone

Dante1995 24-12-2014 19:31

ISComps
 
ISComps Installer only Arc file :D


Fix error Components:

comp1:=DirectX
comp2:=Redist x86
comp3:=Redist x64
comp4:=Nvidia PhysX


Code:

comp1:=Check: IsComponent2(1) and CheckError
comp2:=Check: not IsWin64 and IsComponent2(2) and CheckError
comp3:=Check: IsWin64 and IsComponent2(3) and CheckError
comp4:=Check: IsComponent2(4) and CheckError



Correct:
Code:

Filename: {src}\Redist\DirectX\DXSETUP.exe; Parameters: /Silent; StatusMsg: {cm:install2} Microsoft DirectX 9.0c...;  Flags: skipifdoesntexist;  Check: IsComponent2(1) and CheckError
Filename: {src}\Redist\Redist\vcredist_x86.exe; Parameters: /q; StatusMsg: {cm:install2} Microsoft Visual C++ Redist x86...; Flags: skipifdoesntexist;  Check: not IsWin64 and IsComponent2(2) and CheckError
Filename: {src}\Redist\Redist\vcredist_x64.exe; Parameters: /q; StatusMsg: {cm:install2} Microsoft Visual C++ Redist x64...; Flags: skipifdoesntexist;  Check: IsWin64 and IsComponent2(3) and CheckError
Filename: {src}\Redist\PhysX.exe;    Parameters: /qn; StatusMsg: {cm:install2} Nvidia PhysX...; Flags: skipifdoesntexist;  Check: IsComponent2(4) and CheckError


Dante1995 26-12-2014 08:51

Fix error Components

comp1:=DirectX
comp2:=Redist x86
comp3:=Redist x64
comp4:=Nvidia PhysX


Code:

comp1:=Check: IsComponent2(1) and CheckError
comp2:=Check: not IsWin64 and IsComponent2(2) and CheckError
comp3:=Check: IsWin64 and IsComponent2(3) and CheckError
comp4:=Check: IsComponent2(4) and CheckError



All times are GMT -7. The time now is 03:36.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com