Skip to content
⌘ NSIS Forum Archive

InstallOptions and Bitmaps

3 posts

klopfdreh#

InstallOptions and Bitmaps

Hello,

I've got the problem, that my bitmap doesn't appear when I add it to a Custom Page:

[Field 2]
Type=Bitmap
Left=0
Top=0
Right=99
Bottom=140
Text=.\\resources\\installer.bmp 
The resource is in the directory.

Tanks for help!
Afrow UK#
Write the full file path to the ini file at run time with MUI_INSTALLOPTIONS_WRITE after you extract it.

Stu