Advertisement
Guest User

MSO Pro Click2Run Student Config (Install)

a guest
Aug 22nd, 2018
307
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.84 KB | None | 0 0
  1. Note: There are some items requiring modification. Downloadpath and if needed, remove ExcludeApp to include one of these apps.
  2. By default, this XML will install in tandem with the Click-to-Run tool:
  3. Word, Powerpoint, Excel, OneNote, Publisher
  4.  
  5. Use the XML as a model if you want to remove any of them from the install.
  6.  
  7. <Configuration>
  8.     <Add OfficeClientEdition="64" DownloadPath="<Path to and including \Office from the downloaded source>" Channel="Current">
  9.         <Product ID="O365ProPlusRetail">
  10.             <Language ID="en-us"/>
  11.             <ExcludeApp ID="Access"/>
  12.             <ExcludeApp ID="InfoPath"/>
  13.             <ExcludeApp ID="Lync"/>
  14.             <ExcludeApp ID="Onedrive"/>
  15.             <ExcludeApp ID="Groove"/>
  16.             <ExcludeApp ID="Outlook"/>
  17.             <ExcludeApp ID="Project"/>
  18.             <ExcludeApp ID="SharePointDesigner"/>
  19.             <ExcludeApp ID="Visio"/>
  20.         </Product>
  21.     </Add>
  22. </Configuration>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement