If the executable size is a problem, we could convert icons to PNG and package them out of the executable: It should reduce the executable size to <300K! No idea of the possible impact on application startup time if icons must be loaded from PNG files (using LoadPNGToFormat())...
Context
Cyfranek ask whether the announced size is the effective size:
Analysis
With current directory populated with an extract from the
.pbi
file attached to last pre-release, I see:So the size displayed during install is the right size.
Why is the executable damn so big?
The explanation comes from embedded icons, see:
Improvement
If the executable size is a problem, we could convert icons to PNG and package them out of the executable: It should reduce the executable size to <300K! No idea of the possible impact on application startup time if icons must be loaded from PNG files (using
LoadPNGToFormat()
)...