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: brianlala **
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: brianlala **
I can't reproduce the issue. My log file name is in the format "SharePoint Server Setup*", I can't imagine why yours would be in the format SetupExe*. Perhaps your setup isn't even launching properly, hence no log is produced?
Brian