Add Multilingual Support to Windows 10 Distribution - automated batch script

Discussion in 'Windows 10' started by abbodi1406, Mar 30, 2016.

  1. nimdas

    nimdas MDL Member

    Oct 14, 2020
    182
    8
    10
    i had already the same as above except VdeleteSource=1
    VdeleteSource=1 is this command who leave it with only Education?
     
  2. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    35,561
    59,620
    450
    Deletes pro, the source used for creating Education.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. nimdas

    nimdas MDL Member

    Oct 14, 2020
    182
    8
    10
    understand
    thanks for help
     
  4. nimdas

    nimdas MDL Member

    Oct 14, 2020
    182
    8
    10
    [WARNING] Ignoring extended attributes of 1 files
    (use --unix-data mode to extract these)

    "ISODIR/sources/boot.wim" original size: 408451 KiB
    Using LZX compression with 4 threads
    Archiving file data: 1073 MiB of 1073 MiB (100%) done
    "ISODIR/sources/boot.wim" optimized size: 402596 KiB
    Space saved: 5854 KiB

    how important is this warning?
     
  5. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    35,561
    59,620
    450
    yes.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. fch1993

    fch1993 MDL Member

    Mar 14, 2020
    143
    38
    10
    #408 fch1993, Jun 29, 2021
    Last edited: Jun 29, 2021
    @abbodi1406

    Need W11MUI to add language packs to Windows 11 distribution.

    The W10UI doesn't support the new languages added in windows 11.

    which doesn't have such a file "Microsoft-Windows-Common-Foundation-Package*10.*.mum"

    (Windows 11 22000 have 43 languages and Windows 10 21H1 only has 38 languages)

    exp:

    Code:
    
    ============================================================
    Prepare work directories
    ============================================================
    
    
    ============================================================
    Detect language packs details
    ============================================================
    
    
    ============================================================
    ERROR: microsoft-windows-client-languagepack-package_ca-es-amd64-ca-es.esd is not a valid Windows 10 LangPack
    ============================================================
    
    Press any Key to Exit.
    
    
     
  7. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    12,067
    55,424
    340
    Code:
    Microsoft-Windows-Common-Foundation-Package~31bf3856ad364e35~amd64~en-US~10.0.22000.1.mum
    --

    those are LIP, not standalone LP
     
  8. fch1993

    fch1993 MDL Member

    Mar 14, 2020
    143
    38
    10
    @abbodi1406

    So if releases W11MUI, the logic should changed to:

    if there's no "Microsoft-Windows-Common-Foundation-Package*10.*.mum" inside the "microsoft-windows-client-languagepack-package_ca-es-amd64-ca-es.esd", not report the error, But check the "microsoft-windows-client-languagepack-package_en-us-amd64-en-us.esd" or "base system language is en-us" instead.
     
  9. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    12,067
    55,424
    340
    I probably will never support LIP packs