Skip to content
⌘ NSIS Forum Archive

Sections

3 posts

DragonSoull#

Sections

How do i make a section invisible (it's always required so no point showing)
and make sections start colapsed?
kichik#
To make the section invisible give it an empty name ("") or a name that starts with a hyphen ("-my section").

To make a subsection start expanded use /e - SubSection /e "My subsection".
DragonSoull#
Worked like a charm 🙂 i loked at the docs again and it was there 🙁 i can't belive i didn't see it.

any way thanks