Thread: **New Installer
View Single Post
  #179  
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)