Skip to content
⌘ NSIS Forum Archive

How to NOT select component by clicking on it's name

3 posts

ImmortAlex#

How to NOT select component by clicking on it's name

In components page if I click on component's name it selects (or deselects). How can I change this behaviour, if I want to select component only by clicking on checkbox?
zimsms#
This is default windows behaviour which NSIS inherits. If you are after the functionality you explained above you will have to create a custom control, a custom page within modern.exe and possibly even a plugin. A lot of overhead to disable functionality that is there by default.
ImmortAlex#
So if it is default behaviour of tree view with TVS_CHECKBOXES style...
Hmm... I havn't programmed in C++ and WinAPI for a long time, so I will not even try to change it 🙂