Quote:
Originally Posted by red01
i follow ur instruction about internal compression and it works.
next i open it with iss tool and change method of compression from none to Izma and ultra 64...then i try to compile it , it gives me an error ( i attached the pic).
i again open script with iss tool and change from izma to none but again same error
please have a look...
|
if you want change compression level, don't need to use istool or other tools, just open script, find line Compression= and InternalCompressLevel= and change it to
Compression=
zip
bzip
lzma/fast,normal,max,ultra,ultra64
none
InternalCompressLevel=
none
fast
normal
max
ultra
ultra64