PDA

View Full Version : Adding Support to Basic Script for UltraARC & TinyTools?


Midnights
30-09-2018, 06:29
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
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
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
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
(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
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

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
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
Made the same with xtool).

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

Midnights
02-10-2018, 19:35
Script Edit

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
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.

Midnights
03-10-2018, 23:19
Include XTOOL in script (see how I made it for lolz. Made the same with xtool).

I have do my best for add Precom & XTool to the script, can you look what wrong please?

The installer scan the *bin and skip to uninstall with this 2 mode, but not with LOLZ, CLS.INI or ARC.INI can be the problem?

I plan to try add SREP also... But i think i lost my time with my miserable skills... :(