View Single Post
  #11  
Old 01-09-2013, 07:14
Joelz Joelz is offline
Registered User
 
Join Date: Sep 2013
Location: CZ
Posts: 11
Thanks: 4
Thanked 0 Times in 0 Posts
Joelz is on a distinguished road
Question Inno Setup compression

Hi i have tried to compress Saints Row IV with this settings
Code:
Compression=lzma2/ultra64
InternalCompressLevel=ultra
DiskSpanning=True
DiskSliceSize=1566000000
SlicesPerDisk=3
CompressionThreads=2
LZMAAlgorithm=1
LZMAMatchFinder=BT
LZMANumFastBytes=64
LZMAUseSeparateProcess=yes
LZMADictionarySize=65536
LZMABlockSize=262144
LZMANumBlockThreads=2
Result was something like 6,3GB. I have read manual of Inno Setup and i can not set some values at higher level because it will be out of range.
So i do not know how it is possible, that somebody have same game with same files, but compressed to something like 5,3GB.

Where did i make mistake?

I have:
CPU: Q9400 3,2 GHz, 5 GB RAM. This should be sufficient for compression

Thank you for you help.
Reply With Quote