In order to assist Enterprise Administrators deploy Lark, we provide Microsoft Installer (MSI) package. When deployed, Lark will be automatically launched upon user login.
What to consider before installation
- •Compatibility: Windows 7 or later (for both 32-bit and 64-bit systems).
- •The deployment requires administrator privileges.
- •When deployed, Lark will be installed on the first user login and automatically started on every login.
- •Uninstalling MSI won't remove Lark from user accounts. Once uninstalled, Lark won't be automatically installed upon login.
Custom parameters
- •DEPLOY_DIR
By setting the parameter
DEPLOY_DIR="Your Install Directory"
, you'll install Lark to your specified path. (You need to authorize other users to read and write). e.g. msiexec /i Lark-xxxx.msi DEPLOY_DIR="D:\Lark"
- •Use msiexec to create an installation log file
By setting the parameter
/l*V "Your Log Directory"
, you can record the detailed log file for troubleshooting purposes. (Log directory must pre-exist.) e.g. msiexec /i Lark-xxxx.msi /l*V "C:\LarkDeploymentTool.log"
Download
- •MD5 HASH: 77cb9b24758a90f9c3f43ce1a57a3311
Upgrade Lark
As Lark releases new features and fixes, we'll keep the MSI file updated in time. Through the upgraded MSI packages, IT Administrators can deploy the latest version of Lark for multiple users. Meanwhile, they can also recommend team members to manually download updates to stay up to date with new releases.
💡 You may also want to know: