Silent Installation Parameters
The following tables list 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. View the examples in the tables.
Optional Parameters
Use any of the following parameters as needed.
Parameter Name |
Purpose |
Example |
---|---|---|
NoReboot |
Disables restarting the machine during the installation.
|
/NoReboot |
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 |
InstallFolder |
Specifies the path to the desired custom location where GENESIS will be installed.
|
/InstallFolder=D:\CustomFolder |
Required Parameters
Select one of the following parameters to specify the components that you want to install. If you do not include any of the parameters in your command, it installs the full GENESIS setup.
You can use the Workloads and the Components parameters together to add more components to the selected workload.
Parameter Name |
Purpose |
Example |
---|---|---|
Workloads |
Determines the desired type of installation:
|
/Workload=Server
|
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 what the content of a configuration file looks like. [Components] License v11.0=1 |