How to deploy Pulse via Microsoft Installer
Pulse supports multiple installation methods on Windows to support Enterprise teams.
1. The Pulse Setup executable installer is designed for users who have permissions to install applications on their computer. It has an auto update mechanism which allows users to get the latest version of the app.
2. Microsoft Installer (MSI) package allows IT administrators to use a variety of methods to install Pulse on multiple users or machines. The installer supports machine-wide and per user installation. The MSI based installer does not auto-update, and it is the responsibility of the IT administrator to apply updates.
A typical machine-wide installation script would be:
msiexec /i “Pulse+1.2.0.msi” ALLUSERS=1
To see and download all Pulse download packages, visit:
Pulse Application Downloads