Add Multilingual Support to Windows 10 Distribution - automated batch script

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

  1. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,197
    84,763
    340
    Thanks for testing v1607
    i assumed v1809 because i tested it, and it's the closest (servicing changes, psfx... etc)
     
  2. Bira

    Bira MDL Member

    Oct 4, 2017
    197
    108
    10
    #622 Bira, Sep 22, 2022
    Last edited: Sep 22, 2022
    send ve master, can't you circumvent this to use the ones greater than 22000? cheat something I don't know, hey, because you saw that it goes up to 22000 on w81 and because I couldn't continue because here I use w81 I don't like to use w10 I think w81 is faster, I don't know how to change or add something to the w81 registry to continue greater than 22000 on w81
     
  3. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,197
    84,763
    340
    arunres.dll.mui / spwizres.dll.mui / w32uires.dll.mui
    those files are supposed to be included in the language cab files WinPE-Setup-Client/Server/ASZ, but they are not
    someone didn't get the memo about the branding changes and forgot to add them

    you can only get them from the main OS LangPack folder "setup\sources" (i.e. manual localization)
    i will update the script to add a workaround for the standard localization (WinPE packs)
     
  4. Bira

    Bira MDL Member

    Oct 4, 2017
    197
    108
    10
    #624 Bira, Sep 22, 2022
    Last edited: Sep 22, 2022
    .
     
  5. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,197
    84,763
    340
    #625 abbodi1406, Sep 23, 2022
    Last edited: Sep 27, 2022
    (OP)
    For testing the workaround
     
  6. tcntad

    tcntad MDL Guru

    Oct 26, 2009
    4,480
    1,500
    150
  7. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,197
    84,763
    340
    No

    i added other code changes, which i did not verify thoroughly
    will review it again
     
  8. tcntad

    tcntad MDL Guru

    Oct 26, 2009
    4,480
    1,500
    150
    Thanks:)

    I've testedx the u21-ISO and it boots/installs just fine.
     
  9. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,197
    84,763
    340
    Updated / W10MUI_22

    - Implemented workaround to add missing mui files with standard WinPE localization for builds 22557+
    - Enhanced wmic.exe detection
    - Updated ISO label routines to support more Enablement Packages
     
  10. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,197
    84,763
    340
    No, either will work

    but you could test adding 22621.525 update to boot.wim created with W10MUI_22
    (it should be from original ISO, not UUP dump)
     
  11. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,197
    84,763
    340
    Updated / W10MUI_22r

    - Small revision to suit 22621.525 CU fix
     
  12. Chibi ANUBIS

    Chibi ANUBIS MDL Chibi Developer

    Apr 28, 2014
    1,237
    911
    60
    Hi dear friend, is possible to remove the laguage pack preinstalled after install language pack :
    If my wim have English LP, I install French LP esd, can I remove English ?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,197
    84,763
    340
    It might work, but will not be clean
     
  14. Chibi ANUBIS

    Chibi ANUBIS MDL Chibi Developer

    Apr 28, 2014
    1,237
    911
    60
    I take a French WIM and I change the Edition with DISM, is fully and clean :D
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. Supern00b

    Supern00b MDL Addicted

    Dec 30, 2010
    728
    540
    30
    #638 Supern00b, Jan 27, 2023
    Last edited: Jan 27, 2023
    Works really nice, thanks Abbodi.
    Some doubts remained, maybe someone can answer?
    About the FoD, the script seems not to add them. I understand they will be added as "supplementary packages", but where do they go in the image? Is .esd ok or do they have to be added as .cab?
    How often should one update the .esd lang packs (both main+fod)? Is MS doing this monthly (because of CU) or is there no fixed schedule?

    Cheers.
     
  16. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,197
    84,763
    340
    Which ones it doesn't add?
    FoD packs are never delivered as esd files, always cab
    lang and fod packs are never updated themselves, the Last Cumulative Update updates them after integration
     
  17. Supern00b

    Supern00b MDL Addicted

    Dec 30, 2010
    728
    540
    30
    That makes sense. I made an error.
    When downloading the FoD's I renamed them manually to .esd, but they are in fact .cab. How stupid.
    And yes, the date of the files in the language pack is 2019, so it's the initial release.

    This also explains why it's not recommended to integrate language packs in an updated or refreshed ISO, because they are missing the updated language resources from CU.
    Making it mandatory to use a base image, add language packs and only then apply the CU.
    In my case, I do have a refreshed custom ISO so I'm probably out of options when it comes to language packs.

    Cheers.