View Single Post
  #1  
Old 08-05-2016, 12:33
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,751
Thanks: 2,185
Thanked 11,211 Times in 2,309 Posts
Razor12911 is on a distinguished road
Converter Lite for Advanced Setup Creator

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
Attached Images
File Type: png Capture5.PNG (73.6 KB, 723 views)
File Type: png Capture4.PNG (48.8 KB, 718 views)
Attached Files
File Type: 7z ConvLite.7z (630.9 KB, 622 views)
Reply With Quote
The Following 6 Users Say Thank You to Razor12911 For This Useful Post:
-XCX- (11-01-2017), arkantos7 (09-05-2016), mausschieber (08-05-2016), RamiroCruzo (08-05-2016), Siber Pro (19-12-2016), Simorq (18-12-2016)
Sponsored Links