Hello everyone
I used SPAutoInstaller today to install SP2013 with SP1.
I extracted SP1 to the \Updates folder, but the installer did not recognize it as an update.
Log message: "No other udpates found in \Updates"
My script had the installer pause anyway before farm configuration.
As a workaround, I started the Service Pack 1 installation manually at that point. So in this case all services etc. get created with SP1.
However, I would like to know if there was something wrong with my procedure or if the installer needs an update to recognize SP2013 Service Pack1?
Thanks
Comments: Resolved with changeset 107513: Changes in this release:
- New function CheckFor2013SP1 plus overall improved compatibility with SP1
- New set of prerequisites if SP1 is detected; includes WCF Data Services 5.6 (addresses several similar logged issues)
- Updated InstallPrerequisites function to not display "missing hotfix..." message if we are running Windows 2012 R2
- Updated Run-HealthAnalyzerJobs to be language-neutral (issue 20806)
- Modified some lines in AutoSPInstallerMain.ps1 to address issue 20801
- Case-insensitivity fix in AddToHOSTS (issue 20557)
I used SPAutoInstaller today to install SP2013 with SP1.
I extracted SP1 to the \Updates folder, but the installer did not recognize it as an update.
Log message: "No other udpates found in \Updates"
My script had the installer pause anyway before farm configuration.
As a workaround, I started the Service Pack 1 installation manually at that point. So in this case all services etc. get created with SP1.
However, I would like to know if there was something wrong with my procedure or if the installer needs an update to recognize SP2013 Service Pack1?
Thanks
Comments: Resolved with changeset 107513: Changes in this release:
- New function CheckFor2013SP1 plus overall improved compatibility with SP1
- New set of prerequisites if SP1 is detected; includes WCF Data Services 5.6 (addresses several similar logged issues)
- Updated InstallPrerequisites function to not display "missing hotfix..." message if we are running Windows 2012 R2
- Updated Run-HealthAnalyzerJobs to be language-neutral (issue 20806)
- Modified some lines in AutoSPInstallerMain.ps1 to address issue 20801
- Case-insensitivity fix in AddToHOSTS (issue 20557)