|
|
|
#1
|
||||
|
||||
|
Quote:
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);
![]() 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.... ![]()
|
| Sponsored Links |
|
#2
|
|||
|
|||
|
Ferma lo Slideshow
Code:
DeinitializeSlideShow; Code:
mciSendString('Close AVIFile','',0,0);
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 Last edited by Dante1995; 18-12-2014 at 07:01. |
|
#3
|
|||
|
|||
|
VideoSlideShow Switch
Code Example+InternalInstaller
Video+SlideShow. Last edited by Dante1995; 28-12-2014 at 20:54. |
| The Following User Says Thank You to Dante1995 For This Useful Post: | ||
Andrey167 (18-12-2014) | ||
|
#5
|
|||
|
|||
|
ISComps
ISComps Installer only Arc file
![]() 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
Last edited by Dante1995; 28-12-2014 at 20:54. |
| The Following 2 Users Say Thank You to Dante1995 For This Useful Post: | ||
Andrey167 (28-12-2014), Razor12911 (27-02-2015) | ||
|
#6
|
|||
|
|||
|
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 |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Inno Setup: Additional Libraries | altef_4 | Conversion Tutorials | 50 | 21-10-2020 09:59 |
| Blackbox Inno Setup Script | Kurutucu | Conversion Tutorials | 1190 | 18-08-2019 22:43 |
| INNO TUTORIAL - Using Unicode and ANSI Versions of INNO Setup | REV0 | Conversion Tutorials | 51 | 26-03-2015 06:57 |
| Copy file with Inno Setup Script | emrahcey | Software | 1 | 02-07-2010 08:24 |