Share Pastebin
Guest
Public paste!

Untitled

By: a guest | Jan 31st, 2010 | Syntax: NullSoft Installer | Size: 0.22 KB | Hits: 339 | Expires: Never
Copy text to clipboard
  1. !include LogicLib.nsh
  2. SectionGroup "some stuff"
  3. Section "a section" SEC_FILE1
  4. File a\file
  5. SectionEnd
  6. Section "another section"
  7. ${IfNot} ${SectionIsSelected} ${FILE1}
  8.         File b\file
  9. ${EndIf}
  10. SectionEnd
  11. SectionGroupEnd