View Single Post
  #15  
Old 02-10-2018, 19:35
Midnights Midnights is offline
Registered User
 
Join Date: Aug 2015
Location: Canada
Posts: 23
Thanks: 2
Thanked 0 Times in 0 Posts
Midnights is on a distinguished road
Quote:
Originally Posted by Simorq View Post
Script Edit

Code:
procedure UltraARC_Process;
var
  Data: array of TData;
  i, x, MsgResult: Integer;
  SourceDir, OggFile, MergeFile: String;
begin

to

procedure UltraARC_Process;
var
  Data: array of TData;
  i, x, MsgResult: Integer;
  SourceDir, OggFile, MergeFile: String;
begin
ForceDirectories(ExpandConstant('{app}'));
Thank you it working! Do you know how add the 2 progress bar from ISFreeArcExtract?

EDIT: Cancel button during installation freeze the setup...

Last edited by Midnights; 02-10-2018 at 19:48.
Reply With Quote