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

Similar Messages

  • Will there be a Turkish language pack for PeopleSoft Financials?

    Will there be a Turkish language pack for PeopleSoft Financials? And if so, when?

    Multilingual Pack for Peoplesoft includes turkish language also. you can always run your peoplesoft installation as base language english and other languages as turkish.
    That should resolve your problem. Thx

  • 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).

  • 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 with mutiple Language Packs

    Downloaded a few language packs, copied the files into my Office 2013 folder saying No to overwriting files.
    Created an MSP, and then created an XML file with the following:
    <Configuration Product="ProPlus">
    <Display Level="none" CompletionNotice="no" SuppressModal="yes" AcceptEula="yes" />
    <AddLanguage Id="match" ShellTransform="yes"/>
    <AddLanguage Id="en-us" />
    <AddLanguage Id="fr-fr" />
    <AddLanguage Id="de-de" />
    <AddLanguage Id="it-it" />
    </Configuration>
    I get the following error when I run setup /config MyFile.xml :
    Setup can't find or validate an installation file.
    Any ideas?

    Where are you running the install from?  Network share, SCCM, GPO?  
    Usually I see this error when Office doesn't know the path of the file -- you might try adding %~dp0 in front of both setup.exe and MyFile.xml, so it becomes
    %~dp0setup /config %~dp0MyFile.xml
    Hope that helps!

  • Using a shutdown script to save files to local sever

    Hello,
    I am writing a shutdown script which runs when the use shuts their computer down. The goal is to back up some user files to a local sever. I am wondering if the shutdown will be delayed until the file is uploaded to the server. The file is approx 1 - 2 gb
    in size which would take a few minutes to send over to the server.
    I have used gpedit.msc and linked the batch file I wish to run.
    However, I have a few questions regarding this. Does windows wait for the batch file to finish executing before shutting down? If not,
    is there a way to delay the shutdown long enough for the file to send?
    For dev purposes I have experimented using a log off script (faster than constantly shutting off/turning on), however windows does not seem to want to wait and logs off before the btach file is finished executing. In the test batch script, I used the pause
    command to test if it would wait for me to finish executing the file before it logged off, but it seems that it does not want to wait and just goes ahead and logs off before it is done.
    The only work around I can think of is using a batch file which saves the files then turn off the computer
    instead of a script being run at shutdown - this might be not a practical solution since I have to integrate this into several workstation computers. Also, some employees may forget to use the file to shut down. I am also not sure how keen my boss
    would be for me to change the entire way everyone shuts down their computer (by running my batch file instead of the usual start->shutdown). If this is the only way to go about it I will discuss with him what needs to be done however I much prefer there
    to be a script that automatically runs when they shut their computers off.
    To wrap it up:
    Using a shut down script, how do I delay the shutdown long enough for files to be saved to a local server? Will windows automatically wait for the batch script to finish executing before turning off?
    Kind regards,
    - Strider

    Hello Strider,
    It seems that you issue is related with windows client, I suggest that you could post it to:
    https://social.technet.microsoft.com/Forums/windows/en-US/home?category=w7itpro%2Cw8itpro%2Cwindowsvistaitpro%2Cwindowsxpitpro%2Cwindowsintune
    The current forum you post to is used to discuss general issues about developing applications for Windows.
    Thanks for your understanding.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Deploy Office 2013 with language pack

    Hi,
    We want to deploy Office 2013, for this I followed the tutorial:
    http://gallery.technet.microsoft.com/office/How-to-Deploying-Office-0f954e7f
    In the first step I need to make an MSP file, but this file doesn't get used in the deployment? I think this is a fault in the tutorial.
    Also the uninstall string is setuP.exe /uninstall. Is this correct?
    Second we want to deploy the dutch language pack with SCCM 2012, but I can't find out how. The package need to be installed but Office 2013 still need to be default language English.
    Can someone help me out with this?
    Thanks in advance.

    Some troubleshooting tips:
    Run the installation command locally using SYSTEM account (Get psexec.exe, open cmd, run "psexec.exe -s cmd", this will open a new command line window with SYSTEM privilege, try running your installation command there)
    Check the Office 2013 installation logfiles to see if your configurations are correct, more info on that here:
    http://blogs.technet.com/b/odsupport/archive/2010/12/30/troubleshooting-office-installation-failures.aspx
    After those two steps are ready and you're sure your installation command works, you try it with ConfigMgr
    With ConfigMgr, check %windir%\ccm\logs\ -folder for AppEval.log, AppEnforce.log and AppDiscovery.log, more info on these logfiles you can find here:
    http://blogs.technet.com/b/configmgrdogs/archive/2012/05/26/new-logs-in-configmgr-2012-client-logs.aspx

  • Using GPO to deploy Acrobat 9.1

    I am ttying to deploy Acrobat Reader 9.1 using GPO as I have
    in the past for previous versions however this new version has two
    annoyances that I and probably my users will hate. I have got rid
    of things like the EULA using an MST but these 'problems/hates'
    remain.
    1 Extraneous desktop shortcut (acrobat.com)
    2 Prompt for proxy credentials on first load.
    How do i get rid of both please.

    Hello,
    I'm sorry I'm not able to address your question. These forums
    are specific to the
    Acrobat.com website and its set of hosted services, and do
    not cover the Acrobat family of desktop products.
    Any questions related to the Acrobat family of desktop
    products would be best suited in the Acrobat User Forums:
    Link to
    Acrobat Forums
    Thanks!
    Michelle

  • 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

  • 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

  • Language Pack English

    english language pack
    Friend me very urgent english language pack for Adobe Dreamweaver 13.2 CC is required. Waiting for your help in this matter.
    Currently Turkish language pack, but I want to use English.

    Contact Adobe - there are regionalized versions of Dreamweaver, but no language packs that can add an additional language to your Turkish version. In other words, you must either buy or exchange your version for the English version. I think!

  • Nokia n96-3 language pack changing by software upd...

    I have just boght wrongly thr n96-3 us version
    I sent my phone to nokia service in turkey to install turkish language pack and result was negative
    anyone help to change language ?thanks

    well let me just tell you before you yell at me for being grumpy and difficult that I have been to 6 different places in this city of 20 million and not ONE person in any Nokia center was able to help me with an additional language pack. they just say "can't do it" and that's it. I get the pointthat normally you'd not get a seldom used language pack on a phone sold on a different continent, but you should be able to get what language you need, at extra cost even, no problem, but SHOULD BE ABLE TO get it. SHOULD being the operative word!
    Let me tell, you I went to the doctor today with a sinus problem. The doctor asked me what's the matter with me. I said sinus. He wrote it down. Then asked me what I want for it. I said the name of the drug. He wrote it down. That was it. That's the medical care here. I'm the doctor! I know what is the matter with me and I get to choose my medicine, get it?  hahahah. So forgive me for being grumpy about my new phone )))
    Anyway, over and out - I solved the problem by adding Polish words to my English dictionary it helps Thanks everyone for the advice )) 

  • CS6 Language Pack German Download - Where?

    Hi.
    I have downloaded the trial version of the CS6 Design & Web Premium (Mac OS X MountainLion). Unfortunately it only installs the english version. I found a video that describes, how to install a different language pack using the Adobe Application Manager, but although I have updated all installed programs, I do not get the option to access the neccessary settings as discribed (I am no beginner). I guess, the video shows a different version of the AAM - perhaps older.
    I will not purchase this product, if I have to learn a different language first to be able to use it. For this price Adobe should be able to provide a simple download link for a language pack without having to watch videos, search the web, search the Adobe FAQs, search 150 help-forums and search the Adobe FTP-server wasting hours and hours of precious time. (If a programmer´s time is worthless, please do not assume, that mine is, too. I totally understand people who simply STEAL the software. The paying customers are definitely highly disadvantaged, if not discriminated.)
    Can you provide a german language version of the collection and if, how? And please do not refer to that stupid video.
    Thank you.

    There are no "language packs". You have completely misunderstood how this works. You pick the correct language in AAM and it will reinstall all the apps in the respective language. That, however, only applies to Creative Cloud. For standalone versions, you need to download the correct language and install it. Run the Creative Suite Cleaner Tool, download the German suite, install it.
    Mylenium

  • 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

  • Installing application in shutdown script does not work

    Hello,
    I'm trying to organise the deployment of office 2013. I want to give users the choice between installation during startup and installation during shutdown of their computer.
    Installation during startup works fine: installation starts and the user can use their computer and wait for the installation to finish in the background.
    Installation initiated from a console window works fine as well.
    However, installation using a shutdown script doesn't work as the installation command returns immediatly, the script ends and the computer shuts down.
    I have changed the gpo script timeout setting.
    In the powershell script, I execute the installation using "start-process" with the option "-wait". It seems like this command returns immediatly and the setup is never executed as it does not start logging the installation progress to
    a local log file.
    The shutdown script runs fine and it also logs its progress to a logfile on a network share so I'm sure the script actually runs and it has network access as well.
    Any clues as to why the installation might fail during a shutdown script and work fine in other situations? Thanks!
    I'm not sure if this is a gpo or an office 2013 deployment question. I'm thinking the environment during execution of a shutdown script might be different so that's why I'm asking my question here.

    Hi,
    Based on your description, we can also try asking for suggestions in the scripting forum to see if they can provide a better solution.
    The Official Scripting Guys Forum
    http://social.technet.microsoft.com/Forums/scriptcenter/en-US/home?forum=ITCG
    TechNet Subscriber Support
    If you are TechNet Subscription user and have any feedback on our support quality, please send your feedback here.
    Best regards,
    Frank Shen

Maybe you are looking for