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.
The installation has the following error:
setup.exe /configure "O365Settings.xml"
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:
Thanks in advance!