Survey Solutions installer may be launched with command line parameters.
| Parameter | Meaning | Example | Default |
|---|---|---|---|
| Siteport | port number on which the site shall be installed in IIS | 8080 | 9700 |
| Connserver | part of the DB connection string identifying the address of the database server | data.warehouse.com | 127.0.0.1 |
| Connport | part of the DB connection string identifying the port of the database server | 443 | 5432 |
| Connusername | user name for connection to the DB | johnsmith | postgres |
| Connpassword | password for connection to the DB | MyPassword911 | |
| Installfolder | full installation path where the Survey Solutions server should be installed | C:\World Bank\Survey Solutions | C:\Survey Solutions |
Example:
Install to directory D:\SuSo\ silently and bind Survey Solutions site to port 8080 in IIS:
SurveySolutions.exe /s Installfolder=D:\SuSo Siteport=8080