Skip to content
⌘ NSIS Forum Archive

SubSection interference with selections?

3 posts

moop#

SubSection interference with selections?

Does a way exist to have mutually-exclusive components inside SubSections?

This script works okay if I delete the SubSections, but that's not what I want.

I've looked here for help, also here (this link, with Kichik's explanation, should be included in the documentation - it was far more helpful than the NSIS User Manual alone).
To quote from the first link:
Is there an easy way to create an macro like RadioButtons, that works like 'copy of one-section.nsi' that kichik posted? Otherwise the code is going to get VERY long with 6 sections...I think
kichik#
Try the code in the following thread:

Are you a developer who uses NSIS to distribute your application? Are you a Winamp plug-in developer who wants to use NSIS to distribute your plug-in? Have suggestions for other people like you? This is the place.
kichik#
A fixed version.