Installation via command line
This feature allows Snow Inventory Server to be installed via command line.
Usage: SnowInventoryServerSetup.exe [options]
Option | Description |
---|---|
/s | Perform silent install. |
/l=<file> | Log to a specified file. |
/? | Display help text. |
InstallPath=<path> | Set the path to install in. |
InstallType=[Master|Gateway] | Define whether the installation is for a Master Server or a Service Gateway. Default: Master |
Examples
Line | Result |
---|---|
SnowInventoryServerSetup.exe /s | Installs Snow Inventory Server as a Master Server, silently. |
SnowInventoryServerSetup.exe /s InstallType=Gateway | Installs Snow Inventory Server as a Service Gateway, silently. |