Quantcast
Viewing all articles
Browse latest Browse all 2279

Commented Issue: SP2016 issue [21989]

Thought I'd give the SharePoint 2016 preview a try and when running the script I get an error "Cannot locate SharePoint binaries; please check that the files are in the \SharePoint subfolder as per new folder structure."

I thought I'd just go ahead and install the binaries manually and it still doesn't doesn't detect the install media or that SharePoint has been installed.
Comments: ** Comment from web user: sgryphon **

Actually, in AutoSPInstallerMain.ps1 the line that checks if version is specified in the XML only checks for 2010 and 2013, so if you have 2016 already installed it says "cannot determine version"

if (($xmlinput.Configuration.Install.SPVersion -eq "2010") -or ($xmlinput.Configuration.Install.SPVersion -eq "2013"))

Simple fix is to add -or ($xmlinput.Configuration.Install.SPVersion -eq "2016")


Viewing all articles
Browse latest Browse all 2279

Trending Articles



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