Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials

Reply
 
Thread Tools Display Modes
  #1  
Old 12-01-2014, 10:35
y_thelastknight's Avatar
y_thelastknight y_thelastknight is offline
Registered User
 
Join Date: Mar 2010
Location: Canada
Posts: 437
Thanks: 616
Thanked 574 Times in 213 Posts
y_thelastknight is on a distinguished road
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.
Attached Files
File Type: 7z Botva2Slideshow v1.0.7z (1.48 MB, 989 views)
File Type: 7z SetupVCLStylesInno.7z (4.53 MB, 1287 views)

Last edited by y_thelastknight; 25-01-2014 at 13:52.
Reply With Quote
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  
Old 12-01-2014, 14:58
sentinelks sentinelks is offline
Banned
 
Join Date: Jun 2013
Location: hjklò
Posts: 281
Thanks: 74
Thanked 319 Times in 156 Posts
sentinelks is on a distinguished road
already noted in conversions razor .. but the images are random and repeated .. perhaps to improve
Reply With Quote
  #3  
Old 12-01-2014, 16:13
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,746
Thanks: 2,141
Thanked 11,099 Times in 2,295 Posts
Razor12911 is on a distinguished road
Quote:
Originally Posted by sentinelks View Post
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
Reply With Quote
The Following 2 Users Say Thank You to Razor12911 For This Useful Post:
sentinelks (12-01-2014), y_thelastknight (13-01-2014)
  #4  
Old 17-01-2014, 19:16
sentinelks sentinelks is offline
Banned
 
Join Date: Jun 2013
Location: hjklò
Posts: 281
Thanks: 74
Thanked 319 Times in 156 Posts
sentinelks is on a distinguished road
God for me script

Last edited by sentinelks; 01-02-2014 at 00:41.
Reply With Quote
  #5  
Old 25-01-2014, 13:56
y_thelastknight's Avatar
y_thelastknight y_thelastknight is offline
Registered User
 
Join Date: Mar 2010
Location: Canada
Posts: 437
Thanks: 616
Thanked 574 Times in 213 Posts
y_thelastknight is on a distinguished road
VCLStylesInnoSetup (skin for inno setup) updated

- Got from other forums.
__________________
Glass BB | BlackBox v2 | Portable Installer
Reply With Quote
The Following User Says Thank You to y_thelastknight For This Useful Post:
Razor12911 (26-01-2014)
  #6  
Old 26-01-2014, 22:09
sentinelks sentinelks is offline
Banned
 
Join Date: Jun 2013
Location: hjklò
Posts: 281
Thanks: 74
Thanked 319 Times in 156 Posts
sentinelks is on a distinguished road
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.
Reply With Quote
The Following 2 Users Say Thank You to sentinelks For This Useful Post:
Simorq (06-04-2015), y_thelastknight (28-01-2014)
  #7  
Old 25-03-2014, 11:39
Ivan_009 Ivan_009 is offline
Registered User
 
Join Date: Mar 2014
Location: RUSSIA
Posts: 2
Thanks: 2
Thanked 0 Times in 0 Posts
Ivan_009 is on a distinguished road
How to set up a slide show in a row
Reply With Quote
  #8  
Old 25-03-2014, 11:52
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,746
Thanks: 2,141
Thanked 11,099 Times in 2,295 Posts
Razor12911 is on a distinguished road
Images are picked at random, but in a sequence, it can be done as well, but this requires for the source to be updated.
Reply With Quote
  #9  
Old 25-03-2014, 12:23
Ivan_009 Ivan_009 is offline
Registered User
 
Join Date: Mar 2014
Location: RUSSIA
Posts: 2
Thanks: 2
Thanked 0 Times in 0 Posts
Ivan_009 is on a distinguished road
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.
Reply With Quote
  #10  
Old 26-03-2014, 02:42
Grumpy's Avatar
Grumpy Grumpy is offline
Moderator
 
Join Date: Jun 2004
Location: Australia
Posts: 5,695
Thanks: 1,256
Thanked 1,839 Times in 809 Posts
Grumpy is on a distinguished road
@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'
Reply With Quote
The Following User Says Thank You to Grumpy For This Useful Post:
Ivan_009 (26-03-2014)
  #11  
Old 26-03-2014, 07:09
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,746
Thanks: 2,141
Thanked 11,099 Times in 2,295 Posts
Razor12911 is on a distinguished road
Quote:
Originally Posted by Ivan_009 View Post
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.
Reply With Quote
The Following User Says Thank You to Razor12911 For This Useful Post:
Ivan_009 (26-03-2014)
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

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



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


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