Untitled
By: a guest | Jan 31st, 2010 | Syntax:
NullSoft Installer | Size: 0.22 KB | Hits: 339 | Expires: Never
!include LogicLib.nsh
SectionGroup "some stuff"
Section "a section" SEC_FILE1
File a\file
SectionEnd
Section "another section"
${IfNot} ${SectionIsSelected} ${FILE1}
File b\file
${EndIf}
SectionEnd
SectionGroupEnd