Passing Parameters as Arguments
Here is how to perform a Silent Install using msiexec to pass parameters as arguments.
Prerequisites
Make sure to use the
.msiinstaller files to run themsiexeccommands. For example, for Thinfinity® Workspace the installer would be:[installer_file.msi].Make sure to run your command prompt with administrator privileges.
Installing Thinfinity Workspace via Silent Installation Method
To install a .msi file silently, the required argument is /q or /quiet which allows the installation to run silently, without displaying the user interface.
msiexec /i [installer_file.msi] /qAdditionally, you can use the /log argument followed by a file name to generate a log of the installation process. For example:
msiexec /i [installer_file.msi] /q /log myLog.logTo set the role of the installed server, use the CMDLINE="/SetInstanceRole:X" parameter as shown in the following paragraphs.
Thinfinity Desktop Client also supports silent installation. Use the following command line to initiate the installation:
The WORKSPACEURL parameter is optional and can also be configured post-installation once the Desktop Client has been set up.
Post-Installation Configuration Procedures
Following the completion of the installation process, the node’s assigned role can be also be configured or adjusted using the Configuration Manager utility:
Launch the Configuration Manager application.
Navigate to the Services tab.
Select and assign the appropriate role from the available options.
Do not forget to click Apply to save the changes.
Last updated
Was this helpful?