Working Deduplication files for Microsoft Windows 10

Discussion in 'Windows 10' started by dreamss, Oct 4, 2014.

  1. T-S

    T-S MDL Guru

    Dec 14, 2012
    3,984
    1,331
    120
    I didn't wast to much time on that, but the short answer is no
     
  2. moderate

    moderate MDL Guru

    Aug 31, 2009
    3,467
    2,485
    120
    #183 moderate, Jul 18, 2016
    Last edited by a moderator: Apr 20, 2017
  3. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,209
    90,791
    340
    Where's rs1 ripped files?
     
  4. jackmonter5

    jackmonter5 MDL Senior Member

    Jul 27, 2009
    480
    167
    10
    Any news about Dedup for RS1?

    thank you!
     
  5. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,209
    90,791
    340
  6. T-S

    T-S MDL Guru

    Dec 14, 2012
    3,984
    1,331
    120
    #190 T-S, Jul 27, 2016
    Last edited by a moderator: Apr 20, 2017
  7. T-S

    T-S MDL Guru

    Dec 14, 2012
    3,984
    1,331
    120
    #191 T-S, Jul 27, 2016
    Last edited by a moderator: Apr 20, 2017
    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.
     
  8. jackmonter5

    jackmonter5 MDL Senior Member

    Jul 27, 2009
    480
    167
    10
    same error here
     
  9. moderate

    moderate MDL Guru

    Aug 31, 2009
    3,467
    2,485
    120
    #193 moderate, Jul 28, 2016
    Last edited by a moderator: Apr 20, 2017
    Interesting...
    ...Microsoft-Windows-FileServer-Package is now an empty stub, while the content moved to Microsoft-Windows-FileServer-ServerCore-Package.
     
  10. moderate

    moderate MDL Guru

    Aug 31, 2009
    3,467
    2,485
    120
    #194 moderate, Jul 28, 2016
    Last edited: Jul 28, 2016
    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
    :)
     
  11. moderate

    moderate MDL Guru

    Aug 31, 2009
    3,467
    2,485
    120
  12. T-S

    T-S MDL Guru

    Dec 14, 2012
    3,984
    1,331
    120
    #196 T-S, Jul 28, 2016
    Last edited by a moderator: Apr 20, 2017
  13. jackmonter5

    jackmonter5 MDL Senior Member

    Jul 27, 2009
    480
    167
    10
    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.
     
  14. fbifido

    fbifido MDL Member

    Jun 6, 2007
    199
    26
    10
    #198 fbifido, Jul 28, 2016
    Last edited by a moderator: Apr 20, 2017

    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
    
     
  15. moderate

    moderate MDL Guru

    Aug 31, 2009
    3,467
    2,485
    120
  16. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,209
    90,791
    340
    #200 abbodi1406, Jul 28, 2016
    Last edited: Jul 28, 2016
    Microsoft-Windows-FileServer-Package is not related to Deduplication feature
    it's for "Windows Search Service" for Server
    "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