Deploying Vim Connect with Customizable Installation via Command-Line

  1. Download the MSI file: https://vim.health/desktop_ecw
  2. In order to install the MSI via the command line, you will need to utilize these parameters:
    1) /qn →This flag ensures a silent, non-interactive installation process for the user.
    2) organiztion_key → Your organization key.
    3) RUN_ON_STARTUP → Whether the agent will run after a computer restart.
    Note: this must be set to “true” unless eCW is published via Citrix, in which case it
    should be set to “false”.

    4) /L*V → This will generate an installation log for troubleshooting purposes. You can change the path to whatever you want.
    Note: Setting the parameters correctly is crucial for a successful installation. Parameters can only be changed by uninstalling the agent and reinstalling it from scratch. 
    Example usage:
    msiexec /i vim-connect-ecw-1.2.48.msi /qn PRODUCT_KEY=organization_key
    RUN_ON_STARTUP="true" /L*V "C:\vim-connect-msi-install.log"
  3. In order to run the script, open CMD as an administrator and navigate to the folder containing the MSI.
  4. Paste the command and press enter.
  5. After the client finishes installing, you will see the Vim logo among the tray icons.