Hi - have a package which uses XCOPY to copy files to the target machine.
The command line works as expected and the files are delivered correctly.
However in Software Center the status hangs on 'Installing' and eventually goes to 'Failed'
Can i amend my command line to send something back to SCCM to say its done? Or is there something in the Package set up i can configure to confirm the package has been delivered (similar to 'Detection Method' for Applications).
Command line is:
XCOPY TotalCommander "C:\Program Files\Total Commander" /i
Many Thanks