ODT download with different XML configuration files

We have two different XML configuration files for downloading install files by Office Deployment Tool for Click-to-Run products.

First for Office 365 ProPlus:

<Configuration>
	<Add SourcePath="C:\Office365\Office\" OfficeClientEdition="32" >
	<Product ID="O365ProPlusRetail">
		<Language ID="cs-cz" />		
		<Language ID="en-us" />
	</Product>
	</Add>
</Configuration>

Second for Visio package:

<Configuration>
	<Add SourcePath="C:\Office365\Visio\" OfficeClientEdition="32" >
	<Product ID="VisioProRetail">
		<Language ID="cs-cz" />		
		<Language ID="en-us" />
	</Product>
	</Add>
</Configuration>

But when we run setup.exe /download first.xml and then setup.exe /download second.xml it always download full package about 1,5 GB.

Is possible to have two different source packages?

I found similar questions http://community.office365.com/en-us/f/148/t/265927.aspx
  • Edited by Kazzan Thursday, February 26, 2015 12:52 PM
February 26th, 2015 11:42am

Did you ever get an answer to this?
Free Windows Admin Tool Kit Click here and download it now
June 19th, 2015 2:09pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics