Deploy App Settings from Msiexec
Focus
Focus
GlobalProtect

Deploy App Settings from Msiexec

Table of Contents

Deploy App Settings from Msiexec

Deploy the GlobalProtect app and settings on Windows endpoints using Msiexec command for automatic installation and configuration.
On Windows endpoints, you have the option of automatically deploying the GlobalProtect app and the app settings from the Windows Installer (Msiexec) by using the following syntax:
msiexec.exe /i GlobalProtect.msi
<SETTING>
="
<value>
"
Msiexec is an executable program that installs or configures a product from the command line. On endpoints running Microsoft Windows XP or a later OS, the maximum string length that you can use at the command prompt is 8,191 characters.
Msiexec Example
Description
msiexec.exe /i GlobalProtect.msi /quiet PORTAL=”portal.acme.com”
Install GlobalProtect in quiet mode (no user interaction) and configure the portal address.
msiexec.exe /i GlobalProtect.msi CANCONTINUEIFPORTALCERTINVALID=”no”
Install GlobalProtect with the option to prevent users from connecting to the portal if the certificate is not valid.
For a complete list of settings and the corresponding default values, see Customizable App Settings.

Recommended For You