Hi All,
I am in the process of testing the AutoSPInstaller script in the following SharePoint environment setup.
- Windows Server 2016 RTM
- SQL 2016
- SharePoint 2016 with November 2016 CU.
I have noticed that the AutoSPInstallerFunctions.ps1 script refers to a file with the incorrect name and this causes the script to fail when carrying out an offline prerequisite installation.
Line: 734
$env:SPbits\PrerequisiteInstallerFiles\WcfDataServices.exe
Should be:
$env:SPbits\PrerequisiteInstallerFiles\WcfDataServices56.exe
Hope this helps some of you! :)
Comments: ** Comment from web user: brianlala **
I am in the process of testing the AutoSPInstaller script in the following SharePoint environment setup.
- Windows Server 2016 RTM
- SQL 2016
- SharePoint 2016 with November 2016 CU.
I have noticed that the AutoSPInstallerFunctions.ps1 script refers to a file with the incorrect name and this causes the script to fail when carrying out an offline prerequisite installation.
Line: 734
$env:SPbits\PrerequisiteInstallerFiles\WcfDataServices.exe
Should be:
$env:SPbits\PrerequisiteInstallerFiles\WcfDataServices56.exe
Hope this helps some of you! :)
Comments: ** Comment from web user: brianlala **
No - this situation was due to a bug in the AutoSPSourceBuilder where it renamed WcfDataServices to WcfDataServices56 for 2016 (should only have applied to 2013. Rename the prerequisite file instead (and get a newer version of AutoSPSourceBuilder); no changes to AutoSPInstaller needed.
See https://autospinstaller.codeplex.com/workitem/22386 for previous fix
Brian