#721
|
|||
|
|||
Quote:
Thank you for your invaluable help. I was able to do what I wanted except one thing, put Check: Not isWin64 because there is already Ckeck: Task I would also like to know if it is normal that my installation all ends at 33.3% instead of going up to 100%? |
Sponsored Links |
#722
|
||||
|
||||
Quote:
|
The Following User Says Thank You to sajmon83 For This Useful Post: | ||
pratikpatel8982 (09-05-2021) |
#723
|
||||
|
||||
CIU 3.0.0.0.1.b8.u3 (beta 8)
Updated CIU 3.0.0.1.b8.u3 and DiskSpan_GUI 1.0.0.5.
INFO: 1) Download the two attachment files and extract using WinRar or 7Zip. 2) Move the "COMPRESSOR" folder from the DiskSpan_GUI attachment to the CIU source code folder. P.S: I shared the attachments separately so that the same attachment from DiskSpan_GUI can be used for other installers such as ASIS, LIS or others installers. For change information take a quick tour of the changelog files. Edit: Hotfix 1 - Fixed music loop and muti music files. Hotfix 2 changes here (does not need the previous hotfix). Hotfix 3 - Fixed to hide frame when window title bar (Windows native title bar) is displayed. Hotfix 4 - Fixed displaying progress bar image in uninstall mode. NOTES: - No previous HF is needed (HF is cumulative). - Delete the previous source code scripts and extract the HF# and replace the files in the CIU source code. P.S: Attachment hotfix 1,2,3 has been kept because if there are any new bugs in last hotfix, use previous hotfix. Please report if you find any errors. Thanks! Last edited by Cesar82; 18-08-2021 at 14:12. Reason: Added hotfix 5 |
The Following 11 Users Say Thank You to Cesar82 For This Useful Post: | ||
:( Sad8669 (17-05-2021), GaMEr_2077 (17-05-2021), Gehrman (21-05-2021), Grumpy (18-05-2021), houcine80 (18-05-2021), KaktoR (18-05-2021), mausschieber (18-05-2021), pratikpatel8982 (19-05-2021), Prettyboy099 (18-05-2021), regisgay (26-06-2021), samadrahman74 (22-05-2021) |
#724
|
|||
|
|||
Hi, how can I add archives that are freearc archives but are not made using UltraArc or DiskSpan and how can I import my own Compressors in CIU?? Thanks.
|
#725
|
|||
|
|||
I also wanted that
|
#726
|
|||
|
|||
pratikpatel8982 - GaMEr_2077
Q) how can I import my own Compressors in CIU?? A)This is quite simple, you just need to edit your arc.ini according to your needs. When adding a new compressor you need : Code:
The compressor itself. packcmd and unpackcmd for compression and decompression. The compressor name. Correct parameters. Code:
[External compressor:xtool] header = 0 packcmd = xtool.exe precomp -mzstd -c32mb -t100p --dbase - - <stdin> <stdout> unpackcmd = xtool.exe decode -t100p - - <stdin> <stdout> Orange - Compressing and Decompressing commands. Purple - Used for the archive Input and Output. Blue - Parameters telling compressor to limit its usage. Pink - Where the executable is located. You can add directories by using " and " such as "PRE\XTool\64\xtool.exe" Please forgive any mistake regarding English or my Knowledge about Compression. Last edited by :( Sad8669; 19-05-2021 at 11:07. |
The Following 2 Users Say Thank You to :( Sad8669 For This Useful Post: | ||
GaMEr_2077 (19-05-2021), pratikpatel8982 (19-05-2021) |
#727
|
||||
|
||||
How to use non-DiskSpan/UltraArc freearc archives?
Just create one and add it to records.ini Basic records.ini should look like this Code:
[Record1] Type=FreeArc_Original Source={src}\data.arc Output={app}\ Disk=1 Make a folder with all your tools need to decompress the archive (arc.ini, cls.ini, cls files, etc.......), mark all files and create a simple freearc archive with m1 compression. Name this archive "Setup.dll" and place it next to Setup.exe. Inside this archive you can also include records.ini if you like.
__________________
Haters gonna hate
|
The Following 4 Users Say Thank You to KaktoR For This Useful Post: | ||
:( Sad8669 (19-05-2021), Cesar82 (19-05-2021), mausschieber (19-05-2021), pratikpatel8982 (19-05-2021) |
#728
|
|||
|
|||
Hey can u explain whats m1 compression?
|
#729
|
|||
|
|||
Quote:
I use mini compressor and I imported all files inside _isdone folder, as said by mc creator. Last edited by pratikpatel8982; 21-05-2021 at 01:39. |
#730
|
||||
|
||||
@pratikpatel,
you haven't noticed anything else than the error message ? Look better. |
The Following User Says Thank You to Proxson For This Useful Post: | ||
pratikpatel8982 (21-05-2021) |
#731
|
|||
|
|||
I see, my username changed to PRATIK~1. I don't know why it happened? Can you help me???
|
#732
|
||||
|
||||
From what I could see in some recent posts the credits for DiskSpan_GUI and CLS-DiskSpan.dll is a little confusing for some users.
So I decided to explain the difference between DiskSpan_GUI and CLS-DiskSpan.dll. CLS-DiskSpan.dll is a CLS created by Razor12911 to work together with FreeARC (Arc.exe/UnArc.dll) for splitting the compressed file into smaller parts, causing a large compression to be divided into parts of the specified size making so it is possible to extract the files without having to merge the parts before extraction. DiskSpan_GUI is a tool created by me to work with external compressors, facilitating the selection of methods and configuration used in the compression. DiskSpan_GUI includes several compressors/decompressors including support for DiskSpan (using CLS-DiskSpan.dll). It also allows changes to the configuration file allowing new compressors to be added or compressors already configured to be removed. So DiskSpan refers to the spanning of disk, and for that purpose CLS-DiskSpan.dll is used, but to make it easier to use, a configurable graphical interface was created DiskSpan_GUI for this purpose. For those who are unsure about what to place regarding credits using C.I.U./DiskSpan_GUI I decided to post an example of credits for conversions using current CIU below. The credits could be informed in this way: Code:
-Credits: InstallerScript: 3.0.0.1.b8.u3 [2021.05.18] C.I.U. by: Yener90 Contributors: BAMsE; Razor12911; Simorq; KaktoR; Cesar82 CLS-DiskSpan.dll R3 by: Razor12911, modified version by Cesar82 DiskSpan GUI v1.0.0.5 by: Cesar82 Last edited by Cesar82; 22-05-2021 at 16:18. |
The Following 8 Users Say Thank You to Cesar82 For This Useful Post: | ||
:( Sad8669 (22-05-2021), andreiutzu21 (23-05-2021), Grumpy (23-05-2021), houcine80 (23-05-2021), mausschieber (23-05-2021), pakrat2k2 (27-05-2021), Razor12911 (07-06-2021), sajmon83 (24-05-2021) |
#733
|
|||
|
|||
Last edited by andreiutzu21; 28-05-2021 at 09:36. Reason: not showing images |
#734
|
|||
|
|||
|
#735
|
|||
|
|||
hi houcine 80 it show me this error when i try to open setup
CREATOR MODE ENABLED This Setup.ini file was not found near the executable of this installer Put "Setup.ini" next to the executable or disable creator mode and recompile the script |
Thread Tools | |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
INDEX - Conversion Tutorial Index | Razor12911 | Conversion Tutorials | 5 | 11-06-2020 02:05 |
[GSERIES] Custom Installer Ultimate V2g | Gupta | Conversion Tutorials | 226 | 01-06-2018 13:12 |
Crysis 3 DVD9 to 3xDVD5 Custom Installer | spawniectes | PC Games - CD/DVD Conversions | 79 | 31-08-2017 07:19 |