Jump to content

[Solved] Language Pack Integration


rulman

Recommended Posts

Looks like you didn't integrate any of the PE Setup language packs.

The boot.wim requires very special handling for language integration.

Instructions:

Walkthrough: Add Multilingual Support to Windows Setup (WAIK):  http://technet.microsoft.com/en-us/library/dd799268(WS.10).aspx

Edited by Mr_Smartepants
Link to comment
Share on other sites

Win Toolkit will automatically mount the boot.wim and integrate the language pack. I've just done some testing on this and it appears green in the update list but then doesn't show in the integrated list. I then did some further checking and it actually integrated fine :)

UPDATE: I've fixed it not showing in the integrated list.

Link to comment
Share on other sites

My point was that the 45MB language pack the OP selected will only integrate into the install.wim, NOT the boot.wim. The boot.wim language modifications need to come from (in his scenario) the following directory:

C:\Program Files\Windows AIK\Tools\PETools\x86\WinPE_FPs\TR-TR\

- LP_TR-TR.CAB

- WINPE-SETUP_TR-TR.CAB

- WINPE-SETUP-CLIENT_TR-TR.CAB

As pointed out in the link I posted, certain other languages (not his) also require the winpe-fontsupport-xx-yy.cab in order to display the setup info in the right font.

Also need to use the /gen-langini to recreate the correct language listings for setup.

In the screenshots the OP posted, there is no indication that the language-specific WinPE packages were integrated.

If these aren't integrated, then during setup the only available language to select would be "English".

That's all I meant. :-)

Edited by Mr_Smartepants
Link to comment
Share on other sites

http://img.im/i/tvpc49


http://img.im/i/mygv47


C:\>DISM.exe /Image:C:\DVD\WIM\ /Add-Package /PackagePath:C:\TR-TR
Dağıtım Yansıması Hizmet Verme ve Yönetim aracı
Sürüm: 6.1.7600.16385
Yansıma Sürümü: 6.1.7601.17514
Processing 1 of 13 - Adding package Microsoft-Windows-WinPE-LanguagePack-Package
~31bf3856ad364e35~x86~tr-TR~6.1.7601.17514
[==========================100.0%==========================]
Processing 2 of 13 - Adding package WinPE-Dot3Svc-Package~31bf3856ad364e35~x86~tr-TR~6.1.7601.17514
Processing 3 of 13 - Adding package WinPE-HTA-Package~31bf3856ad364e35~x86~tr-TR~6.1.7601.17514
Processing 4 of 13 - Adding package WinPE-LegacySetup-Package~31bf3856ad364e35~x86~tr-TR~6.1.7601.17514
Processing 5 of 13 - Adding package WinPE-MDAC-Package~31bf3856ad364e35~x86~tr-TR~6.1.7601.17514
Processing 6 of 13 - Adding package WinPE-PPPoE-Package~31bf3856ad364e35~x86~tr-TR~6.1.7601.17514
Processing 7 of 13 - Adding package WinPE-Scripting-Package~31bf3856ad364e35~x86~tr-TR~6.1.7601.17514
[==========================100.0%==========================]
Processing 8 of 13 - Adding package WinPE-Setup-Client-Package~31bf3856ad364e35~x86~tr-TR~6.1.7601.17514
[==========================100.0%==========================]
Processing 9 of 13 - Adding package WinPE-Setup-Server-Package~31bf3856ad364e35~x86~tr-TR~6.1.7601.17514
Processing 10 of 13 - Adding package WinPE-Setup-Package~31bf3856ad364e35~x86~tr-TR~6.1.7601.17514
[==========================100.0%==========================]
Processing 11 of 13 - Adding package WinPE-SRT-Package~31bf3856ad364e35~x86~tr-TR~6.1.7601.17514
[==========================100.0%==========================]
Processing 12 of 13 - Adding package WinPE-WDS-Tools-Package~31bf3856ad364e35~x86~tr-TR~6.1.7601.175
[==========================100.0%==========================]
Processing 13 of 13 - Adding package WinPE-WMI-Package~31bf3856ad364e35~x86~tr-TR~6.1.7601.17514
[==========================100.0%==========================]
Hata: 0x800f081e
The specified package is not applicable to this image.
The specified package is not applicable to this image.
The specified package is not applicable to this image.
The specified package is not applicable to this image.
The specified package is not applicable to this image.
The specified package is not applicable to this image.
The command completed with errors.
For more information, refer to the log file.


WIM\Windows\System32\migration\tr-TR
WIM\Windows\System32\DriverStore\tr-TR
WIM\Windows\System32\Dism\tr-TR
WIM\Windows\System32\tr-TR
WIM\Windows\System32\Boot\tr-TR
WIM\Windows\System32\drivers\tr-TR
WIM\Windows\servicing\tr-TR
WIM\Windows\inf\tr-TR
WIM\Windows\Boot\PCAT\tr-TR
WIM\Windows\Boot\DVD\PCAT\tr-TR
WIM\Windows\tr-TR
WIM\sources\License\tr-TR
WIM\sources\recovery\tr-TR

Edited by rulman
Link to comment
Share on other sites

FOR THE THIRD TIME NOW.... PLEASE READ!!!!!!

When you add a language pack into a normal windows 7 image i.e. Ultimate. It will automatically mount the boot.wim and add the required files so that you can select that language during install. You DO NOT have to mount the boot.wim manually and add the packages. This will be the last time I will be replying to this thread.

Besides your above issue is DISM/PKGMGR related so there is nothing i can do about it anyway...

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...