|
|
|
|
|||||||
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
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! |
| Sponsored Links |
|
#2
|
||||
|
||||
|
You just need a script that is able to extract freearc archives
__________________
Haters gonna hate
|
|
#3
|
|||
|
|||
|
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... Last edited by Midnights; 30-09-2018 at 08:55. |
|
#4
|
|||
|
|||
|
I always got "Out of Range" error?
Last edited by Midnights; 30-09-2018 at 15:32. |
|
#5
|
||||
|
||||
|
Debug the setup (F9). Then you will see on which code part the error is (in most cases).
__________________
Haters gonna hate
|
|
#6
|
|||
|
|||
|
He extract all the CLS, but go directly to uninstall... i dont understand why... if only lzma or lolz is used it work...
|
|
#7
|
||||
|
||||
|
Send me example for compressed files. I have no files for precomp or whatever you have used.
__________________
Haters gonna hate
|
|
#8
|
|||
|
|||
|
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!
Last edited by Midnights; 01-10-2018 at 18:10. |
|
#9
|
||||
|
||||
|
No wonder why it fails. Script doesn't know how to merge splitted archives back to original.
__________________
Haters gonna hate
|
|
#10
|
|||
|
|||
|
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 |
|
#11
|
||||
|
||||
|
Quote:
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}'));
|
| The Following User Says Thank You to Simorq For This Useful Post: | ||
Midnights (02-10-2018) | ||
|
#12
|
||||
|
||||
|
Include XTOOL in script (see how I made it for lolz. Made the same with xtool).
__________________
Haters gonna hate
|
|
#13
|
|||
|
|||
|
I have maked it, but always got "Out of Range"
|
|
#14
|
|||
|
|||
|
Quote:
EDIT: Cancel button during installation freeze the setup... Last edited by Midnights; 02-10-2018 at 19:48. |
|
#15
|
||||
|
||||
|
UltraArc is compatible with ISDONE only.
|
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Ultimate Conversion Compressor (UCC) | vollachr | Conversion Tutorials | 55 | 26-04-2021 09:27 |
| I added isdone support to a generic script. I need some help please | ZakirAhmad | Conversion Tutorials | 9 | 22-02-2018 02:48 |
| Need Help with including FreeArc Support in my Installer Script. | QfG | Conversion Tutorials | 0 | 21-01-2018 11:51 |
| adding vga support to doa2 | virtuosity | DC Games | 1 | 02-02-2001 01:05 |