Converter Lite for Advanced Setup Creator
Code:
This uses LZMA2 algorithm from 7z and automatically creates archives for installations
created with Advanced Setup Creator. It works like UltraARC but with less features.
Usage:
convlite [Method] [Splitsizes] [Output] [ArchivePrefix] [ArchiveSuffix] [LocationOfSetup]
Method: is the compression level that must be used m#, # = 0-9. m#s, s = toggles whether file input should be splitted case if a file exists and is greater than splitsizes set. Eg. if an individual file is 5GB and split sizes are 4GB, it is wise to set this option to avoid some files not able to fit.
Splitsizes: Size in megabytes the input should be splitted to fit on certain media.
Output: Output directory.
ArchivePrefix: archive name right before a number that specifies split number
ArchiveSuffix: Extension of the archives that should be made.
LocationOfSetup: Location of the compiled setup created with Advanced Setup Creator, this adds information directly
to the setup unlike UltraARC which had records.ini, this embeds the information and will now be part of the installation.
Created by Razor12911