Advertisement
Guest User

Untitled

a guest
Sep 8th, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement