Add Multilingual Support to Windows 8.1 Setup DVD - automated batch script

Discussion in 'Windows 8' started by abbodi1406, Sep 25, 2013.

  1. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,188
    84,679
    340
    DEFAULTTIMEZONE is removed from latest script release

    you can set DEFAULTLANGUAGE like this, as long as the choosen lang is added:
    set DEFAULTLANGUAGE=en-us
    set DEFAULTLANGUAGE=el-gr
    set DEFAULTLANGUAGE=de-de

    i didn't understand the error pic
     
  2. TeamOS

    TeamOS MDL Guru

    May 27, 2013
    3,036
    1,739
    120

    Attached Files:

  3. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,188
    84,679
    340
    I guess it's just a matter of difference between client and server

    you can test the iso to be certain
     
  4. TeamOS

    TeamOS MDL Guru

    May 27, 2013
    3,036
    1,739
    120
    #104 TeamOS, Jan 12, 2015
    Last edited: Jan 12, 2015
    okey!!! almost done with intergration in the 3 iso's i hope all working!!!

    can i share my Torrent Links of My Work is here or is illegal?
     
  5. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,188
    84,679
    340
    No you cannot, modified ISOs are not allowed
     
  6. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,188
    84,679
    340
    #106 abbodi1406, Jan 12, 2015
    Last edited by a moderator: Apr 20, 2017
    (OP)
  7. TeamOS

    TeamOS MDL Guru

    May 27, 2013
    3,036
    1,739
    120
    its time for experiments!!! :) thanks for give that honnor do something experiments in my free time ..i just i have only one quest

    cauze i experiment in win 8.1

    first that dual need merge of 2 dvd folder in one and then use it??? thanks!!!
     
  8. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,188
    84,679
    340
    You can do one iso at a time then merge install.wim indexes
    or merge the indexes first then use the script on the extracted iso
     
  9. TeamOS

    TeamOS MDL Guru

    May 27, 2013
    3,036
    1,739
    120
  10. TeamOS

    TeamOS MDL Guru

    May 27, 2013
    3,036
    1,739
    120
    can i put languages in Win 8.1 Single Language More language's ?
     
  11. coleoptere2007

    coleoptere2007 MDL Guru

    Apr 8, 2008
    3,311
    1,938
    120
    I don't think it's possible with single language versions :)
     
  12. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,188
    84,679
    340
    Yes you can integrate languages, but you can choose only one at install and that will be permanent
     
  13. Chibi ANUBIS

    Chibi ANUBIS MDL Chibi Developer

    Apr 28, 2014
    1,237
    911
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. Kenafri

    Kenafri MDL Member

    Jul 22, 2014
    104
    49
    10
    #114 Kenafri, Jan 29, 2015
    Last edited by a moderator: Apr 20, 2017
    Hi Abboby1406 :biggrin:

    Thanx for the great new releases.

    Recently, for my own needs,
    i tried to add PowerShell support to Boot.wim (index 1) & WinRE.wim (using 8-MUI-Refresh.7z)
    Code:
    set ISO=1
    set WINPE=1
    set SLIM=0
    REM Variable added for my own needs
    set PSHELLPE=1
    .
    .
    .
    .
    .
    if !PSHELLPE! EQU 1 if !SLIM! EQU 0 (
       echo Adding Powershell Support in [WinRE.wim]
    "!DISMRoot!"  /ScratchDir:"!DISMTEMPDIR!" /Image:"!WINREMOUNTDIR!" /Add-Package  /PackagePath:"!WinpeOC!\WinPE-NetFX.cab"  /PackagePath:"!WinpeOC!\WinPE-PowerShell.cab"  /PackagePath:"!WinpeOC!\WinPE-StorageWMI.cab"  /PackagePath:"!WinpeOC!\WinPE-DismCmdlets.cab"
    
    "!DISMRoot!" /ScratchDir:"!DISMTEMPDIR!" /Image:"!WINREMOUNTDIR!"  /Add-Package  /PackagePath:"!WinpeOC!\!LANGUAGE%%j!\WinPE-NetFX_!LANGUAGE%%j!.cab"  /PackagePath:"!WinpeOC!\!LANGUAGE%%j!\WinPE-PowerShell_!LANGUAGE%%j!.cab"   /PackagePath:"!WinpeOC!\!LANGUAGE%%j!\WinPE-StorageWMI_!LANGUAGE%%j!.cab"   /PackagePath:"!WinpeOC!\!LANGUAGE%%j!\WinPE-DismCmdlets_!LANGUAGE%%j!.cab"
    



    It seems that my modds - done before integration of update packages - breaks Windows8.1-KB2932046 & Windows8.1-KB2919355 integration (source files not found error).

    Wrong integration order maybe :weep:? Your knowledge will be appreciated.

    Can u add PowerShell support to your scripts
    too :eek:?
     
  15. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,188
    84,679
    340
    Try not to use KB2919355 then
    KB2919355 LIP custom packs is made based on the original WinPE packs found in boot.wim and winre.wim


    you mean for WinPE? the script is for localizing and languages only, not for features add :)
     
  16. Kenafri

    Kenafri MDL Member

    Jul 22, 2014
    104
    49
    10
    Yes, for WinPE. And for that, I've add neutral & localized packages 4 PowerShell support.
     
  17. boubou91

    boubou91 MDL Novice

    Feb 2, 2015
    1
    0
    0
    Any news about the untranslated tiles? did an update fix this problem? I could make an X86-64 ISO with en-gb, fr-fr, de-de language without problem but some tiles are still in English as calendar or weather.:g:
     
  18. TeamOS

    TeamOS MDL Guru

    May 27, 2013
    3,036
    1,739
    120
    Χωρίς τίτλο.jpg

    i try put el-gr lang x86 in en_windows_8.1_with_update_x86_dvd_6051550 and show me this error what i make wrong ?? and i use 8-MUI-Dual
     
  19. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,188
    84,679
    340