Hey team,
Excellent work on autospinstaller. I've noticed that in specific condition we have an issue with prerequisites offline setup. I'm working with scripts version 3.96.
On windows server 2012 R2 / MSS 2013 SP1 there is a brand new prerequisites to setup. When your servers are connected to Internet it's ok.
I suggest the following update to AutoSPInstallerFunctions.ps1:
Update the command Start-Process "$env:SPbits\PrerequisiteInstaller.exe" -ArgumentList with a new argument:
/WCFDataServices56:`"$env:SPbits\PrerequisiteInstallerFiles\WcfDataServices56.exe`" `
This prerequisite is downloaded correctly by AutoSPSourceBuilder. All we need is to have it specified in AutoSPInstallerFunctions.
Thanks,
Nicolas.
Comments: ** Comment from web user: brianlala **
Excellent work on autospinstaller. I've noticed that in specific condition we have an issue with prerequisites offline setup. I'm working with scripts version 3.96.
On windows server 2012 R2 / MSS 2013 SP1 there is a brand new prerequisites to setup. When your servers are connected to Internet it's ok.
I suggest the following update to AutoSPInstallerFunctions.ps1:
Update the command Start-Process "$env:SPbits\PrerequisiteInstaller.exe" -ArgumentList with a new argument:
/WCFDataServices56:`"$env:SPbits\PrerequisiteInstallerFiles\WcfDataServices56.exe`" `
This prerequisite is downloaded correctly by AutoSPSourceBuilder. All we need is to have it specified in AutoSPInstallerFunctions.
Thanks,
Nicolas.
Comments: ** Comment from web user: brianlala **
This has actually already been addressed; check the most latest release here: https://autospinstaller.codeplex.com/SourceControl/changeset/107513
Cheers
Brian