View Single Post
  #12  
Old 03-04-2020, 07:58
pincoball pincoball is offline
Registered User
 
Join Date: Mar 2020
Location: Italy
Posts: 29
Thanks: 20
Thanked 10 Times in 8 Posts
pincoball is on a distinguished road
Hello, I'm trying to create an installer with some sample files.
In particular what I have done is compression with UltraARC and this method set as MASK:
Code:
xZLib+srep:m1f:l512+4x4:b128mb:lzma:a1:mfbt4:64m:fb273:mc1000000:lc8
Then if I compress in a single file everything is ok, but if I split in multiple files when using UltraARC the installer will finish the process without error and unpacking nothing but the uninstallation files.

N.B.: for decompression I uncommented XTOOL in the compression.ini file

What would be the more likely problem?

Last edited by pincoball; 06-04-2020 at 02:54.
Reply With Quote