<Configuration> <Add OfficeClientEdition="64"> <Product ID="Standard2019Volume" PIDKEY="AAAAA-BBBBB-CCCCC-DDDDD-EEEEE"> <Language ID="en-us"/> <ExcludeApp ID="Access"/> <ExcludeApp ID="Groove"/> <ExcludeApp ID="Lync"/> </Product> </Add> <Display Level="Full" AcceptEULA="TRUE"/> <Property Name="AUTOACTIVATE" Value="1"/> <Property Name="FORCEAPPSHUTDOWN" Value="TRUE"/> <Property Name="SharedComputerLicensing" Value="0"/> <Property Name="PinIconsToTaskbar" Value="TRUE"/> <Updates Enabled="TRUE" Channel="Monthly" /> </Configuration> Notes Office Deploy Tool / XML Usage: Elevated CMD Prompt setup /download configuration.xml setup /configure configuration.xml NOTE: CHANGE* Now requires full path to be entered for both the setup location and the config file location: \\ComputerName\c$\InstallSources\OfficeTemp\setup.exe /configure \\ComputerName\c$\InstallSources\OfficeTemp\configuration.xml For the Retail version, you can use this Product ID: "Standard2019Retail"; <Add OfficeClientEdition="64" Channel="Monthly"> <Product ID="Standard2019Retail" PIDKEY="AAAAA-BBBBB-CCCCC-DDDDD-EEEEE"> If you want to enter your MAK key after the fact, under Account, Change Product Key, you can leave off the PIDKEY. |