Deploy Office 2010 with Multiple Languages with MDT 2010

I Like . For me it is the best Office version i ever worked with.
it’s great tool that created.
Now i will talk about how you deploy Office 2010 with Multilanguage packs with 2010.

Step 1: Download the Office 2010 English version booth will be in x86 & x64

Step 2. Download the Office 2010 (language) Multilanguage iso only available from the Microsoft Volume Licensing site. Both in x86 en x64.

Step 3. Add the Office 2010 English version to MDT 2010 here office-2010-uitrollen-met-mdt-2010

Step 4. Extract the Office 2010 (language) Multilanguage iso with 7zip in the same application folder witch you created in Step 3.

Step 5. When you open MDT 2010 management console and you go to the Office 2010 Application that you added in step 3. You wil see that MDT sees more the one language. In my case it was en-us and nl-nl. The Screenshot is from the older MDT 2010 you MDT sees Office 2010 as . MDT 2010 beta 1 supports Office 2010. I found till now no issues deploying Office 2010.

 image

Step 6. Check the languages that you want. Check the Screenshot how i did it.

Step 7. Deploy the a or 7 client with Office 2010 Multilanguage versions.

Step 8. You can check with Microsoft Office 2010 Language Preferences or the languages that you configured are installed.
image

Step 9. Use Group Policy to set the language settings for users

    1. Download the Office 2010 policy template files to your computer. You will find them HERE

    2. Make a new GPO named Office 2010 languages settings it is a user policy.

    3. Under User Configuration in the console tree, right-click Administrative Templates.

    4. Click Add/Remove Templates, and then click Add.

    5. In the Policy Templates dialog box, click the template that you want to add, and then click Open.

    6. After you add the Office 2010 templates, click Close.

    7. Open the Group Policy object (GPO) for which you want to set policy.

    8. Double-click User Configuration and expand the tree under Administrative Templates.

    9. Locate language-related policies in the Microsoft Office 2010 \ Language Settings node.

    10. Select the languages that you want to use for each setting.

    11. Save the GPO.

    12. Go Testing

    Post to Twitter

    Microsoft Assessment & Planning Toolkit

    The Microsoft Assessment and Planning (MAP) Toolkit is an agentless toolkit that finds computers on a network and performs a detailed inventory of the computers using Management Instrumentation (WMI) and the Remote Registry Service. The data and analysis provided by this toolkit can significantly simplify the planning process for migrating to ® 7, ®, , Windows Server® , Windows Server 2008, Hyper-V, Application Virtualization, Server 2008, and Forefront® Client Security and Network Access Protection. Assessments for Windows Server 2008 R2, Windows Server 2008, , and Windows Vista include device driver availability as well as recommendations for hardware upgrades.

    You can use MAP to inventory the following platforms:

    • Windows 7
    • Windows Vista
    • ® Professional
    • Windows Server 2008 or Windows Server 2008 R2
    • Windows Server 2003 or Windows Server 2003 R2
    • Windows 2000 Professional or Windows 2000 Server
    • VMware
    • VMware Server

    Reporting
    - Identification of currently installed Windows client operating systems, their hardware, and recommendations for migration to Windows 7 and Windows Vista. The tool also reports if desktops have anti-virus and anti-malware programs installed and if the Windows Firewall is turned on.
    - Identification of currently installed Windows Server operating systems, their hardware, and recommendations for migration to Windows Server 2008 R2 and Windows Server 2008.
    - Identification of currently installed Microsoft Office software and recommendations for migration to Microsoft Office 2007.
    - Detailed assessment and reporting of server utilization gathered using the Performance Metrics Wizard.
    - Recommendations for server consolidation and virtual machine placement using Hyper-V
    - Assessment of client machines, servers, and the technology environment for the implementation of Microsoft Application Virtualization ()
    - Identification of machines where Microsoft SQL Server components are installed.
    - Identification of virtual machines, their hosts, and details about each.
    - Identification of Windows Server Roles

    Hardware Requirements:
    - Windows 2003 x86/x64 or Windows 2008 x86/x64
    - 1,5 GB (2 GB 2008)

    Software Requirements:
    - NET Framework 3.5 SP1
    - Windows Installer 4.5
    - Microsoft Office Word 2007 or Word 2003 SP2
    - MIcrosoft Office Excel 2007 or Excel 2003 SP2
    - Express Edition, , or

    image image
    image image

    Download Microsoft Assessment and Planning (MAP) Toolkit HIER

    Post to Twitter

    Hoe Office 2007 distribueren met MDT

    1. “ Workbench” > “Distribution Share” > “Applications” > “New”.

    2. Kies voor “Application with source files”.

    3. Vul de gegevens in:

    image

    4. Geef de locatie van de bestanden op. In mijn geval was dit de DVD.

    image

    5. Hoe moet de map heten.

    image

    6. Geef bij command line setup.exe in:

    image

    7. Finish & en hij gaat het zaakje kopieeren
    image

    8. Als je de properties kiest van Office 2007 Enterprise
    image
    9. Dan zie je dat er een tabblad is bijgekomen genaamd Office Products

    image

    10. Nu kunnen we deze gaan aanpassen:
    image  

    Display level: None betekent silent install

    Vergeet niet om even op Apply te klikken. Nu wordt er een xml op de achtergrond aangemaakt.

    11. Als je op Apply geklikt heb ga dan terug naar het tabblad Details.

    Je ziet nu dat quint install command is aangepast naar: setup.exe /config Enterprise.WW\config.xml

    12. Ga weer net tabblad Office Products

    13. Wanneer je Office Customization Tool aanklikt dan krijg je het volgende te zien.
    Je kunt dus alles aanpassen wat je wilt.
    image

    14. Als je nu op Edit config.xml doet krijg je het volgende te zien.
    image

    Ik heb de config even aan moeten passen zodat deze werkt aangezien ik de NL versie distribueer.

    <Configuration Product="Enterprise">
      <Display Level="none" CompletionNotice="no" SuppressModal="no" AcceptEula="yes" />
      <Logging Type="standard" Path="c:\" Template=" Office Enterprise Setup(*).txt" />
      <PIDKEY Value="XXXXXXXXXXXXXXXXXXXXXXXXX" />
      <Setting Id="Reboot" Value="IfNeeded" />
    </Configuration>

    15. Als je het volgende in config.xml aanpast met het volgende dan wordt alleen Word, Excel, Powerpoint & geinstalleerd. ‘

       <OptionState Id="ACCESSFiles" State="Absent" /> //access
      <OptionState Id="WordFiles" State="Local" Children="force" /> //Word
      <OptionState Id="ExcelFiles" State="Local" Children="force" /> //Excel
      <OptionState Id="OUTLOOKFiles" State="Local" Children="force" /> //outlook
      <OptionState Id="PPTFiles" State="Local" Children="force" /> //Powerpoint
      <OptionState Id="PubPrimary" State="Absent" /> //publisher
      <OptionState Id="RMSFiles" State="Absent" /> //Interconnect
      <OptionState Id="XDOCSFiles" State="Absent" /> //infopath
      <OptionState Id="GrooveFiles" State="Absent" /> //groove
      <OptionState Id="OneNoteFiles" State="Absent"  /> //onenote
      <OptionState Id="SHAREDFiles" State="Absent"  /> //onenote
      <OptionState Id="ToolsFiles" State="Absent"  /> //onenote
      <OptionState Id="CAGFiles" State="Absent" /> //Clip Organizer
      <OptionState Id="DocServicesFiles" State="Local" Children="force" /> //docu update util
      <OptionState Id="HTMLSourceEditing" State="Local" Children="force" /> //script editor
      <OptionState Id="DocumentImagingUtils" State="Local" Children="force" /> //scanning,ocr,indexing
      <OptionState Id="OISFiles" State="Absent" /> //picture manager
      <OptionState Id="OSESupp" State="Absent"  /> // support
      <OptionState Id="QueryFiles" State="Absent" /> //msQuery
      <OptionState Id="VisioPreviewerFiles" State="Local" /> //visio viewer
      <OptionState Id="RefIEBarFiles" State="Absent" /> //research explorer bar
      <OptionState Id="WebDriveFiles" State="Absent"  /> //hosted webs
      <OptionState Id="VBAFiles" State="Absent" /> //VB for applications
      <OptionState Id="OfficeDigitalSFiles" State="absent" /> //vba certificates

    Office 2007 aan een task toevoegen.

    1.  Deployment Workbench > Task Sequences > > Properties.

    2. Ga naar tabblad Task Sequence
    image 

    3. Ga naar State Restore > Install Applications. Kies Install a single application > Microsoft Office 2007 Enterprise. en klik op OK.

    Post to Twitter

    Microsoft Office Compatibility Pack voor Office 2007.

    Je kent het wel. Gebruikers mailen bellen weer dat ze een bestand gemaakt in niet kunnen openen. Hier heeft een pakket dat heet FileFormatConverters.exe beschikbaar gesteld waarmee Office 2007 Word, Excel en Powerpoint bestanden kan geopend mee worden in bijvoorbeeld .

    Alleen tja hij moet geinstalleerd worden op 10+ pc’s dan doe je het volgende:
    Pak een machine wellicht een VM en dubbel klik op licentie agreement en wacht er op dat hij deze uitgepakt heeft en klik vervolgens op OK. Ga vervolgens naar C:Program FilesMSECacheO2007Cnv1033 en kopieer vervolgende de uitgepakte files naar een netwerk schijf bijvoorbeeld ( \serverappsmsi packetsOffice2003fcv) waar alle domein users lees rechten op hebben vervolgens.

    Maak een nieuwe GPO of edit een bestaande en koppel aan deze GPO O12Conv.msi. Hang aan deze GPO de juist pc’s/laptop’s en hij wordt automatisch uitgerold.

    Post to Twitter