I've created a package to just deploy a single file to 2 different locations. I've tried using robocopy and xcopy as the copy mechanism but i get this same error when the PC tries to download the package.
So here's the details.
I'm deploying file 'mms.cfg' which is used to manage Flash settings.
I'm placing the file into both C:\Windows\System32\Macromed\Flash and C:\Windows\SysWOW64\Macromed\Flash folders
1st attempt:
- put xcopy.exe (64bit) in as the Selected Package.
- add the command line switches i need for the xcopy to work.
- add the second xcopy command to the package helper screen
- add mms.cfg to the package
2nd attempt:
- deleted the first attempt completely and created a new 2nd attempt
- put robocopy.exe (64bit) in as the Selected Package.
- add the command line switches i need for the robocopy to work.
- add the second robocopy (32bit) command to the package helper screen
- add mms.cfg to the package
Both attempts resulted in this error
2013-03-15 13:33:10:066 1020 870 DtaStor WARNING: Attempted to add URL pmserver:8530/.../36B9DADFAFC7008F0D9F3E0A34C8DD791056726C.cab for file Nrna36/HAI8Nnz4KNMjdeRBWcmw= when file has not been previously added to the datastore
Any assist greatly appreciated.
PS. If there's a better way of doing this please feel free to advise.