I'm creating my image in SCCM 2012 SP1 CU2 and adding my language packs with the commands:
DISM.exe /image:%OSDTargetSystemDrive%\ /ScratchDir:%OSDTargetSystemDrive%\windows\TEMP /Add-Package /PackagePath:"sv-se"
DISM.exe /image:%OSDTargetSystemDrive%\ /ScratchDir:%OSDTargetSystemDrive%\windows\TEMP /Add-Package /PackagePath:"nb-no"
DISM.exe /image:%OSDTargetSystemDrive%\ /ScratchDir:%OSDTargetSystemDrive%\windows\TEMP /Add-Package /PackagePath:"da-dk"
DISM.exe /image:%OSDTargetSystemDrive%\ /ScratchDir:%OSDTargetSystemDrive%\windows\TEMP /Add-Package /PackagePath:"fr-fr"
DISM.exe /image:%OSDTargetSystemDrive%\ /ScratchDir:%OSDTargetSystemDrive%\windows\TEMP /Add-Package /PackagePath:"de-de"
The actions running in the task sequence without errors.
When the image is captured and I'm mounting it with DISM to check some language packs are gone!
"
dism /image:.\m /get-intl
Deployment Image Servicing and Management tool
Version: 6.2.9200.16384
Image Version: 6.2.9200.16384
Reporting offline international settings.
Default system UI language : en-US
System locale : en-US
Default time zone : W. Europe Standard Time
User locale for default user : en-US
Location : United States (GEOID = 244)
Active keyboard(s) : 0409:00000409
Keyboard layered driver : PC/AT Enhanced Keyboard (101/102-Key)
Installed language(s): da-DK
Type : Partially localized language, MUI type.
Fallback Languages en-US
Installed language(s): en-US
Type : Fully localized language.
Installed language(s): fr-FR
Type : Fully localized language.
The operation completed successfully.
"
I added a pause in the sequence to check the status just after I've added the lang packs, result:
After these actions I'm running software updates in the build and capture sequence and then capture the image.
Some of my language packs disappears, anyone seen this behavior? Solution?
I'm a bit confused that for example fr-FR is "MUI type" but de-DE is "fully localized language".
The os is Windows 8 enterprise.
My ts now looks like this:
After the "Setup Windows and Configuration Manager" step I'm verfifying my language packs again in the now running Windows 8 operating system with: "dism /online /get-intl" and I'm getting the result as before, all of the applied lang packs are there.