Navigation menu

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
msiexec /qb /i "Outlook-Addin-VERSION.msi" BASEURL=https://www.domain.com/cloud LICENSE="this is a license" PROXY="http://proxy.internal:8080" PROXYUSER="companyuser" PROXYPASS="pass" USER="login-username"

 

  • BASEURL="..." Set the Base URL to connect to the cloud server
  • LICENSE="..." Set the license String.
  • PROXY="[None|System|...]"
    • System(default): Use system proxy
    • None: Force No Proxy
    • url: url of a custom proxy
  • PROXYUSER="" user when using a proxy
  • PROXYPASS="" password when using a proxy
  • USER="" the login username