Forums on Intune, SCCM, and Windows 11

Welcome to the forums. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your topics and posts, as well as connect with other members through your own private inbox!

PENDING How to install office 365 based on the system language using SCCM 2012 in the across Geo Region.?

Krishna Yadav

Active Member
Messages
37
Reaction score
0
Points
6
Hello,



How to install office 365 based on the system language using SCCM 2012 in the across Geo Region.?



Is there any way to deploy office 365 by detecting system as per workstation local language and install with single package using SCCM 2012 ? and uninstall all existing MS offices.?



How to manage office 365 updates using sccm 2012 ?



Please share the documents if there any which can help in the above requirement !



Thank you.
 
Hello,



How to install office 365 based on the system language using SCCM 2012 in the across Geo Region.?



Is there any way to deploy office 365 by detecting system as per workstation local language and install with single package using SCCM 2012 ? and uninstall all existing MS offices.?



How to manage office 365 updates using sccm 2012 ?



Please share the documents if there any which can help in the above requirement !



Thank you.
 
I believe there is an option to deploy the O365 that matches the language of OS. I saw this when i was working on creating o365 installer right from the console. If you are deploying Office 365 with offline installer, you can always use Language element in the XML file <Language id="MatchOS" />.

Something like this :-

Code:
<Add SourcePath="\\Server\Share"
     OfficeClientEdition="32"
     Channel="Broad"
     AllowCdnFallback="True">
  <Product ID="O365ProPlusRetail">
     <Language ID="MatchOS" Fallback="en-us" />
  </Product>
</Add>
 
Thank you for the reply..

If i correctly understand, I need to create a package for all language i needs to specify the each language information in the config file to make package available in the SCCM ?

Or is there any other way around
 
Thank you for the reply..

If i correctly understand, I need to create a package for all language i needs to specify the each language information in the config file to make package available in the SCCM ?

Or is there any other way around
No, you just need to modify configuration.xml file. Inside this file replace example Language ID="fr-FR" by Language ID="MatchOS".

This will allow Microsoft Office install to get installed in same language of you operating system.
 

Forum statistics

Threads
7,197
Messages
28,087
Members
18,359
Latest member
TobiasKMdS

Latest posts

Back
Top