rmags Posted May 16, 2018 Report post Posted May 16, 2018 (edited) I'm having issues installing this inside the TS for a windows 10 1709 WIM. I was trying to following these two posts to implement it with no luck. Here's a snipit of the smsts: Cannot perform a cyclic copy Failed to run the action: Copy Files. The system cannot open the file. (Error: 00000004; Source: Windows) TSManager 5/16/2018 9:09:29 AM 1612 (0x064C) Any idea? Thanks smsts.txt Edited May 18, 2018 by rmags Quote Share this post Link to post Share on other sites More sharing options...
itrider Posted May 17, 2018 Report post Posted May 17, 2018 I have this working in my TS OSD. I setup mine differently than what you noted above. Here is what I have: 1) Create a TS for the powershell ps1 file call 2) Create the TS for the OSD Pics: location of 2 files; data in my ps1; TS for the OSD 1 Quote Share this post Link to post Share on other sites More sharing options...
jHetzer Posted May 18, 2018 Report post Posted May 18, 2018 Create a Package with the cab file Create a run Command Line Step Select the created Package Set as Command line: DISM.EXE /online /add-package /packagepath:.\relative\Path\to\dotNetFile.cab Example: (In this case the cab file is at the root directory of the package) 1 Quote Share this post Link to post Share on other sites More sharing options...
rmags Posted May 18, 2018 Report post Posted May 18, 2018 Thanks for the help. I got it working in my environment now. Quote Share this post Link to post Share on other sites More sharing options...