Quantcast
Channel: AutoSPInstaller
Viewing all articles
Browse latest Browse all 2279

Closed Issue: Information: SharePoint SP1 Integrated / PreReq Installer [20846]

$
0
0
Hope this is the right section in the Forum to post this :-)


When you try to do an offline install with SharePoint SP1 Integrated (Available on MSDN) and AutoSPInstaller the Prerequisites Installer throws an error.

The SharePoint prerequisites installer now requires the following packages:
• Microsoft .NET Framework 4.5
• Windows Management Framework 3.0
• Application Server Role, Web Server (IIS) Role
• Microsoft SQL Server 2008 R2 SP1 Native Client
• Windows Identity Foundation (KB974405)
• Microsoft Sync Framework Runtime v1.0 SP1 (x64)
• Windows Server AppFabric
• Microsoft Identity Extensions
• Microsoft Information Protection and Control Client
• Microsoft WCF Data Services 5.0
__• Microsoft WCF Data Services 5.6__ (NEW PACKAGE)
• Cumulative Update Package 1 for Microsoft AppFabric 1.1 for Windows Server (KB2671763)

But watch out:

• Microsoft WCF Data Services 5.0 (4.6 MB)
and
Microsoft WCF Data Services 5.6 (28.7 MB)

have the same same filename: WcfDataServices.exe. They only differ in their file size. So when you download the Microsoft WCF Data Services 5.6 make sure to rename it.

So ... to get the script working again you'll have to add the following lines of code at position 663 in AutoSPInstallerFunctions.ps1:

```
/WCFDataServices56:`"$env:SPbits\PrerequisiteInstallerFiles\WcfDataServices_56.exe`" `
/WCFDataServices:`"$env:SPbits\PrerequisiteInstallerFiles\WcfDataServices.exe`""
```

Hope this tip helps someone.

Greetings

Venrael
Comments: Resolved with changeset 107513: Changes in this release:

- New function CheckFor2013SP1 plus overall improved compatibility with SP1
- New set of prerequisites if SP1 is detected; includes WCF Data Services 5.6 (addresses several similar logged issues)
- Updated InstallPrerequisites function to not display "missing hotfix..." message if we are running Windows 2012 R2
- Updated Run-HealthAnalyzerJobs to be language-neutral (issue 20806)
- Modified some lines in AutoSPInstallerMain.ps1 to address issue 20801
- Case-insensitivity fix in AddToHOSTS (issue 20557)

Viewing all articles
Browse latest Browse all 2279

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>