Force resource inclusion
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
Archive: Force resource inclusion
Force resource inclusion
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
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 :)