Deploy Windows Language packs post build

Hi - I have about 600 Desktops all built via SCCM 2012.  However I am getting random requests for various Windows language packs to be installed, this will just be the odd 1 here and there than need Japan for instance, another few will need German etc
etc
Everything I can see online focuses around installing as part of the Task Sequence but all of my machines are built, can anyone point me in the right direction for deploying post build?
I have downloaded the 2.5gb ISO containing all of the Windows Language packs just unsure what to do with the cab files within it now.
Thanks in advance

Use the lpksetup.exe command.
http://technet.microsoft.com/en-us/library/cc748922(v=ws.10).aspx
This example shows how to install multiple.
http://technet.microsoft.com/en-us/library/cc766010(v=ws.10).aspx
Cheers
Paul | sccmentor.wordpress.com

Similar Messages

  • Deploying client language pack while client push

    Hi All,
    How do i deploy specific  language pack with client push installation? 
    Note: I already enabled site for that language and i can see language files are exists in "Client\i386\Language Pack\".
    Thanks.

    During the client installation the client will install the languages that are available at that moment. When the languages is available later, the client has to be reinstalled. After the installation the client will automatically switch to the OS language.
    To detect the installed language, see this key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\CCMSetup\InstalledLangs
    My Blog: http://www.petervanderwoude.nl/
    Follow me on twitter: pvanderwoude
    Thanks Peter for information.
    Do i need to use special parameter/switch in client install properties while client push installation to install language pack?
    Thanks again
    Sam

  • Illustrator CS4 Deployment SV_SE Language Pack

    Hello,
    I have a problem. I am deploying Illustrator using Novell desktop managment. After installation i see that one msi is making uninstall action on the end of installation. As the result i get that language pack was uninstalled and some features of Adobe do not work correct ( For example i can't  create new project).
    Here is the part of log file:
    BEGIN Payload Properties
    ARK_UninstallAliasName=Avinstallera Adobe Illustrator CS4 LangPack (sv_SE)
    AddRemoveInfoEstimatedSize=1380018
    AdobeCode={463D127C-69F3-4C6C-8434-3CB76D787BDD}
    CLE=
    EULA_LANGUAGE=en_US
    INSTALLDIR=C:\Program\Adobe
    LanguageIndependent=1
    MEDIATAG=
    OS64Bit=0
    ProductCode={8CE08C3C-8FF4-45D9-925E-4F3CE2D7FA7D}
    UpgradeCode={5508F75D-133B-4DBF-B23F-C0FDD69D9FAF}
    defaultLanguage=en_US
    driverAdobeCode={7F60FD0C-F2FF-433A-A91C-EC76152DEF05}
    eula_EPIC_EULA_ACCEPTED=1
    eula_EPIC_EULA_SELECTED=0
    installLanguage=sv_SE
    installSourcePath=C:\NALCache\REGSKANE-TREE\.Adobe Illustrator CS4 - Install.Applications.ZEN.Resources.RegSkane\install
    mediaName=Adobe Illustrator CS4
    mediaPath=C:\NALCache\REGSKANE-TREE\.Adobe Illustrator CS4 - Install.Applications.ZEN.Resources.RegSkane\install\extensions\AdobeIllustrator14sv_SELan guagePack\AdobeIllustrator14sv_SELanguagePack.msi
    mediaType=0
    mediaVolumeIndex=1
    overrideFile=0
    parentAdobeCode={7F60FD0C-F2FF-433A-A91C-EC76152DEF05}
    platform=Win32
    productName=Adobe Illustrator CS4 LangPack (sv_SE)
    serialNumber=
    sessionID=2a31ae7a5c43ff52d8577782dd34e04
    setupVersion=2.0.133.0
    END Payload Properties

    Is there a native Swedish Illustrator? Mhh. If so, perhaps setting the default language and install language accordingly might do the trick. Otherwise of course setting those to en_US should at least give you a working English install...
    Mylenium

  • Mass deployment of French Language Pack to 100+ SurfaceRT 8.1 devices

    Hi,
    Has anyone been able to download the French Language pack separately (or any language pack for that matter) - store it on a USB stick and do a mass install to a number of SurfaceRT devices?
    I see you have the option to download the language pack for some languages but not French or the major languages out there -
    http://windows.microsoft.com/en-us/windows/language-packs#lptabs=win8
    Wondering if there is also a way to install on SurfaceRT - use that as a golden image and deploy to another 100 other SurfaceRT devices - I see it does have sysprep there. Anyone tried?
    Daniel
    Daniel Mar

    Hi Daniel,
    There is a solution to retrieve the language pack, although I'm not sure it is a method that can find approval of Microsoft.
    With an network analysis tool like Wireshark, or Fiddler, performing the step that is described in the post, by Kelvin. You can retrieve the actual URL of the CAB file that will be downloaded. This way you can copy and paste the URL in your internet browser
    and download the actual CAB file.
    The CAB file can then be injected in the operating system with DISM, with the following command:
    DISM /Online /Add-Package /PackagePath:"<path to package>\filename.cab"
    This can be automated, and distributed to your clients in any way you wish.
    Also, it can be embedded when creating your image you use for deployment.
    Good luck!
    If this post is helpful please click "Mark for answer", thanks! Kind regards

  • Deployment of Turkish Language Pack using GPO shutdown script

    Running the following command through cmd installs the desired language pack successfully on a client machine with Office 2010:
    \\server\share\Office\setup.exe /config
    \\server\share\Office\OMUI.tr-tr\config.xml
    The question now is "How can I deploy the language pack via GPO?"
    I'm using the following batch to deploy office 2010 in my environment, so far my attempts to deploy the language pack using a modified version of this batch failed...
    What would I need in this batch file to achieve language pack deployment? 
    setlocal
    REM *********************************************************************
    REM Environment customization begins here. Modify variables below.
    REM *********************************************************************
    REM Get ProductName from the Office product's core Setup.xml file, and then add "office14." as a prefix.
    set ProductName=Office14.PROPLUS
    REM Set DeployServer to a network-accessible location containing the Office source files.
    set DeployServer=\\xx\Office2010SourceFiles32bit
    REM Set ConfigFile to the configuration file to be used for deployment (required)
    set ConfigFile=\\xx\Office2010SourceFiles32bit\ProPlus.WW\config.xml
    REM Set LogLocation to a central directory to collect log files. (the user doing the install needs write access)
    set LogLocation=\\xx\Office2010LogFiles32bit
    REM *********************************************************************
    REM Deployment code begins here. Do not modify anything below this line.
    REM *********************************************************************
    IF NOT "%ProgramFiles(x86)%"=="" (goto ARP64) else (goto ARP86)
    REM Operating system is X64. Check for 32 bit Office in emulated Wow6432 uninstall key
    :ARP64
    reg query HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432NODE\Microsoft\Windows\CurrentVersion\Uninstall\%ProductName%
    if NOT %errorlevel%==1 (goto End)
    REM Check for 32 and 64 bit versions of Office 2010. (Office 64bit would also appear here on a 64bit OS)
    :ARP86
    reg query HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\%ProductName%
    if %errorlevel%==1 (goto DeployOffice) else (goto End)
    REM If 1 returned, the product was not found. Run setup here.
    :DeployOffice
    start /wait \\xx\Office2010SourceFiles32bit\setup.exe /adminfile \\xx\Office2010SourceFiles32bit\updates\office2010custom32bit.msp
    echo %date% %time% Setup ended with error code %errorlevel%. >> %LogLocation%\%computername%.txt
    REM If 0 or other was returned, the product was found or another error occurred. Do nothing.
    :End
    Endlocal
    Ideally what I want to achieve at start up is to check for Office 2010, deploy Office 2010 if it's not already deployed, check for language pack, deploy language pack if it's not already deployed.
    Thanks

    To deploy Office 2010 va GPO, refer to the following video, follow the detailed steps in it to see if it works well:
    http://www.youtube.com/watch?v=dYPbFyLH66k
    Here's also a link for your reference:
    http://blogs.technet.com/b/office_resource_kit/archive/2010/01/19/deploying-office-2010-with-multiple-languages.aspx
    http://technet.microsoft.com/en-us/library/ff602181.aspx
    Hope it helps

  • Can I use language pack in every version of windows 8?

    hello,
    the language pack is only for few versions of windows 8 (jut like windows 7)  or I can use it in every version of windows 8.
    thanks
    johan
    h.david

    Hi,
    You can download Windows language pack as Windows 7 for Windows 8, 8.1. In addition, you also can download the language pack as you like in Control Panel in Windows 8.x.
    The link below is about Windows Language Pack introduction, please take it as reference:
    Language packs:http://windows.microsoft.com/en-us/windows/language-packs#lptabs=win8
    Roger Lu
    TechNet Community Support

  • Windows 7, ultimate or enterprise edition can we install language pack easily ?

    in windows 7, ultimate or enterprise edition can we install language pack easily ?   

    Hi Sumit,
    We could take use of Windows update or download from the following page:
    http://windows.microsoft.com/en-HK/windows/language-packs#lptabs=win7
    For install language packs using Windows update, please see:
    Install language packs using Windows Update
    Best regards
    Michael Shao
    TechNet Community Support

  • How to prevent LPRemove from deleting language packs?

    Hi,
    I have a problem with Windows 8.1 MUI deployment - unused language packs are disappearing after few days (weeks maybe).
    As far as i know there is a task "LPRemove" in "scheduled tasks" but i don't know how it works.
    I found this link:
    http://technet.microsoft.com/en-us/library/hh825699.aspx#LPRemovalTimer
    and there is a note about it:
    "In Windows 8, the language pack removal runs on all Windows editions. However, any languages that are selected by users in the language preferences section of the control panel are not removed. Users can choose to run multiple languages and any language
    packs that are not used by the user are removed from the computer"
    In my enviroment I'd like to install all language packs used in company but set only one by user GPO settings. When someone from other country will logon to computer his GPO will be set and he will get his own language. But this situation may occur only once
    a year (for example). As far as understand the note language pack will be deleted earlier.
    So... Can I safely disable / remove this task from scheduled tasks? Or this is a bug or I'm do it in wrong way?
    Regards
    Michal

    Hi Michal,
    What's your edition of Windows? Windows 8 Single Language editions can only run a single language.
    If you are using non-single language edition, according to the library article "Also, any language pack that is installed by a user is not removed.", after deployment, you also need to install it by yourself with the injected language pack.
    In addition, you could disable or delete that task.
    Karen Hu
    TechNet Community Support

  • Will installing language packs impact server performance

    Will Installing a language pack has HIT on Server Performance ? 
    I have servers in Japanese. But my support team is only English Capable. 
    Can I install English Language Pack on the server ? and Set Group policy for My support team or use Loopback processing specific to each server ?
    Please advice
    Thanks in advance

    Hi,
    >>Can I install English Language Pack on the server ?
    How many servers do we have?
    We can add other language packs on our servers. We can use the following command to add a language pack to the operating system.
    Dism /online /Add-Package /PackagePath:C:\test\LangPacks\lp.cab
    Regarding how to add a language pack, the following thread
     can be referred to for more information.
    How to install a Language Pack?
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/3159069c-bc31-4c87-a52e-4c4a797d2b7a/how-to-install-a-language-pack?forum=winserver8gen
    If we want to use Group Policy to deploy the language pack, we need to get the .msi file of the package.
    >>and Set Group policy for My support team or use Loopback processing specific to each server ?
    What do you mean by this?
    If it means that we want to make users use specific language when they log onto the servers, we can try doing this by editing the following policy:
    User Configuration\Administrative Templates\Control Panel\Regional and Language Options
    Enable
    Restricts the UI languages Windows should use for the selected user and choose the language we want
    Regarding this point, the following thread can be referred to as reference.
    How to use Group Policy to define terminal users Display Language in 2008r2 terminal servers?
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/7f019a90-8e48-4bc3-a9d2-e3c531354d04/how-to-use-group-policy-to-define-terminal-users-display-language-in-2008r2-terminal-servers?forum=winserverGP
    Hope it helps.
    Best regards,
    Frank Shen

  • IE 11 installation with Downloaded language packs

    Hi,
    I am trying to install IE 11 on a Windows 7 machine. ALl the pre-reqs have been downloaded and installed and if I try to install it its installing fine.
    But, in the log file I have found that its trying to download and install 4 language packs. I have added those 4 language in WIndows 7.
    I have those language packs installed locally, is there a way that it takes the language packs locally instead of downloading it from internet during its installation.
    Thanks Chandan

    Hello Chandan,
    Do you mean that you want to use the language packs for Windows 7 as language packs for Internet Explorer?
    We could take a look at the following article about language packs for Internet Explorer.
    http://www.microsoft.com/en-us/download/details.aspx?id=40904
    The file size is about 1.1MB in average.
    We could download the language package for Windows 7 from the following article.
    http://windows.microsoft.com/en-HK/windows/language-packs#lptabs=win7
    The file size of language packs for Windows are much bigger than the packs for Internet Explorer.
    They are different, we can’t use the local Windows language package for Internet Explorer.
    Best regards,
    Fangzhou CHEN
    Fangzhou CHEN
    TechNet Community Support

  • MDT 2012U1 / Windows 8 deployment - impossible to add a role when deploying windows with language pack

    Hello,
    I am having a problem deploying Windows 8 with language packs and adding at the same time a role/feature (netfx3).
    What I have done is creating a Standard Client Task Sequence. In the task sequence I have added, in the State Restore phase, the step Install Roles and Features (where only .Net Framework 3.5 is selected). I have configured nothing else !
    If I use this task sequence, everything is ok; Windows 8 is well deployed and NetFx3 feature is installed.
    Now, if I add one or more language packs in the MDT console and select them when using the previously created task sequence, the deployment fails with one error : ERROR - NetFx3 role processing with DISM.exe failed, rc = -2146498529.
    The language packs are well installed but as the error message says, NetFx3 is not installed.
    In the ZTIOSRole.log I can find this :
    <![LOG[Microsoft Deployment Toolkit version: 6.1.2373.0]LOG]!><time="12:55:04.000+000" date="10-24-2012" component="ZTIOSRole" context="" type="1" thread="" file="ZTIOSRole">
    <![LOG[The task sequencer log is located at C:\Users\ADMINI~1\AppData\Local\Temp\SMSTSLog\SMSTS.LOG.  For task sequence failures, please consult this log.]LOG]!><time="12:55:04.000+000" date="10-24-2012" component="ZTIOSRole" context="" type="1"
    thread="" file="ZTIOSRole">
    <![LOG[Roles will be installed.]LOG]!><time="12:55:04.000+000" date="10-24-2012" component="ZTIOSRole" context="" type="1" thread="" file="ZTIOSRole">
    <![LOG[No items were specified in variable OSRoles.]LOG]!><time="12:55:04.000+000" date="10-24-2012" component="ZTIOSRole" context="" type="1" thread="" file="ZTIOSRole">
    <![LOG[No items were specified in variable OSRoleServices.]LOG]!><time="12:55:04.000+000" date="10-24-2012" component="ZTIOSRole" context="" type="1" thread="" file="ZTIOSRole">
    <![LOG[Features specified in Feature:]LOG]!><time="12:55:04.000+000" date="10-24-2012" component="ZTIOSRole" context="" type="1" thread="" file="ZTIOSRole">
    <![LOG[  NetFx3]LOG]!><time="12:55:04.000+000" date="10-24-2012" component="ZTIOSRole" context="" type="1" thread="" file="ZTIOSRole">
    <![LOG[No items were specified in variable OptionalOSRoles.]LOG]!><time="12:55:04.000+000" date="10-24-2012" component="ZTIOSRole" context="" type="1" thread="" file="ZTIOSRole">
    <![LOG[No items were specified in variable OptionalOSRoleServices.]LOG]!><time="12:55:04.000+000" date="10-24-2012" component="ZTIOSRole" context="" type="1" thread="" file="ZTIOSRole">
    <![LOG[No items were specified in variable OptionalOSFeatures.]LOG]!><time="12:55:04.000+000" date="10-24-2012" component="ZTIOSRole" context="" type="1" thread="" file="ZTIOSRole">
    <![LOG[ZTI Heartbeat: Processing roles (0% complete]LOG]!><time="12:55:04.000+000" date="10-24-2012" component="ZTIOSRole" context="" type="1" thread="" file="ZTIOSRole">
    <![LOG[Event 41003 sent: ZTI Heartbeat: Processing roles (0% complete]LOG]!><time="12:55:04.000+000" date="10-24-2012" component="ZTIOSRole" context="" type="1" thread="" file="ZTIOSRole">
    <![LOG[Validating connection to \\HPZ820\ZENPROD01$\Operating Systems\W8ENTSP0x64]LOG]!><time="12:55:04.000+000" date="10-24-2012" component="ZTIOSRole" context="" type="1" thread=""
    file="ZTIOSRole">
    <![LOG[Already connected to server HPZ820 as that is where this script is running from.]LOG]!><time="12:55:05.000+000" date="10-24-2012" component="ZTIOSRole" context="" type="1" thread="" file="ZTIOSRole">
    <![LOG[Copying source files locally from \\HPZ820\ZENPROD01$\Operating Systems\W8ENTSP0x64\sources\sxs]LOG]!><time="12:55:05.000+000" date="10-24-2012" component="ZTIOSRole" context=""
    type="1" thread="" file="ZTIOSRole">
    <![LOG[About to execute command: cmd.exe /c C:\windows\system32\DISM.exe /Online /Enable-Feature /FeatureName:"NetFx3" /Source:"C:\MININT\sources\X64" /LimitAccess /All /NoRestart /logpath:C:\MININT\SMSOSD\OSDLOGS\ZTIOSRole_Dism.log >> C:\MININT\SMSOSD\OSDLOGS\ZTIOSRole_DismConsole.log]LOG]!><time="12:55:24.000+000"
    date="10-24-2012" component="ZTIOSRole" context="" type="1" thread="" file="ZTIOSRole">
    <![LOG[ERROR - NetFx3 role processing with DISM.exe failed, rc = -2146498529]LOG]!><time="12:55:57.000+000" date="10-24-2012" component="ZTIOSRole" context="" type="3" thread="" file="ZTIOSRole">
    <![LOG[Property InstalledRoles001 is now = NETFX3]LOG]!><time="12:55:57.000+000" date="10-24-2012" component="ZTIOSRole" context="" type="1" thread="" file="ZTIOSRole">
    <![LOG[Role processing complete.]LOG]!><time="12:55:57.000+000" date="10-24-2012" component="ZTIOSRole" context="" type="1" thread="" file="ZTIOSRole">
    <![LOG[ZTIOSRole processing completed successfully.]LOG]!><time="12:55:57.000+000" date="10-24-2012" component="ZTIOSRole" context="" type="1" thread="" file="ZTIOSRole">
    <![LOG[Event 41001 sent: ZTIOSRole processing completed successfully.]LOG]!><time="12:55:58.000+000" date="10-24-2012" component="ZTIOSRole" context="" type="1" thread="" file="ZTIOSRole">
    If I take the same log file from a machine where I have used the same task sequence but without deploying language packs, I can find that :
    <![LOG[Microsoft Deployment Toolkit version: 6.1.2373.0]LOG]!><time="13:59:57.000+000" date="10-24-2012" component="ZTIOSRole" context="" type="1" thread="" file="ZTIOSRole">
    <![LOG[The task sequencer log is located at C:\Users\ADMINI~1\AppData\Local\Temp\SMSTSLog\SMSTS.LOG.  For task sequence failures, please consult this log.]LOG]!><time="13:59:57.000+000" date="10-24-2012" component="ZTIOSRole" context="" type="1"
    thread="" file="ZTIOSRole">
    <![LOG[Roles will be installed.]LOG]!><time="13:59:57.000+000" date="10-24-2012" component="ZTIOSRole" context="" type="1" thread="" file="ZTIOSRole">
    <![LOG[No items were specified in variable OSRoles.]LOG]!><time="13:59:57.000+000" date="10-24-2012" component="ZTIOSRole" context="" type="1" thread="" file="ZTIOSRole">
    <![LOG[No items were specified in variable OSRoleServices.]LOG]!><time="13:59:57.000+000" date="10-24-2012" component="ZTIOSRole" context="" type="1" thread="" file="ZTIOSRole">
    <![LOG[Features specified in Feature:]LOG]!><time="13:59:57.000+000" date="10-24-2012" component="ZTIOSRole" context="" type="1" thread="" file="ZTIOSRole">
    <![LOG[  NetFx3]LOG]!><time="13:59:57.000+000" date="10-24-2012" component="ZTIOSRole" context="" type="1" thread="" file="ZTIOSRole">
    <![LOG[No items were specified in variable OptionalOSRoles.]LOG]!><time="13:59:57.000+000" date="10-24-2012" component="ZTIOSRole" context="" type="1" thread="" file="ZTIOSRole">
    <![LOG[No items were specified in variable OptionalOSRoleServices.]LOG]!><time="13:59:57.000+000" date="10-24-2012" component="ZTIOSRole" context="" type="1" thread="" file="ZTIOSRole">
    <![LOG[No items were specified in variable OptionalOSFeatures.]LOG]!><time="13:59:57.000+000" date="10-24-2012" component="ZTIOSRole" context="" type="1" thread="" file="ZTIOSRole">
    <![LOG[ZTI Heartbeat: Processing roles (0% complete]LOG]!><time="13:59:57.000+000" date="10-24-2012" component="ZTIOSRole" context="" type="1" thread="" file="ZTIOSRole">
    <![LOG[Event 41003 sent: ZTI Heartbeat: Processing roles (0% complete]LOG]!><time="13:59:57.000+000" date="10-24-2012" component="ZTIOSRole" context="" type="1" thread="" file="ZTIOSRole">
    <![LOG[Validating connection to \\HPZ820\ZENPROD01$\Operating Systems\W8ENTSP0x64]LOG]!><time="13:59:57.000+000" date="10-24-2012" component="ZTIOSRole" context="" type="1" thread=""
    file="ZTIOSRole">
    <![LOG[Already connected to server HPZ820 as that is where this script is running from.]LOG]!><time="13:59:57.000+000" date="10-24-2012" component="ZTIOSRole" context="" type="1" thread="" file="ZTIOSRole">
    <![LOG[Copying source files locally from \\HPZ820\ZENPROD01$\Operating Systems\W8ENTSP0x64\sources\sxs]LOG]!><time="13:59:57.000+000" date="10-24-2012" component="ZTIOSRole" context=""
    type="1" thread="" file="ZTIOSRole">
    <![LOG[About to execute command: cmd.exe /c C:\windows\system32\DISM.exe /Online /Enable-Feature /FeatureName:"NetFx3" /Source:"C:\MININT\sources\X64" /LimitAccess /All /NoRestart /logpath:C:\MININT\SMSOSD\OSDLOGS\ZTIOSRole_Dism.log >> C:\MININT\SMSOSD\OSDLOGS\ZTIOSRole_DismConsole.log]LOG]!><time="14:00:20.000+000"
    date="10-24-2012" component="ZTIOSRole" context="" type="1" thread="" file="ZTIOSRole">
    <![LOG[NetFx3 role processing succeeded, rc = 0]LOG]!><time="14:03:50.000+000" date="10-24-2012" component="ZTIOSRole" context="" type="1" thread="" file="ZTIOSRole">
    <![LOG[Property InstalledRoles001 is now = NETFX3]LOG]!><time="14:03:50.000+000" date="10-24-2012" component="ZTIOSRole" context="" type="1" thread="" file="ZTIOSRole">
    <![LOG[Role processing complete.]LOG]!><time="14:03:50.000+000" date="10-24-2012" component="ZTIOSRole" context="" type="1" thread="" file="ZTIOSRole">
    <![LOG[ZTIOSRole processing completed successfully.]LOG]!><time="14:03:50.000+000" date="10-24-2012" component="ZTIOSRole" context="" type="1" thread="" file="ZTIOSRole">
    <![LOG[Event 41001 sent: ZTIOSRole processing completed successfully.]LOG]!><time="14:03:51.000+000" date="10-24-2012" component="ZTIOSRole" context="" type="1" thread="" file="ZTIOSRole">
    As you can see, in both logfile, the source are copied from the same folder.
    Does anyone have an idea ? what am I missing ?
    I have easily reproduced the problem on another computer (installing ADK/MDT, installing OS and creating task sequence).
    Thanks in advance for your help.
    Marc.

    Hello,
    Workaround:
    1. copy stock sxs folder to local disk (e.g c:\sxs)
    2. make a direct internet connection (don't use proxy!)
    3. open admin command prompt and type: DISM.exe /online /enable-feature /featurename:NetFX3 /All /Source:c:\sxs
    4. after the successful install find the c:\windows\winsxs folder and sort by date
    5. copy new folders (that are equal to current date) to deployment share's sxs folder (overwrite)
    And now, try standard MDT install (create "Install Role And Feature" step in the Task Sequence, enable .NET install).

  • Deploying Windows Embedded 8 Industry Enterprise - Can't choose language pack

    Hello!
    Im trying to create a "standard" image for Windows Embedded 8 Industry Enterprise in MDT 2013 but for some reason when i click through the wizard i can't choose the language pack.. Please see the following image:
    http://i.imgur.com/ppTEPsa.jpg
    Anyone know how to solve this? What i wan't is to install a english language pack (en-us) but as you can see there is now available packs. If i look in Windows System Image Manger on the image i can see that the language pack is installed..
    http://i.imgur.com/xgNHJK6.jpg
    Any tips or help is very much appreciated!
    // Stylaren

    Hello Keith and thank you for your answer!
    Well i downloaded the image from VLSC and in the download section it says "English/MultiLanguage". When i install the image manually on a virtual machine a number of languages is available. Please see to following image:
    http://i.imgur.com/iV8moZt.png
    I did not add a language pack manually since i can't find any available download for this.. English (en-us) is standard if I have understood everything right so there is no english packade that i can download..
    Here is the link to the logs:
    https://payex-my.sharepoint.com/personal/anthon_hassel_payex_com/Documents/Shared%20with%20Everyone/
    // Anthon

  • Windows 8.1 Install Language Packs Offline

    I am looking for some kind of documentation or guide on creating a language pack package, and adding it to the task sequence for deploying Windows 8.1.  I have the language pack Cab file, and a custom HTA for creating a variable that I know works, but
    I cannot get the language pack to actually install.  I read another post that suggested the location in the task sequence to put the "Install Language Packs offline" just before the "Setup Windows and ConfigMgr" but it is not working.
     The task sequence does complete successfully, but the LP is not installed.  I have a base Windows 8.1 Pro customized image.  I am using SCCM 2012 R2 with MDT 2013.  
    The package only contains the Cab file, and doesn't have any programs associated with it.  
    Any help is appreciated.

    Hi Tyler,
    Please have a look at the blog below that deploying Windows 7 language packs with SCCM OSD. It creates a custom XML file that knows to load the language pack.
    http://sccmguy.com/2011/07/02/how-to-deploy-windows-7-language-packs-with-sccm-osd/
    Note: Microsoft provides third-party contact information to help you find
    technical support. This contact information may change without notice. Microsoft does not guarantee the accuracy of this third-party contact information.
    Best Regards,
    Joyce

  • SCCM deployment Win7 with multi language pack & software update languages

    In our company we have a running SCCM infrastructure and deploy Windows 7 x64 (en) with all language packs. Now we integrate the software updates management process into SCCM.
    My question is: Do we need to download and synchronize the software updates in all available languages or is English enough?
    Thank you very much for your support!

    Hi,
    We don’t suggest deploying all language packages in one time. You may deploy default language and let users choose which language
    package to install in Windows Update to save the network traffic.
    Regards,
    Sabrina
    This posting is provided "AS IS" with no warranties or guarantees, and confers no rights. |Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question.
    This can be beneficial to other community members reading the thread.

  • Windows Azure Pack - VMM failed to deploy service through F5 Load Balancer

    I use server 2012 R2 (Windows Azure Pack) to deploy 2-tier service ( VMM -> Library -> Create Service Template -> Select two tier application -> Add F5 Load balancer -> Use connector to link NIC to Server Connection
    and link Client Connection to VM network   ). I was able to set up F5 Load balancer (virtual appliance) on Hyper V. I checked  VMM Orchestrator was able to create VIP pool and member correctly on F5 Appliance. I get the following
    error. I'm not sure how to resolve, If anyone experience this issue before, please let me know how to fix it. I copied the error log below. Thank you
    Error (22042)
    The service XXXXXXX was not successfully deployed. Review the event log to determine the cause and corrective actions.
    Recommended Action
    The deployment can be restarted by retrying the job.
    Error (21426)
    Execution of DataCenterManager.LB::AddLBVIP on the configuration provider a1af2238-5665-454a-8560-64fafbfe3385 failed. Detailed exception: Microsoft.SystemCenter.DataCenterManager.LB.LBConnectionFailedException: There is an error in XML document (246, 74).
    ---> F5Networks.Protocols.iControl.iControlException: There is an error in XML document (246, 74).
    Recommended Action
    Check the documentation for the configuration provider or contact the publisher support.
    Error (22725)
    VMM received computer name vmmBN6 for VM vmmBN6.domain.com. Expected computer name is vmmBN6.domain.com.
    Recommended Action
    Ensure that the VM has joined the right domain or workgroup and then retry the operation.
    Error (20400)
    1 parallel subtasks failed during execution.
    Error (20400)
    1 parallel subtasks failed during execution.
    Error (21952)
    Application deployment failed for one or more tiers or application hosts in the service XXXXXXXXX. Check job logs to get more information on the failed operation.
    Recommended Action
    Check error messages and retry the operation if needed.
    Thanks

    Hi Ryankorock,
    Sorry to revive an old post but is there any update on compatibility? We are running SCVMM 2012 R2 Build 3.2.7768.0 with an F5 BIG-IP
    running "11.6.0 Build 0.0.401 Final". We see the exact same error 
    Error (21426)
    Execution of DataCenterManager.LB::AddLBVIP on the configuration provider a1af2238-5665-454a-8560-64fafbfe3385 failed. Detailed exception: Microsoft.SystemCenter.DataCenterManager.LB.LBConnectionFailedException: There is an error in XML document (246,
    74). ---> F5Networks.Protocols.iControl.iControlException: There is an error in XML document (246, 74).
    The plugin creates everything on the F5, pools, nodes, and virtual server. We have tried with and without a health probe with no luck.

Maybe you are looking for

  • Calling EJB from class in same ear

    Has anyone ever attempted to call an EJB from a class that is in the same ear? I have a singleton class, not another EJB, that is trying to get ahold of an EJB to call a method. This method has been defined to have both a local and remote interface.

  • No Photos in Photo app

    I have just setup my wife's new iPad 3.  Photo Stream is turned on in Settings but there are no photos in the Photos app, however on her iPhone 4s her photos appear in the Photo app.  When going to the Photo app it says, "There are no photos or video

  • Apache with Jsp

    Hi, Before install oracle 9i on my PC (platform 2WK). I have been installed apache and tomcat, they are work and functional on my PC. Also, I can use IE browser to open my homepage which is written by JSP. After I installed oracle 9i, when I use IE b

  • Adf security login system

    Hi I would ask you for advice. I have a case: 1.     On the weblogic are specified users: 2.     I must make login system which will verified is user exist on weblogic. I have seen Franks tutorial http://download.oracle.com/otn_hosted_doc/jdeveloper/

  • Can't verify, repair or eject one of my internal drives,...

    disk utility, disk warrior,.. both can't unmount the drive,... can't drag to eject either,.. no busy files,... no open apps,... even tried the "lsof | egrep" command in terminal to list open files,.. nothing,... otherwise, the drive seems to be runni