View Full Version : Inno Setup Script Snippet
y_thelastknight
12-01-2014, 09:35
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
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:
function PCB(OveralPct,CurrentPct: integer;CurrentFile,TimeStr1,TimeStr2,TimeStr3:PAn siChar): 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";
@Ivan_009
This is an ENGLISH ONLY forum!
.... and do not double post, edit your previous post.
Razor12911
26-03-2014, 06:09
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.
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.