This is the final article of Auto SP Installer for SharePoint 2016.
Please refer to my previous articles if you are interested in reading them:
The purpose of this article to use Online Editor to SharePoint Installation configuration.
After you have set up everything, as per my previous articles, you need to go to Online Configuration Editor:
![Image 1](/KB/Blogs/1277117/1.png)
Then you need to choose Load from my XML and choose the AutoSPInstallerInput file.
![Image 2](data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==)
Then the below page will be visible:
![Image 3](data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==)
We don't need to edit all the configurations for this scenario.
First, add the HOST name for the SharePoint Server. Since we have two SharePoint servers, we will insert both hostnames.
If you are in a multiple domain environment, use the full domain name for the host.
![Image 4](data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==)
Then navigate to Install Section and Specify the SharePoint Product Key and the Version to 2016 if it is not selected.
![Image 5](data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==)
Then, navigate to the Main section:
![Image 6](data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==)
Here, there are few sections you need to fill up.
First, you need to add the Security Phase for the Farm:
![Image 7](data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==)
Then we have to mention the farm account name, refer to my first article.
Service Account name: spadmin
Rights: Local Admin All Servers (DB, WFE, APP)
SQL DB Rights: SQL DB Creator and Security Admin Rights
Domain Privileges: Service User
Description: Use for set up and Configuration
![Image 8](data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==)
Since we are not using any custom alias, remove the tick and mention the database server name and the prefix for SharePoint databases.
![Image 9](data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==)
Central Administration will be provisioned on the APP server, thus I selected it and removed the SSL because we will be running behind the WAF:
![Image 10](data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==)
Then specify the other accounts which we have created before as below:
Service Account name: spfarm
Domain Privileges: Service User
Service Account name: spservices
Domain Privileges: Service User
Service Account name: spsearch
Domain Privileges: Service User
Service Account name: spprofile
Domain Privileges: Need Replicating Directory Changes
![Image 11](data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==)
Then navigate to services section and select web application to deploy in WFE server.
![Image 12](data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==)
Then configure the email, setting, you can use the existing Email server.
![Image 13](data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==)
All other sections are optional to configure.
Go to the Review & Download section to copy the configuration file.
![Image 14](data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==)
Copy and paste the XML file to AutoSPInstallerInput file.
![Image 15](data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==)
Now you are done with the configuration.
Just go to Automation Folder:
![Image 16](data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==)
and Launch to install the SharePoint.
![Image 17](data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==)
and do the same installation in SPApp
server as well.