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! :)
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! :)