Skip to content
⌘ NSIS Forum Archive

CheckBitmap

2 posts

arfinator853#

CheckBitmap

I want to use the simple-round2.bmp checkmark set for my installer, but no matter what I try it stays at, what I think is, modern.bmp.

Here is the set of code I have now to declare it:

CheckBitmap "simple-round2.bmp" 
I have a copy of simple-round2.bmp in the Modern UI Examples directory, which is where my script is. I have this copy in there because I was expiramenting with the paths and such.

If anybody has any ideas about why this wouldnt be functioning properly, your replies would be appreciated.

Oh, and I did search...

Skeezni
Joel#
If you are using Modern UI settings, take a minute to read text, taken from the MUI readme file:
Important: Because the Modern UI has its own macro system, its own default settings and a lot of new features, the interface configuration works differently. So you should not use commands like LicenseText, Icon, CheckBitmap, InstallColors etc.
🙂