Please update the comment at the <SearchCenterUrl> node in the sample AutoSPInstallerInput.xml file (bold part is the suggested addition):
```
<!-- SearchCenterUrl is for SharePoint 2013 only and is used to set the global search center URL per http://autospinstaller.codeplex.com/workitem/18944. __The url you enter MUST end with /Pages or a localized variant of it (i.e. /Seiten in German, /Paginas in Dutch) in order for it to work correctly from MySites. Do not add a trailing slash. I.e.: https://search.zomers.eu/Pages when your Search Center site collection is deployed as a host named sitecollection to https://search.zomers.eu__ -->
<SearchCenterUrl>https://search.zomers.eu/Pages</SearchCenterUrl>
```
This since its not logical that you need to add /Pages to it and therefore many people probably won't do that (like me :) ). Since there's a bug in SharePoint 2013 where you can't update this through Central Admin anymore after installing the farm (through PowerShell it does work however), its an extra time killer to get restored after running AutoSPInstaller.
```
<!-- SearchCenterUrl is for SharePoint 2013 only and is used to set the global search center URL per http://autospinstaller.codeplex.com/workitem/18944. __The url you enter MUST end with /Pages or a localized variant of it (i.e. /Seiten in German, /Paginas in Dutch) in order for it to work correctly from MySites. Do not add a trailing slash. I.e.: https://search.zomers.eu/Pages when your Search Center site collection is deployed as a host named sitecollection to https://search.zomers.eu__ -->
<SearchCenterUrl>https://search.zomers.eu/Pages</SearchCenterUrl>
```
This since its not logical that you need to add /Pages to it and therefore many people probably won't do that (like me :) ). Since there's a bug in SharePoint 2013 where you can't update this through Central Admin anymore after installing the farm (through PowerShell it does work however), its an extra time killer to get restored after running AutoSPInstaller.