Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials
Register FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 18-04-2020, 21:04
ffmla ffmla is offline
Registered User
 
Join Date: Nov 2014
Location: Digital world
Posts: 112
Thanks: 609
Thanked 65 Times in 41 Posts
ffmla is on a distinguished road
Smile

Quote:
Originally Posted by Balaji007 View Post
Hi Ronaldo
I am using your script.It is a awesome installer.I am creating multi archives.During the installation it shows more than 200%. How to fix it?
Help me friend
If you used freearc based archives try to change the ISDONE part.ie.Allocate the manual percentage for each archives in the following place
Code:
if not ISArcExtract    ( 0, 100, ExpandConstant('{src}\data1.arc'), ExpandConstant('{app}\'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}\'), notPCFonFLY{PCFonFLY}) then break;
100 mean 100%.If you use 2 archives(Based on size) allocate total of 100.

PS.if you want automatic progress put all the values 0 in the percentage,it'll create records.inf file.after your first installation grab that file and add to your script,again compile it.it'll create smooth prgress.

search for more info,Lot of questions asked before related to progress percentage...!
Reply With Quote
The Following User Says Thank You to ffmla For This Useful Post:
Balaji007 (29-04-2020)
Sponsored Links
  #2  
Old 24-03-2024, 04:34
Gummy Bear Gummy Bear is offline
Registered User
 
Join Date: Nov 2021
Location: Moscow
Posts: 9
Thanks: 3
Thanked 1 Time in 1 Post
Gummy Bear is on a distinguished road
Hi, is there a Russian translation?
Reply With Quote
The Following User Says Thank You to Gummy Bear For This Useful Post:
Behnam2018 (24-03-2024)
  #3  
Old 28-02-2016, 08:43
rinaldo's Avatar
rinaldo rinaldo is offline
Registered User
 
Join Date: Sep 2015
Location: Rome
Posts: 433
Thanks: 101
Thanked 696 Times in 191 Posts
rinaldo is on a distinguished road
I do not know the codex script, post the setup in order to understand
__________________
if you understand read more
Reply With Quote
  #4  
Old 28-02-2016, 12:20
rinaldo's Avatar
rinaldo rinaldo is offline
Registered User
 
Join Date: Sep 2015
Location: Rome
Posts: 433
Thanks: 101
Thanked 696 Times in 191 Posts
rinaldo is on a distinguished road
exit in full page
Code:
procedure CancelButtonClick(CurPageID: Integer; var Cancel, Confirm: Boolean);
begin
Confirm:=False;
end;

exit to selectdir
Code:
Procedure CancelButtonClick(CurPageID: Integer; var Cancel, Confirm: Boolean);
Begin
if CurPageID  = wpSelectDir then
Confirm:=False;
end;


codex use fade type:

Code:
[ CODE]
const
AW_FADE_OUT = $00090000;

function AnimateWindow(hWnd: HWND; dwTime: DWORD; dwFlags: DWORD): Boolean;
external 'AnimateWindow@user32 stdcall';

Procedure CancelButtonClick(CurPageID: Integer; var Cancel, Confirm: Boolean);
Begin
Confirm:=False;
AnimateWindow(WizardForm.Handle,300,AW_FADE_OUT);
end;
__________________
if you understand read more

Last edited by rinaldo; 28-02-2016 at 13:12.
Reply With Quote
The Following User Says Thank You to rinaldo For This Useful Post:
audiofeel (28-02-2016)
  #5  
Old 28-02-2016, 16:42
rinaldo's Avatar
rinaldo rinaldo is offline
Registered User
 
Join Date: Sep 2015
Location: Rome
Posts: 433
Thanks: 101
Thanked 696 Times in 191 Posts
rinaldo is on a distinguished road
has nothing to do the custom form ... you have to control the structure and you'll see that it works ... I have no time for this script
__________________
if you understand read more
Reply With Quote
Reply


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
Conversion Designer/Installer Creator Razor12911 Conversion Tutorials 1613 03-10-2024 01:24
altef_4's installer altef_4 Conversion Tutorials 244 24-05-2024 22:20
Game Installer Designer by altef_4 altef_4 Conversion Tutorials 236 28-05-2021 02:54
Crysis 3 DVD9 to 3xDVD5 Custom Installer spawniectes PC Games - CD/DVD Conversions 79 31-08-2017 07:19
Tutorial using CI 8.0.0 yener90 Conversion Tutorials 424 21-10-2014 09:49



All times are GMT -7. The time now is 05:36.


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