Getting uncompressed size from outside
Hi there,
how can I determine the size of all sections of an nsis setup file without running it?
I'm trying to create a wrapper which can contain multiple nsis setup files. The user can select which nsis exes should be executed (in silent mode). Now I would like to know the size of the uncompressed files in the nsis exes before running them, to display this information in the wrapper.
Is there an easy way to do this? Getting the compression rate would also be sufficient...
I already tried to use 7-Zip for this but it doesn't give out details properly (the file sizes are not given for all files). With the command "7z.exe l nsis-file.exe" it lists all the contained files and for most of them also there uncompressed sizes. But not for all which is the problem.
Thanks for any reply,
Joe