tgail, please try without disabling the 'Internet Printing Client' in Features.
I noticed a similar error myself, was wondering if I'm testing something too specific as that must be a DISM (Windows servicing) error.
Once you confirm if that fixes it, I'll add a warning for that situation on the Apply page preview.
If you still have an error with that feature kept enabled, please attach zipped C:\Windows\Logs\CBS\CBS.log from the machine that failed the update, at that moment.
Regarding the rest of the affected machines once you have a fixed ISO:
When update issues arise due to removals, and you don't want to reinstall, best is to deploy a fixed ISO for inplace-upgrade (aka
Host Refresh).
Process for mass scale:
- start with the official ISO, non-edited prior
- update with latest NTLite version, edited as you like, could be the same preset plus the changes
- put the resulting ISO/image dir on a network share
- from the affected machines run a command or a script located on the root of that image directory:
Code:
setup.exe /Auto Upgrade /EULA accept
(note that sometimes Windows doesn't like mounted ISOs while running this, so you might need to mount a shared directory instead if you see some basic error at the beginning, like unknown command /Auto)
If you have a managed way to push the command to all target machines, even better.
Let me know how it goes.