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:
No comments:
Post a Comment