Skip to content
⌘ NSIS Forum Archive

Custom Button on Message

3 posts

Afrow UK#
Only if you use the MessageBox plug-in.

Edit: Looks like the plug-in was pulled because the source code was lost and the last build does not work on 64-bit Windows. You're next best bet is to use nsWindows, but it'd be easier just to lump it and stick with a standard MessageBox.

Stu
DrO#
wouldn't it be better to create a window to look like a messagebox (i.e. via nsWindow - not sure if that's the correct name) and do it that way (especially as the messagebox plug-in shouldn't be used since it causes more issues than it's worth - hence it's removal from the wiki last year).

-daz