Quote:
Originally Posted by Balaji007
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...!