FileForums

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

y_thelastknight 12-01-2014 09:35

Inno Setup Script Snippet
 
2 Attachment(s)
Code:

botva2 Slideshow v1.0

- Scripy by Razor12911
- Used Botva2.dll by South.TVer
- Used CallBackCtrl.dll

VCLStylesInnoSetup 

- Got from other forums.


sentinelks 12-01-2014 13:58

already noted in conversions razor .. but the images are random and repeated .. perhaps to improve :)

Razor12911 12-01-2014 15:13

Quote:

Originally Posted by sentinelks (Post 428229)
already noted in conversions razor .. but the images are random and repeated .. perhaps to improve :)

what you expect? took us about 10 min to create this :D

sentinelks 17-01-2014 18:16

God for me script :D

y_thelastknight 25-01-2014 12:56

VCLStylesInnoSetup (skin for inno setup) updated

- Got from other forums.

sentinelks 26-01-2014 21:09

mmmm... isdone problem,InitializeUninstallProgressForm problem unicode ec..
no show timer to WizardForm.Caption
ex:
Code:

function PCB(OveralPct,CurrentPct: integer;CurrentFile,TimeStr1,TimeStr2,TimeStr3:PAnsiChar): longword;
begin
  if OveralPct<=1000 then WizardForm.ProgressGauge.Position := OveralPct;
  WizardForm.Caption := 'Progress:'+'  '+IntToStr(OveralPct div 10)+'.'+chr(48 + OveralPct mod 10)+'0%'+'    '+'Time:'+' '+TimeStr2;
  Result := ISDoneCancel;
end;


Ivan_009 25-03-2014 10:39

How to set up a slide show in a row

Razor12911 25-03-2014 10:52

Images are picked at random, but in a sequence, it can be done as well, but this requires for the source to be updated.

Ivan_009 25-03-2014 11:23

how to make slides reproduced consistently

How to make that showing pictures was not random and turns and slides in the unpacked folder Temp ...

Source: "Slides\*"; Flags: "DontCopy";

Grumpy 26-03-2014 01:42

@Ivan_009
This is an ENGLISH ONLY forum!

.... and do not double post, edit your previous post.

Razor12911 26-03-2014 06:09

Quote:

Originally Posted by Ivan_009 (Post 430125)
how to make slides reproduced consistently

How to make that showing pictures was not random and turns and slides in the unpacked folder Temp ...

Source: "Slides\*"; Flags: "DontCopy";

This example doesn't really care about anything, it just needs image, just provide the directory where the images are then the rest is taken care of. like the [Files] part, you need do that on your own, unpack the images to temp then tell example that the images are in the temp folder then slideshow will use images in the temp folder.


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

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