| Description | This article describes how to uninstall the Reveal Agent from the Windows CLI. |
| Scope | FortiDLP. |
| Solution |
The Reveal Agent can be removed via msiexec using the /x flag and the corresponding ProductCode for the specific version installed. A list of recently published ProductCodes can be found in the following article: MSI ProductCodes.
For example, to remove the 11.3.3 x64 Reveal agent you should execute: msiexec /x "{75C6C17E-48B7-4063-BC4A-0DED6705A780}" /qn
Other flags such as /qn for silent execution can be applied as required. Further documentation can be found in the Microsoft Documentation
An alternate method for obtaining the ProductCode: The ProductCode for the currently installed version can also be obtained from Powershell with the following script, as the IdentifyingNumber is shown: $applications = @() DisplayName PSChildName----------- -----------Reveal Agent {82D47A13-22D0-4CC3-BB49-5E56F246564D} Generic
Agent Uninstallation Password configured. If the Agent configuration in place requires an agent uninstallation password to be provided, an additional CLI attribute of X should be provided with the command containing the uninstallation password. e.g.: msiexec /x "{75C6C17E-48B7-4063-BC4A-0DED6705A780}" /qn UNINSTALL_PASSWORD=password |
The Fortinet Security Fabric brings together the concepts of convergence and consolidation to provide comprehensive cybersecurity protection for all users, devices, and applications and across all network edges.
Copyright 2026 Fortinet, Inc. All Rights Reserved.