Silent Installation Parameters
The following table lists the parameters that you can include in the silent installation command.
Use a space and, optionally, a slash (/) or a dash (–) before each parameter. If the parameter requires a value, enter it after the parameter name and the equal sign (=) with no spaces. Multiple values are separated by a comma (,). See the examples in the table.
Parameter Name |
Purpose |
Example |
---|---|---|
Lists the desired components, separated by a comma. View the list of GENESIS installation components for more information. |
/Components=Workbench,FrameWorX |
|
Enters the path to a configuration file (most commonly a .ini file) that lists the available components and indicates whether the component should be installed (=1) or not (=0).
View the list of GENESIS installation components for more information. |
This is an example of the content of a configuration file. [Components] License v11.0=1 |
|
InstallFolder |
Specifies the path to the desired custom location where GENESIS will be installed.
|
/InstallFolder=D:\CustomFolder |
Workloads |
Determines the desired type of installation:
|
/Workloads=Server
|
ExcludeComponents |
Lists the components that you want to remove from the selected type of installation (workload). |
/ExcludeComponents=AlarmCollector,AlarmServer |
SqlInstance |
Allows you to specify a custom name for the Microsoft SQL Server instance that is a part of the GENESIS installation. The default instance's name is SQLEXPRESS. |
-SQLINSTANCE=SQLEXPRESS2022 |
NoReboot |
Disables restarting the machine during the installation.
|
/NoReboot |
If you do not include any parameters in your command, the full default GENESIS setup is installed.