Wednesday, August 13, 2014

SharePoint 2010/2013 Prequisites

New task today required me to grab the bits for a 2010 install. We are building out 2 Frontends and so I grabbed the MSDN bits. Next I was looking at the the whole update and prereq issue. This can be a real pain until I found this great project on Codeplex. The Autospsourcebuilder project does all this work for you.  You just get the powershell script and the SharePoint iso and go this script will create a slipstream installer for you.

Sample:

.\AutoSpSourceBuilder.pas1 -SourceLocation "d:\SP2010" -Destination "d:\SPSlipstream" -GetPrerequisites $true

The Script will prompt you for the name of the update which can be found at the sharepoint updates site.



Source:
  1. http://autospsourcebuilder.codeplex.com/
  2. List of all Cumulatives Updates

No comments:

Post a Comment