Skip to content
⌘ NSIS Forum Archive

About secltion group

6 posts

yzldni#

About secltion group

How can i not default select a section group

Ex:
GroupAll
Group1 (here is the default select, how i can un select default)
name1
name2
Group2
Group3
Anders#
It would help if you posted you actual NSIS code. If you read the documentation you will find some info about how to uncheck a section by default...

The next time you create a new thread, please try to make the title a little more descriptive and make sure you spell it correctly.
yzldni#
my code:
Section Group /e "All"
SectionGroup /e "A"
Section /o "A1" test
SectionEnd
SectionGroupEnd

Section /o "B" test2
SectionEnd
SectionGroupEnd


I want to get the group "A" flag, and i can know the "A" if is selected , not the "A1"