Problem:
Additional file in custom patch is not downloaded to same directory as patch. this causes a problem with the patch install.
Cause:
It is working as it should, the utility in the background that is moving the file by default moves everything to the SDMcache\"same destination" folder as it's home on the core is.
Resolution:
So we just have to go into the patch definition and add an additional Patch Install Command. Add an Execute a program command, and make the path point to;
c:\windows\system32\cmd.exe
Next change the args to;
/c xcopy "%SDMCACHE%\ldlogon\patch\network.xml" "%SDMCACHE%"
Next move the new execute command to the top of the list.
This will move the additional file SDMCache folder and it should work.