Is there a way to force Nsis to include all or specific resources from a custom ui exe in the setup exe? I am currently working on a new UI which uses bitmaps i have included in the ui resource file.
DOCa Cola
Force resource inclusion
3 posts
Extract the bitmap to the plugins dir and use SetBrandingImage. This way, your bitmaps will be compressed, so your installer will become smaller.
thx, that was the better solution 🙂