How to configure config.xml for office 2016 C2R which will install office 2016 with two language pack and proofing tools
Hi,
While working with office 2016 365 application installation of source is easy with following command.
setup.exe /configure <path of config file>
config file content:
<Configuration>
<Add OfficeClientEdition="32" SourcePath="%Systemroot%\Source\O365PP" >
<Product ID="O365ProPlusRetail">
<Language ID="en-us"/>
<Language ID="et-ee"/>
</Product>
</Add>
<Display AcceptEULA="TRUE" Level="basic"/>
<Updates Enabled="TRUE"/>
<Logging Level="Standard" Path="%Systemroot%\OFFICE365_LOGS"/>
<Property Name="AUTOACTIVATE" Value="0" />
<Property Name="FORCEAPPSHUTDOWN" Value="TRUE" />
<Property Name="PinIconsToTaskbar" Value="FALSE"/>
</Configuration>
It is working fine. Additional requirement is that proofing tool needs to installed as part of the same package.
Please suggest how to edit config file or proofing tools needs to be handled separately ?
Thanks in advance.
0 Comments
[ + ] Show comments
Answers (1)
Please log in to answer
Posted by:
Maidens
7 years ago
Comments:
-
Thanks but the blog is for office 2016 professional plus (MSI Version). I am looking for C2R config file. (office 365) - akashrayban 7 years ago