View Single Post
  #4  
Old 11-10-2017, 05:43
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 Droppo View Post
Well I must say was something weird. first i started the installation process to test the conversion, everything went well, but at the end, when I've tried to compare I've noticed the target folder was empty. then tried to install again, and then i got all those nasty errors...
Records.ini
Output={app} to Output={tmp}


Razor12911 If you add this to your script, the problem will be resolved.

Code:
procedure UltraARC_Process;
var
  Data: array of TData;
  i, x, MsgResult: Integer;
  SourceDir, OggFile, MergeFile: String;
begin
ForceDirectories(ExpandConstant('{app}\'));

Last edited by Simorq; 11-10-2017 at 05:51.
Reply With Quote
The Following 3 Users Say Thank You to Simorq For This Useful Post:
pakrat2k2 (11-10-2017), Razor12911 (13-10-2017), zirkhaki (16-10-2017)