jzaruba

Untitled

Apr 23rd, 2018
1,010
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. <!--
  2. Don't forget to either remove or update the PIDKEY attribute to contain your product key,
  3. so you don't have to enter it manually during the installation.
  4.  
  5. See:
  6. https://superuser.com/a/980264/38712
  7. https://www.askvg.com/tip-customize-microsoft-office-click-to-run-c2r-setup-to-install-selected-programs-only/
  8. -->
  9. <Configuration>
  10. <Add SourcePath="D:\" OfficeClientEdition="64">
  11. <Product ID="ProPlusRetail" PIDKEY="11111-11111-11111-11111-11111">
  12. <Language ID="en-us"/>
  13. <ExcludeApp ID="Access"/>
  14. <!-- ExcludeApp ID="Excel"/ -->
  15. <ExcludeApp ID="Groove"/>
  16. <ExcludeApp ID="InfoPath"/>
  17. <ExcludeApp ID="Lync"/>
  18. <ExcludeApp ID="OneNote"/>
  19. <ExcludeApp ID="Outlook"/>
  20. <ExcludeApp ID="PowerPoint"/>
  21. <ExcludeApp ID="Project"/>
  22. <ExcludeApp ID="Publisher"/>
  23. <ExcludeApp ID="SharePointDesigner"/>
  24. <ExcludeApp ID="Visio"/>
  25. <!-- ExcludeApp ID="Word"/ -->
  26. </Product>
  27. </Add>
  28. </Configuration>
Advertisement
Add Comment
Please, Sign In to add comment