Silent install of Liquit Workspace Server
  • 16 Oct 2023
  • 1 Minute to read
  • Dark
    Light
  • PDF

Silent install of Liquit Workspace Server

  • Dark
    Light
  • PDF

Article Summary

Syntax

msiexec /i Liquit-Workspace-Server.msi DATABASE_SERVER="SQL01.liquit.com" DATABASE_NAME="liquit" DATABASE_USERNAME="sa-liquit" DATABASE_PASSWORD="password1234" DATABASE_AUTHENTICATION="0" ZONE_VIRTUALHOST="demo.liquit.com" /qn

MSI installation properties

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

PropertyDescriptionValues
EULA_ACCEPTEDOptional. If set to 0- FALSE, the end-user will be prompted to accept the license agreement at first login to the Liquit web portal after installation.0 - FALSE
1- TRUE
SERVICE_PASSWORDIn case you provide a logon account, the password of that account.
SERVICE_STARTStart the Liquit Workspace Server after installation.0 - FALSE
1- TRUE
SERVICE_SYSTEMUse system account.0 - FALSE
1- TRUE
SERVICE_USERNAMEIn case you provide a logon account, the username of that account.
DATABASE_AUTHENTICATIONThe database connectivity information which will be used by the Liquit Workspace Server service.Windows Authentication=1
SQL Server Authentication=0
Azure Active Directory – Password=2
Azure Active Directory - Integrated=3
DATABASE_NAMEThe name of the database.
DATABASE_PASSWORDThe password of the user that is authorized to read from and write to the database.
DATABASE_SERVERThe name of the server where the database is located.
DATABASE_USERNAMEThe user that is authorized to read from and write to the database.
CONTENTS_PATHSets the path in the Contents section of the Server.json file. The path is used by the Liquit Content Store to store the contents.By default it is C:\ProgramData\Liquit Workspace\Server\Content.
ZONE_VIRTUALHOSTSets the primary zone's FQDN for your Liquit System. Only used for new installations.
Custom logon account

When a custom logon account has been provided, please ensure this account has the “Log on as a service” rights configured, as specified in the Microsoft documentation.

For more information regarding installation, see First server.


Was this article helpful?

What's Next