Guest User

Untitled

a guest
Jun 19th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. InstallDir "$TempInstallTest"
  2.  
  3. Section
  4. SetOutPath $InstDir
  5. File /r "c:myFiles" ; Replace the path with the location of your files
  6. File /r "x:stuffmyOtherFiles"
  7. SectionEnd
Add Comment
Please, Sign In to add comment