I use the following command to copy files.
After setting the output path ...
File "Documents\*"
This action works flawlessly. No problem copying files in the Documents directory so far ...
if the directory contains a copy of an existing file (with a different name), only the first copy of the file is copied regardless of the name.
How can I make it copy ALL files regardless of whether they are copies of other files?
Correction / best explanation (possible)
I apologize for the confusion. Let me try to repeat the problem. Files retrieved using the FILE command are the problem here. Files consist of original files and copies of the same files (with a different name only).
example: MyDocument.txt and copyOfMyDocument.txt, etc.
When the File command is used to extract files to the current output path, only the first file instance is retrieved (either a copy or the original ... but not both). Again, I apologize for the embarrassment, but this is the first time I have had to work with NSIS. I need to extract ALL files.
source share