Silent install of Application Workspace Satellite Server

Syntax

msiexec /i Application-Workspace-Satellite.msi /qn

MSI installation properties

The following MSI installation properties are supported (all property names should be in upper case):

Property Description Values
CONTENTS_PATH Sets the path in the Contents section of the Satellite.json file. The path is used by the Liquit Content Store to store the contents. By default it is C:\ProgramData\Liquit Workspace\Satellite\Content
SERVICE_SYSTEM Use system account. 0 - FALSE
1- TRUE
SERVICE_USERNAME In case you provide a logon account, the username of that account.
SERVICE_PASSWORD In case you provide a logon account, the password of that account.
If you provide custom logon account credentials, make sure that this account has “Log on as a service” rights as described in Add the Log on as a service Right to an Account | Microsoft Learn.