Office 365 can't be installed - Language not available

SCCMAdmin 111 Reputation points
2022-10-14T21:43:58.927+00:00

Hi,

I'm trying to install O365 in Windows 10 Pro in English.

I'm using the following XML settings created at https://config.office.com/deploymentsettings:

<Configuration ID="xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx">
<Info Description="TESTOFFICE" />
<Add OfficeClientEdition="64" Channel="Current" SourcePath="C:\Temp" AllowCdnFallback="TRUE">
<Product ID="O365ProPlusRetail">
<Language ID="en-us" />
<Language ID="pt-br" />
<Language ID="es-mx" />
<ExcludeApp ID="Access" />
<ExcludeApp ID="Groove" />
<ExcludeApp ID="Lync" />
<ExcludeApp ID="Publisher" />
<ExcludeApp ID="Bing" />
<ExcludeApp ID="Bing" />
<ExcludeApp ID="Bing" />
</Product>
<Product ID="VisioProRetail">
<Language ID="en-us" />
<Language ID="pt-br" />
<Language ID="es-mx" />
<ExcludeApp ID="Access" />
<ExcludeApp ID="Groove" />
<ExcludeApp ID="Lync" />
<ExcludeApp ID="Publisher" />
<ExcludeApp ID="Bing" />
<ExcludeApp ID="Bing" />
<ExcludeApp ID="Bing" />
</Product>
<Product ID="ProjectProRetail">
<Language ID="en-us" />
<Language ID="pt-br" />
<Language ID="es-mx" />
<ExcludeApp ID="Access" />
<ExcludeApp ID="Groove" />
<ExcludeApp ID="Lync" />
<ExcludeApp ID="Publisher" />
<ExcludeApp ID="Bing" />
<ExcludeApp ID="Bing" />
<ExcludeApp ID="Bing" />
</Product>
</Add>
<Updates Enabled="TRUE" />
<RemoveMSI />
<AppSettings>
<Setup Name="Company" Value="ACME INC." />
<User Key="software\microsoft\office\16.0\excel\options" Name="defaultformat" Value="51" Type="REG_DWORD" App="excel16" Id="L_SaveExcelfilesas" />
<User Key="software\microsoft\office\16.0\powerpoint\options" Name="defaultformat" Value="27" Type="REG_DWORD" App="ppt16" Id="L_SavePowerPointfilesas" />
<User Key="software\microsoft\office\16.0\word\options" Name="defaultformat" Value="" Type="REG_SZ" App="word16" Id="L_SaveWordfilesas" />
</AppSettings>
<Display Level="Full" AcceptEULA="TRUE" />
</Configuration>

With Office Deployment Tool I downloaded O365 locally using the above XML settings:
setup.exe /download "O365Settings.xml"

The download was OK.
250702-o365error1.png

The installation has the following error:
setup.exe /configure "O365Settings.xml"
250626-o365error2.png

The questions are:
how do I know which product the above message refers to?

Is it possible to install O365 with the above XML settings?
If yes,
how to install O365 with the above XML settings?

At Office Customization Tool:
250665-o365error3.png

Thanks in advance!

Microsoft 365 and Office | Install, redeem, activate | For business | Windows
0 comments No comments
{count} votes

Accepted answer
  1. Charles Qi_MSFT 976 Reputation points
    2022-10-17T10:43:32.857+00:00

    Hi, @SCCMAdmin ,

    According to Official document, Spanish Mexico isn't available in Project or Visio. So we recommend you choose the language which is supported and have a try. You can use this document as a reference overview-deploying-languages-microsoft-365-apps


    If the response is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in email-notifications to enable e-mail notifications if you want to receive the related email notification for this thread.

    2 people found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.