#1
|
||||
|
||||
Inno Setup Script Snippet
Code:
botva2 Slideshow v1.0 - Scripy by Razor12911 - Used Botva2.dll by South.TVer - Used CallBackCtrl.dll VCLStylesInnoSetup - Got from other forums. Last edited by y_thelastknight; 25-01-2014 at 13:52. |
The Following 7 Users Say Thank You to y_thelastknight For This Useful Post: | ||
ADMIRAL (04-05-2020), clagby (09-05-2015), omdj (30-03-2015), Razor12911 (12-01-2014), sentinelks (12-01-2014), Simorq (25-01-2015), Vatsal Singh (12-01-2014) |
Sponsored Links |
#2
|
|||
|
|||
already noted in conversions razor .. but the images are random and repeated .. perhaps to improve
|
#3
|
||||
|
||||
what you expect? took us about 10 min to create this
|
The Following 2 Users Say Thank You to Razor12911 For This Useful Post: | ||
sentinelks (12-01-2014), y_thelastknight (13-01-2014) |
#4
|
|||
|
|||
God for me script
Last edited by sentinelks; 01-02-2014 at 00:41. |
#5
|
||||
|
||||
VCLStylesInnoSetup (skin for inno setup) updated
- Got from other forums.
__________________
Glass BB | BlackBox v2 | Portable Installer |
The Following User Says Thank You to y_thelastknight For This Useful Post: | ||
Razor12911 (26-01-2014) |
#6
|
|||
|
|||
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; Last edited by sentinelks; 01-02-2014 at 00:41. |
The Following 2 Users Say Thank You to sentinelks For This Useful Post: | ||
Simorq (06-04-2015), y_thelastknight (28-01-2014) |
#7
|
|||
|
|||
How to set up a slide show in a row
|
#8
|
||||
|
||||
Images are picked at random, but in a sequence, it can be done as well, but this requires for the source to be updated.
|
#9
|
|||
|
|||
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"; Last edited by Ivan_009; 26-03-2014 at 03:34. |
#10
|
||||
|
||||
@Ivan_009
This is an ENGLISH ONLY forum! .... and do not double post, edit your previous post.
__________________
Can't find a Game Conversion? Check the 'Conversion INDEX'
|
The Following User Says Thank You to Grumpy For This Useful Post: | ||
Ivan_009 (26-03-2014) |
#11
|
||||
|
||||
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.
|
The Following User Says Thank You to Razor12911 For This Useful Post: | ||
Ivan_009 (26-03-2014) |
Thread Tools | |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
INNO TROUBLESHOOT - Tutorials and Answers about INNO Setup | REV0 | Conversion Tutorials | 129 | 21-05-2021 06:51 |
Inno Setup: Additional Libraries | altef_4 | Conversion Tutorials | 50 | 21-10-2020 10:59 |
Blackbox Inno Setup Script | Kurutucu | Conversion Tutorials | 1190 | 18-08-2019 23:43 |
INNO TUTORIAL - Using Unicode and ANSI Versions of INNO Setup | REV0 | Conversion Tutorials | 51 | 26-03-2015 07:57 |
Copy file with Inno Setup Script | emrahcey | Software | 1 | 02-07-2010 09:24 |