I have an Inno Setup script to make my application into an exe.
When I compile the code using Inno Setup version 6, the output file size is 110MB (as shown in Windows Explorer size column)
But when I compile the same script in Inno Setup version 5, the output file size is 109MB (1 MB smaller).
Why there is a difference in size? Is this a problem?