Skip to content
⌘ NSIS Forum Archive

Checkbox within a message box

4 posts

greena23#

Checkbox within a message box

Hi,

I'm am wondering if I can put a checkbox inside a message box. I want this so that is the box is checked the installer will run in a different way to if it were not checked.

Thanks
Wizou#
Not possible with a standard message box.
But you can make a YES/NO message box and change the behaviour of your installer based on the user choice.
greena23#
Thanks Wizou

Is it possible to do a message box with standard choices thens. As in the first button "Run installer 1" Second "Run installer 2" Third: "Cancel"?
Yathosho#
1. you can use this plugin for a messagebox with checkboxes http://forums.winamp.com/showthread.php?t=304431

2. or this for messageboxes with custom buttons http://nsis.sourceforge.net/MessageBox_plug-in