Advertisement
Guest User

Untitled

a guest
Feb 11th, 2016
518
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. <!-- Office 365 client configuration file sample. To be used for Office 365 ProPlus 2016 apps,
  2. Office 365 Business 2016 apps, Project Pro for Office 365 and Visio Pro for Office 365.
  3.  
  4. For detailed information regarding configuration options visit: http://aka.ms/ODT.
  5. To use the configuration file be sure to remove the comments
  6.  
  7. For Office 365 client apps (verion 2013) you will need to use the 2013 version of the
  8. Office Deployment Tool which can be downloaded from http://aka.ms/ODT2013
  9.  
  10. The following sample allows you to download and install Office 365 ProPlus 2016 apps
  11. and Visio Pro for Office 365 directly from the Office CDN using the Current Branch
  12. settings -->
  13.  
  14.  
  15.  
  16. <Configuration>
  17.  
  18. <Add OfficeClientEdition="32" Branch="Current">
  19. <Product ID="O365ProPlusRetail">
  20. <Language ID="en-us" />
  21. </Product>
  22. <Product ID="VisioProRetail">
  23. <Language ID="en-us" />
  24. </Product>
  25. </Add>
  26.  
  27. <!-- <Updates Enabled="TRUE" Branch="Current" /> -->
  28.  
  29. <!-- <Display Level="None" AcceptEULA="TRUE" /> -->
  30.  
  31. <!-- <Property Name="AUTOACTIVATE" Value="1" /> -->
  32.  
  33. </Configuration>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement