Advertisement
GordCaswell

NSIS DocFetcher ForEachFile

Mar 8th, 2017
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ${SegmentFile}
  2.    
  3. Var libclasspath
  4.  
  5. ${SegmentPre}
  6.     ${ForEachFile} "$0" "$1" "$EXEDIR\App\DocFetcher\lib\*.jar"
  7.         StrCpy $libclasspath "$libclasspath;$1"
  8.     ${NextFile}
  9.  
  10.     ${SetEnvironmentVariablesPath} PAL:libclasspath $libclasspath
  11. !macroend
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement