You plan to deploy a SharePoint Server 2013 server farm.
You have a network share named Share1 that contains the extracted installation files for SharePoint
Server 2013.
You download a cumulative update for SharePoint Server 2013 named Cu1.exe.
You need to create a slipstreamed installation source that contains the cumulative update.
What should you do?
A.
Run cul.exe and specify the /extract parameter.
B.
Copy Cul.exe to the Updates folder in Share1.
C.
Run setup.exe and specify the /extract parameter.
D.
Create a folder named 15\Resources in Share1, and then copy Cul.exe to the 15\Resources folder.
Explanation:
Extract the contents of the downloaded update file to the Updates folder in the SharePoint
installation source with the following command:
{FileName}.exe /extract:C:\SPInstall\Updates
Note: SharePoint updates that have been released since the product launch provide fixes and
enhancements to the product, and including these updates in a new installation is recommended.
Rather than manually applying the updates after installing SharePoint, you can include them in a
‘slipstream’ mode so that they are automatically installed with SharePoint.
Agreed