Silent Installation Parameters
The following table lists the parameters that you can include in the silent installation command.
Use a space and 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. 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 |
You can use the Workloads and the Components parameters together to add more components to the selected workload.
If you do not include any parameters in your command, the full GENESIS setup is installed.