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
About secltion group
6 posts
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.
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.
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"
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"
You can add a hidden (unnamed) section to the A group.
how can i do ???
what is the hidden (unnamed) section mean
what is the hidden (unnamed) section mean
it is ok,,,thanks a lot