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

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 14-06-2019, 08:14
wollercoller wollercoller is offline
Registered User
 
Join Date: Jun 2019
Location: Mars
Posts: 2
Thanks: 0
Thanked 1 Time in 1 Post
wollercoller is on a distinguished road
This function is used in this Installer:
function ProgressCallback (OveralPct, CurrentPct: integer; CurrentFile, TimeStr1, TimeStr2, TimeStr3: PAnsiChar): longword;

I used TimeStr3 value for remaining time label but it is not working can any one help
me
thank you.
Reply With Quote
Sponsored Links
  #2  
Old 14-06-2019, 10:27
Jiva newstone's Avatar
Jiva newstone Jiva newstone is offline
Registered User
 
Join Date: Nov 2016
Location: India
Posts: 190
Thanks: 227
Thanked 412 Times in 96 Posts
Jiva newstone is on a distinguished road
Quote:
Originally Posted by wollercoller View Post
This function is used in this Installer:
function ProgressCallback (OveralPct, CurrentPct: integer; CurrentFile, TimeStr1, TimeStr2, TimeStr3: PAnsiChar): longword;

I used TimeStr3 value for remaining time label but it is not working can any one help
me
thank you.
TimeStr3 is estimated time
TimeStr2 is elapsed time
TimeStr1 is remaining time
i think it won't if u using disk like arc extract method
if u usin ISARCEXTRACT with progress value it works fine
Reply With Quote
The Following User Says Thank You to Jiva newstone For This Useful Post:
Behnam2018 (31-01-2020)
  #3  
Old 15-06-2019, 01:19
wollercoller wollercoller is offline
Registered User
 
Join Date: Jun 2019
Location: Mars
Posts: 2
Thanks: 0
Thanked 1 Time in 1 Post
wollercoller is on a distinguished road
Quote:
Originally Posted by Jiva newstone View Post
TimeStr3 is estimated time
TimeStr2 is elapsed time
TimeStr1 is remaining time
i think it won't if u using disk like arc extract method
if u usin ISARCEXTRACT with progress value it works fine
Can you tell me How I can add ISARCEXTRACT in wpi.
Reply With Quote
The Following User Says Thank You to wollercoller For This Useful Post:
Behnam2018 (31-01-2020)
  #4  
Old 15-06-2019, 04:45
Carldric Clement's Avatar
Carldric Clement Carldric Clement is offline
Registered User
 
Join Date: Aug 2014
Location: Toboh, Sabah, Malaysia
Posts: 596
Thanks: 599
Thanked 660 Times in 234 Posts
Carldric Clement is on a distinguished road
Quote:
Originally Posted by wollercoller View Post
Can you tell me How I can add ISARCEXTRACT in wpi.
If you first time to use it:
Quote:
function ISArcExtract(CurComponent:Cardinal; PctOfTotal:double; InName, OutPath, ExtractedPath: AnsiString; DeleteInFile:boolean; Password, CfgFile, WorkPath: AnsiString; ExtractPCF: boolean ):boolean; external 'ISArcExtract@files:ISDone.dll stdcall delayload';
then here's of example:
Quote:
if not ISArcExtract(0, 50, ExpandConstant('{src}\Data1.arc'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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
Conversion Designer/Installer Creator Razor12911 Conversion Tutorials 1613 03-10-2024 01:24
Windows XP - Tricks gargujjwal Software 3 25-05-2008 02:54
Error Windows Installer: Command And Conquer 3 Kane Edition glfsd PC Games 14 24-01-2008 06:00
Frequently Asked Questions Joe Forster/STA PC Games - Frequently Asked Questions 0 29-11-2005 09:48



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


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