FileForums

FileForums (https://fileforums.com/index.php)
-   Conversion Tutorials (https://fileforums.com/forumdisplay.php?f=55)
-   -   Adding Support to Basic Script for UltraARC & TinyTools? (https://fileforums.com/showthread.php?t=102287)

Midnights 30-09-2018 06:29

Adding Support to Basic Script for UltraARC & TinyTools?
 
I everyone, i'm using a basic script with VCLStyles and look for adding support for UltraArc and TinyTools...

Anyone can help me with that? I only see a premade installer on the forum, i just whant to keep the classic VCLStyles installer...

Whaiting for your help!

KaktoR 30-09-2018 08:10

You just need a script that is able to extract freearc archives

Midnights 30-09-2018 08:53

1 Attachment(s)
I have found: ISDone 0.6 Final FreeArc Alpha 2012

And also this script from razor12911, but without lolz, i think is outdated?

EDIT: Do you have simple script to share with me? For now i'm only able to try part of code from some others installers...

Midnights 30-09-2018 14:52

2 Attachment(s)
I always got "Out of Range" error? :confused:

KaktoR 01-10-2018 05:55

Debug the setup (F9). Then you will see on which code part the error is (in most cases).

Midnights 01-10-2018 07:59

He extract all the CLS, but go directly to uninstall... i dont understand why... if only lzma or lolz is used it work...

KaktoR 01-10-2018 08:30

Send me example for compressed files. I have no files for precomp or whatever you have used.

Midnights 01-10-2018 18:06

1 Attachment(s)
Here is the last ISFreeArc i use, with you support for LOLZ (working).

I have include a Precom+SREP+LZMA (splitted) archive from UltraARC 2900 R5 Stable Release...

Thank you for your help, is appreciated! :o

KaktoR 02-10-2018 03:53

Quote:

Originally Posted by Midnights (Post 476034)
(splitted) archive

No wonder why it fails. Script doesn't know how to merge splitted archives back to original.

Midnights 02-10-2018 09:35

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

Simorq 02-10-2018 11:36

Quote:

Originally Posted by Midnights (Post 476051)
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}'));


KaktoR 02-10-2018 12:42

Quote:

Originally Posted by Midnights (Post 476034)
Here is the last ISFreeArc i use, with you support for LOLZ (working).

I have include a Precom+SREP+LZMA (splitted) archive from UltraARC 2900 R5 Stable Release...

Thank you for your help, is appreciated! :o

Include XTOOL in script (see how I made it for lolz. Made the same with xtool).

Midnights 02-10-2018 18:41

Quote:

Originally Posted by KaktoR (Post 476055)
Made the same with xtool).

I have maked it, but always got "Out of Range"

Midnights 02-10-2018 19:35

Quote:

Originally Posted by Simorq (Post 476054)
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...

Simorq 03-10-2018 00:54

Quote:

Originally Posted by Midnights (Post 476068)
Thank you it working! Do you know how add the 2 progress bar from ISFreeArcExtract?

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

UltraArc is compatible with ISDONE only.


All times are GMT -7. The time now is 16:09.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com