View Single Post
  #9  
Old 09-09-2013, 19:29
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,754
Thanks: 2,191
Thanked 11,222 Times in 2,312 Posts
Razor12911 is on a distinguished road
I see, ISExec progress percentage don't want to work.
I also don't know how to use records.inf.

But I have a solution to this.

don't set progress for all archives, leave it to zero

add this

Var
ArcInt: integer;

begin
ArcInt:=3 //defines the number of archives involved in process.

ISDoneProgressBar1.Max:= ISDoneProgressBar1.Max * ArcInt
end;

Put these lines under procedure CurStepChanged(CurStep: TSetupStep);
Reply With Quote