- Installing Prerequisite Software:
- .Net Framework 3.5.1...Already installed.
- Running Prerequisite Installer (offline mode).....................Done.
- Prerequisite Installer completed in 00:01:30.
- SharePoint 2013 "missing hotfix" prerequisites...
- Checking for KB2554876...Missing; attempting to install...
- File 433385_intl_x64_zip.exe (zip) found.
- Extracting "Windows6.1-KB2554876-v2-x64.msu" from "433385_intl_x64_zip.exe
"...Done.
- Installing hotfix Windows6.1-KB2554876-v2-x64.msu...Done.
- Checking for KB2708075...Already installed.
- Checking for KB2567680...Already installed.
- Checking for KB2759112...Missing; attempting to install...
- Hotfix file "NDP45-KB2759112-x64.exe" found.
- Installing hotfix NDP45-KB2759112-x64.exe...Done.
- Checking for KB2472264...Already installed.
- Setting AutoSPInstaller information in the registry...
--------------------------------------------------------------
- Script halted!
- One or more of the prerequisites requires a restart.
- Setting RunOnce registry entry for AutoSPInstaller...
- AutoAdminLogon is not enabled in D:\SP\AutoSPInstaller\\AutoSPInstallerInput.
xml; set it to "true" to enable it.
- The AutoSPInstaller script will resume after the server reboots and WMSERVICE
\oax45728 logs in.
- Do you want to restart immediately? (y/n): n
- Please restart your computer to continue AutoSPInstaller.
Press any key to exit...
Comments: ** Comment from web user: webguynj **
Typically I find this is related to a couple of things:
__Add Some Key Windows Features__
Because of some weird behavior of the Pre-Requisite installer fro SharePoint it sometimes doesn't properly enable ASP.Net - To address this I've found several articles that reference enabling these features prior to setting up SharePoint
• Open PowerShell as Administrator
• Import-Module serverManager
• Add-WindowsFeature NET-WCF-HTTP-Activation45,NET-WCF-TCP-Activation45,NET-WCF-Pipe-Activation45
__Make Sure that SideBySide sources folder is accessible on the WFEs__
• Gpedit.msc
○ Select Admin Templates/System
○ select item - Specify Settings for optional component installation and component repair
○ Enable
○ Set value to \\WAYSPDBDEV02\Sources;\\WAYSPDBDEV02\Sources\sxs
• Save / Exit