Forum Discussion
Teams Wide Machine Installer - "ProductLanguage" option
Hi BaptisteGauthier,
To install Teams Wide Machine Installer with the ProductLanguage option perhaps you can try to change the config.xml file:
- Download the Teams Wide Machine Installer (MSI file) from the Microsoft website.
- Extract the MSI file to a temporary folder.
- Open the temporary folder and create a new file called config.xml.
- Open the config.xml file in a text editor and add the following code:
<?xml version="1.0" encoding="utf-8"?>
<Configuration>
<ProductLanguage>1036</ProductLanguage>
</Configuration>
- Save the config.xml file.
- Open a command prompt and navigate to the temporary folder.
- Run the following command:
msiexec /i Teams_windows_x64.msi /qb TARGETDIR="%SystemDrive%\Program Files\Microsoft Teams" ALLUSERS="1" CONFIG="config.xml"
This should install Teams Wide Machine Installer with the French language (ProductLanguage="1036").
Please click Mark as Best Response & Like if my post helped you to solve your issue.
This will help others to find the correct solution easily. It also closes the item.
If the post was useful in other ways, please consider giving it Like.
Kindest regards,
Leon Pavesic
(LinkedIn)
- BaptisteGauthierOct 05, 2023Copper Contributor
Hi LeonPavesic,
Thanks for your answer.
Unfortunately, this doesn't work. How your command can run the MSI file if the command prompt is in the temporary folder with the config.xml file ?
But anyway I tried to install it with the MSI and EXE file and it doesn't work.
MSI installation seem to not execute the option CONFIG="config.xml"
Also, the option for the targetdirection is not supported for this MSI file.
Maybe the ProductLanguage argument is not supported for Teams ?
Thank you for your help