What do compression output messages mean?
I have been trying to find an explanation of the output from makensis.exe when compressing files.
It is usually of the form:
File: "somefilename" [compress] somenumber/othernumber
othernumber is the files uncompressed size. I thought somenumber was the size after compression. However I get a bunch of files where somenumber = 0.
It doesn't seem to be an error and all the files install correctly. I was just wondering what that meant.
Thanks