Skip to content
⌘ NSIS Forum Archive

hidden section reaction question

4 posts

pozbremser#

hidden section reaction question

hi,

can you give me an answer please,
does hidden section reacts in the same way on SectionIn command as "normal" (visible) section?

Thanks!
pozbremser#
more detailed:
I have visible and hidden sections in uninstaller.
hidden sections must be activated, if user selected all visible sections (full uninstall).
Can I do it with SectionIn command?

Thanks!
kichik#
Yes, they do. If the installation type changes, the hidden sections will change as well. You can create a very simple script to test this.
pozbremser#
OK,

I wanted test this,
but I'v thought, if the sections are hidden,
I couldn't test/select they, and only developers
know this.
But it can be done with DetailPrint.

Thank You!