Forum: NSIS Discussion
28th August 2013, 14:54
|
|
Replies: 1
Views: 2,747
Copying files from a network path
I am trying to copy files from a network path during installation, however; the files are not copied.
!define FileCopy `!insertmacro FileCopy`
!macro FileCopy FilePath TargetDir
...
|