Skip to content
⌘ NSIS Forum Archive

InstType in NSIS 2.05

3 posts

Yathosho#

InstType in NSIS 2.05

since i upgraded to version 2.05, my script doesn't work properly anymore. i'm using three InstTypes, but switching between them only works for the first SectionGroup/SubSection, the others ignore their SectionIn behaviour.

my script can be found here.
Afrow UK#
Try putting an empty Section before them.
I think this is the bug that was reported in the 2.05 post.

-Stu