Code: Image Version: 10.0.14393.0 Processing 1 of 4 - Adding package Microsoft-Windows-FileServer-ServerCore-Package~31bf3856ad364e35~amd64~~10.0.14393.0 [==========================100.0%==========================] Processing 2 of 4 - Adding package Microsoft-Windows-FileServer-ServerCore-Package~31bf3856ad364e35~amd64~en-US~10.0.14393.0 [==========================100.0%==========================] Processing 3 of 4 - Adding package Microsoft-Windows-Dedup-Package~31bf3856ad364e35~amd64~~10.0.14393.0 [==========================100.0%==========================] Processing 4 of 4 - Adding package Microsoft-Windows-Dedup-Package~31bf3856ad364e35~amd64~en-US~10.0.14393.0 [==========================100.0%==========================] Error: 14028 Package Microsoft-Windows-Dedup-Package may have failed due to pending updates to servicing components in the image. Try the command again.The command completed with errors. For more information, refer to the log file. Unfortunately no luck for now. Not sure if it's a problem of my test w10 image, no much time to further investigate today.
Interesting... ...Microsoft-Windows-FileServer-Package is now an empty stub, while the content moved to Microsoft-Windows-FileServer-ServerCore-Package.
You have to do that in steps: DISM: Microsoft-Windows-FileServer-ServerCore-Package Microsoft-Windows-FileServer-ServerCore-Package~en-US REBOOT DISM: Microsoft-Windows-Dedup-Package Microsoft-Windows-Dedup-Package~en-US so avoid /norestart parameter
same here even rebooting: C:\0D\dedup93b>dism /online /add-package /packagepath:Microsoft-Windows-FileServer-Package~31bf3856ad364e35~amd64~~10.0.14393.0.cab /packagepath:Microsoft-Windows-FileServer-Package~31bf3856ad364e35~amd64~en-US~10.0.14393.0.cab Deployment Image Servicing and Management tool Version: 10.0.14393.0 Image Version: 10.0.14393.0 Processing 1 of 2 - Adding package Microsoft-Windows-FileServer-Package~31bf3856ad364e35~amd64~~10.0.14393.0 [==========================100.0%==========================] Processing 2 of 2 - Adding package Microsoft-Windows-FileServer-Package~31bf3856ad364e35~amd64~en-US~10.0.14393.0 [==========================100.0%==========================] Error: 0x800f081e The specified package is not applicable to this image. The specified package is not applicable to this image. The command completed with errors.
try this: Code: dism /online /add-package /packagepath:Microsoft-Windows-VdsInterop-Package~31bf3856ad364e35~amd64~~10.0.14393.0.cab /packagepath:Microsoft-Windows-VdsInterop-Package~31bf3856ad364e35~amd64~en-US~10.0.14393.0.cab dism /online /add-package /packagepath:Microsoft-Windows-FileServer-ServerCore-Package~31bf3856ad364e35~amd64~~10.0.14393.0.cab /packagepath:Microsoft-Windows-FileServer-ServerCore-Package~31bf3856ad364e35~amd64~en-US~10.0.14393.0.cab dism /online /add-package /packagepath:Microsoft-Windows-Dedup-ChunkLibrary-Package~31bf3856ad364e35~amd64~~10.0.14393.0.cab /packagepath:Microsoft-Windows-Dedup-ChunkLibrary-Package~31bf3856ad364e35~amd64~en-US~10.0.14393.0.cab * reboot* dism /online /add-package /packagepath:Microsoft-Windows-FileServer-Package~31bf3856ad364e35~amd64~~10.0.14393.0.cab /packagepath:Microsoft-Windows-FileServer-Package~31bf3856ad364e35~amd64~en-US~10.0.14393.0.cab dism /online /add-package /packagepath:Microsoft-Windows-Dedup-Package~31bf3856ad364e35~amd64~~10.0.14393.0.cab /packagepath:Microsoft-Windows-Dedup-Package~31bf3856ad364e35~amd64~en-US~10.0.14393.0.cab dism /online /enable-feature /featurename:Dedup-Core /all
Microsoft-Windows-FileServer-Package is not related to Deduplication feature it's for "Windows Search Service" for Server Spoiler "Windows Search Service provides fast file searches on a server from clients that are compatible with Windows Search Service. Windows Search Service is intended for desktop search or small file server scenarios, and not for enterprise scenarios." Microsoft-Windows-Dedup-Package require: Microsoft-Windows-FileServer-Core-Package Microsoft-Windows-FileServer-ServerCore-Package deploy: Microsoft-Windows-FileServer-Core-Package Microsoft-Windows-VdsInterop-Package