Skip to content
⌘ NSIS Forum Archive

Turn off Section Group

6 posts

Vankov#

Turn off Section Group

Hi,i find the metod to hide Section on install!But i can`t hide full SectionGroup with this method,so please tell me method who turn off SectionGroup on runtime,and how to use this method!10x🙄
xbarns#
I tried to do what you said, but its not working, the Sections are hidden but the SectionGroup itself is still visible.

Does this only work with a certain version of NSIS? (I am using 2.42-1 Unicode)
jpderuiter#
Hi,

I checked, and it does work in NSIS-Unicode (though I have 2.42-5 installed, but it should work on your version as well).

Make sure you actually hide your sectiongroup as well (the only way I could find to do this was setting the sectiongroup name to "" with SetSectionText)
xbarns#
Thanks, but i know about hiding the SectionGroup Text, it does not work well for me (see my other post from today.)