> Source: [sk179668](https://support.checkpoint.com/results/sk/sk179668)

# sk179668 - Installing Harmony Endpoint with MSI through CLI

| Property | Value |
|----------|-------|
| Solution ID | sk179668 |
| Date Created | 2022-07-11 |
| Last Modified | 2026-01-28 |
| Technical Level | General |
| Products | Endpoint Security |
| Versions | E89.X, E88.X |

## Solution

Procedure
=========

To install the Harmony Endpoint client using MSI through a command line interface, run this command locally as administrator on the computer:

**Note:**Do not install from a shared location. Move the installation file to the machine and run locally.
`msiexec.exe /i <path to msi>\EPS.msi `  

For example:   
`msiexec.exe /i C:\users\admin\EPS.msi`  

Troubleshooting
---------------

Run `msiexec.exe /i EPS.msi /l*v <logname>`. For example, `msiexec.exe /i EPS.msi /l*v EPSinstallation.txt` and share the log file with Check Point Support.

Supported Flags
---------------

|-------------|-------------------|-----------------------------------------------------------------|
| **Options** | **Flag**          | **Description**                                                 |
| Display     | `/quiet` or `/qn` | Quiet mode, no user interaction                                 |
| Display     | `/qb`             | Basic UI - progress bar only                                    |
| Display     | `/qb!`            | Basic UI without the Cancel button                              |
| Display     | /qf               | Full UI (default)                                               |
| Restart     | `/norestart`      | Do not restart after the installation is complete               |
| Restart     | /promptrestart    | Prompts the user for restart if necessary                       |
| Restart     | /forcerestart     | Always restart the computer after installation                  |
| Logging     | `/l*v <Log File>` | Log all information except debugging information                |
| Logging     | /l*v! <Log File>  | Flush each line to the log                                      |
| Logging     | Default: log      | File named "MSI\<random\>.LOG" will be created in %temp% folder |

<br />

Useful Public Properties
------------------------

|------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| **Public Property**                      | **Description**                                                                                                                                                                                                                            |
| `UNINST_PASSWORD="<uninstall password>"` | Self-protection password. Provide this property to avoid displaying the Password Dialog. (Required if performing an upgrade or uninstall in silent mode)                                                                                   |
| `AM_OVERRIDE=1`                          | Required to allow switch from DHS-compliant to non-DHS-compliant versions.                                                                                                                                                                 |
| `ISATM=1`                                | No tray icon mode for ATMs. This mode will be preserved for all consequent installations until complete uninstall.                                                                                                                         |
| `LCID=1033`                              | Override default system language ID and show UI in this language, if exists `REMOVEPRODUCTS` and `RPCONFIG`. For more information, see the Harmony Endpoint Administration Guide.                                                          |
| `TS=1`                                   | Terminal Server mode. Only needed for clients older than E88.61.                                                                                                                                                                           |
| `IGNORE_REG_SIZE_LIMIT=1`                | Ignore limited registry size (not recommended).                                                                                                                                                                                            |
| `FORCETLS12=1`                           | Force using Transport Layer Security (TLS) 1.2 protocol.                                                                                                                                                                                   |
| `ALLOWDEFENDER=1`                        | From E87.30. Do not block installation on Windows Server if Microsoft Defender Antivirus is installed (see [sk159373](https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&solutionid=sk159373)) |
| `AUTH_TOKEN=[AuthToken]`                 | Token-limited installation protects against sending unauthorized copies of exported packages and installation of packages on computers which do not belong to the organization that created the packages.                                  |

---

# Agent Instructions

This content is from the Check Point Support Center (https://support.checkpoint.com), the official knowledge base for Check Point cybersecurity products.

## Navigating This Knowledge Base

- **Complete index**: [llms.txt](https://support.checkpoint.com/llms.txt)
- **All SK articles**: [SecureKnowledge Sitemap](https://support.checkpoint.com/sitemaps/secureknowledge-sitemap-index.xml)
- **SK article URL pattern**: `https://support.checkpoint.com/results/sk/{skId}`
- **Markdown responses**: AI bot User-Agents automatically receive `text/markdown` content
