View Single Post
  #14  
Old 16-06-2019, 18:14
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,073
Thanks: 1,814
Thanked 2,302 Times in 786 Posts
Cesar82 is on a distinguished road
@amin fear

You can include the Compressors extensively to setup.exe without having to edit the CIU Script.
I think you will also need to change in Arc.ini and CLS.ini.

In the changelog of CIU v3 (3.0.0.0u3) tells how to add external compressors:
Code:
- Added [Ressources] section to "Setup.ini" and also to the external "Setup.ini" and also to the to external "records.ini" file (optional).
  >> The [Ressources] section contain keys Path=, Path32=, Path64= and support constants {src}, etc (If not use constants, is seted to {src})
  >> If this path contains "decompressors" files it will be copied to the TEMP folder at the start of the installation.
  >> Path=               >> For the files of the key "Path=" the files will be copied in any system (32 bits or 64 bits).(Recursive Path - Search all subfolders)
  >> Path32= or Path64=  >> But if it is a path of the key "Path32=" or "Path64=" the files inside it will only be copied if the system is equal (32 bits or 64 bits). (Recursive Path - Search all subfolders)  
  >> Example: Path={src}\RESOURCES\Dual   Path64=RESOURCES\x64
You just need to tell the folder containing the external compressor in the Setup.ini (externalor internal) or Records.ini using the [Ressources] section.
Code:
[Ressources]
Path=
Path32=
Path64=
The Path= is the key used for executables compatible with both OS (32-bits + 64-bits).
Reply With Quote
The Following 2 Users Say Thank You to Cesar82 For This Useful Post:
sajmon83 (17-06-2019), Simorq (21-06-2019)