Skip to content
English
  • There are no suggestions because the search field is empty.

Using the MSI installer for PC Windows clients

This article is written for: Zello Work Zello Friends & Family.

Installing MSI at different user interface levels

MSI packages can be installed using different user interface levels.  


msiexec /q /i ZelloWorkClient.msi /l* Install.log ZELLO_SERVER=" "

If the ZELLO_SERVER parameter is omitted, the installation will be successful; however, the app will run the configuration wizard (shown in step 9 below) at first launch to complete the installation.

msiexec /i ZelloWorkClient.msi /l* Install.log ZELLO_SERVER=" "
  1. Initially, the Welcome Screen is displayed.
  2. Click on Next to continue
  3. Type in the destination folder name
  4. If you didn't pass the ZELLO_SERVER parameter already, type in the network server address or the location of your On-premise Server. Network server addresses would have the format "networkname " while an On-premise Server would have an address such as "http://10.0.0.33"
  5. If you leave the field blank, the configuration wizard will display a second screen, again asking for the network server address or the On-premise Server address
  6. Type in the appropriate address and finish the wizard to return back to MSI installation
  7. The Finish screen will display after the installation has completed successfully.