Hello
Hi
I do not know if you are entering the correct If not excuse me.
When installing Sharepoint 2013 script stop with this error.
Could not find SharePoint Server Setup log file!
After a search of a problem, I found it in the script AutoSPInstallerFunctions.ps1
is on line 921 function to search for a file {$ _. -like Name" SharePoint Server Setup * "}, but installation creates a file in the format SetupExe(xxxxxxxxx).
I rewrote follows: {$ _. -like Name" SetupExe* "}
Next installation goes through without errors.
Sorry my bad English...
Kamil
Comments: ** Comment from web user: JP2014 **
Hi
I do not know if you are entering the correct If not excuse me.
When installing Sharepoint 2013 script stop with this error.
Could not find SharePoint Server Setup log file!
After a search of a problem, I found it in the script AutoSPInstallerFunctions.ps1
is on line 921 function to search for a file {$ _. -like Name" SharePoint Server Setup * "}, but installation creates a file in the format SetupExe(xxxxxxxxx).
I rewrote follows: {$ _. -like Name" SetupExe* "}
Next installation goes through without errors.
Sorry my bad English...
Kamil
Comments: ** Comment from web user: JP2014 **
I received the same error: " Could not find SharePoint Server Setup log file" and
followed your instruction but didn't work....
I didn't know where to troubleshoot. I enclosed the setup log.
Any idea appreciated.