View Single Post
  #11  
Old 02-10-2018, 11:36
Simorq's Avatar
Simorq Simorq is offline
Registered User
 
Join Date: Mar 2014
Location: Iran
Posts: 642
Thanks: 3,602
Thanked 1,308 Times in 464 Posts
Simorq is on a distinguished road
Quote:
Originally Posted by Midnights View Post
It not work also without splitted archive.. i have choice this mode just in case your are able to make it work...

You can't add support to this script for me?
Also Simple Installer for R3 for UltraARC do an error with split.exe
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}'));
Reply With Quote
The Following User Says Thank You to Simorq For This Useful Post:
Midnights (02-10-2018)