Windows 10 1809 unable to add features?

Discussion in 'Windows 10' started by KyoriAsh, Jan 31, 2019.

  1. KyoriAsh

    KyoriAsh MDL Novice

    Nov 21, 2015
    28
    1
    0
  2. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    51,142
    110,624
    450
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    51,142
    110,624
    450
    #3 Enthousiast, Jan 31, 2019
    Last edited: Jan 31, 2019
    W10MUI_10 (by @abbodi1406) works fine:
    Code:
    
    ============================================================
    Prepare work directories
    ============================================================
    
    
    ============================================================
    Detect language packs details
    ============================================================
    
    ja-JP: 64-bit {x64} - 17763
    
    ============================================================
    Detect install.wim details
    ============================================================
    
    Build: 17763
    Count: 1 Image(s)
    Arch : 64-bit
    
    ============================================================
    Extract language packs
    ============================================================
    
    ja-JP / 64-bit
    
    ============================================================
    Mount install.wim - index 1/1
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.1
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Add LPs to install.wim - index 1/1
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.1
    
    Image Version: 10.0.17763.1
    
    Processing 1 of 1 - Adding package Microsoft-Windows-Client-LanguagePack-Package~31bf3856ad364e35~amd64~ja-JP~10.0.17763.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.1
    
    Image Version: 10.0.17763.1
    
    Processing 1 of 1 - Adding package Microsoft-Windows-LanguageFeatures-Basic-ja-jp-Package~31bf3856ad364e35~amd64~~10.0.17763.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ============================================================
    Update language settings
    ============================================================
    
    
    ============================================================
    Unmount install.wim - index 1/1
    ============================================================
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.1
    
    Image File : I:\W10MUI_10\install.wim
    Image Index : 1
    Saving image
    [==========================100.0%==========================]
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    @abbodi1406 is it possible to add the current language of the used wim?
    I mean here:
    Code:
    ============================================================
    Detect install.wim details
    ============================================================
    
    Build: 17763
    Count: 1 Image(s)
    Arch : 64-bit
    
    ============================================================
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. KyoriAsh

    KyoriAsh MDL Novice

    Nov 21, 2015
    28
    1
    0
    Oh that explains why direct .cab won't able to add-package, thanks