I cannot seem to get the script past the prerequisite install portion. I keep getting the following error: Error: Custom file location is not accessible. I have followed the folder structure suggested by Tobias Lekman and many others. Even tried running the
Start-Process "$SPbits\PrerequisiteInstaller.exe" -Wait -ArgumentList ... with a hard coded file path and nothing happens. Does anyone have any suggestions as to what the issue might be? Any help would be greatly appreciated, Thanks
Comments: ** Comment from web user: davobo **
Start-Process "$SPbits\PrerequisiteInstaller.exe" -Wait -ArgumentList ... with a hard coded file path and nothing happens. Does anyone have any suggestions as to what the issue might be? Any help would be greatly appreciated, Thanks
Comments: ** Comment from web user: davobo **
If this error message shows up during the prerequisite installation check the PrerequisiteInstaller Logfile.
Mostly they are stored under
“C:\Users\<Install-User>\AppData\Local\Temp”.
“Hidden Items” must be enabled in ExplorerView to see the "AppData" Location.
In my case I had missed to place the WCFDataService56.exe File into the prerequisiteinstaller Folder of SharePoint 2013.