Quantcast
Channel: AutoSPInstaller
Viewing all articles
Browse latest Browse all 2279

New Post: Does AutoSpInstaller work with new iso with SP2 included

$
0
0
True. You will have to download and install the prerequisites manually (or without AutoSPInstaller).

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.

Viewing all articles
Browse latest Browse all 2279

Trending Articles



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