True. You will have to download and install the prerequisites manually (or without AutoSPInstaller).
The code explicitly mentions the Following:
HTH, Joseph.
The code explicitly mentions the Following:
# Install prerequisites manually without using PrerequisiteInstaller if we're installing SP2010 on on Windows Server 2012
if (((Get-WmiObject Win32_OperatingSystem).Version -like "6.2*") -and ($env:spVer -eq "14"))
{
Throw " - SharePoint 2010 is officially unsupported on Windows Server 2012 - see http://support.microsoft.com/kb/2724471"
}
So, I would either (install prereqs manually and modify the Function InstallPrerequisites([xml]$xmlinput)) or wait. HTH, Joseph.