Skip to content
⌘ NSIS Forum Archive

Invisible sections

2 posts

treaz#

Invisible sections

I have managed to show more than one components after creating more sections. However, there are some sections which does some background reading and writing of my files which I do not wish to list in the components for selection.

How do I go about having these sections invisible to the user? Or should I be writing my reading and writing of files in functions instead?

Thanks!
kichik#
Use an empty name (Section "") or a name that starts with - (Section "-hidden section you will never see HAHA!").