chirag_sharma2
Frequent contributor
- Mark as New
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Oct 27, 2020
06:07 AM
Flexera Agent Leftovers After Uninstallation
Why Flexera agent is not capable of Uninstalling RegKeys and Folders. Is there a different uninstaller available to deal with it?
2 Replies

Flexera
- Mark as New
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Oct 30, 2020
12:32 PM
Re: Flexera Agent Leftovers After Uninstallation
Windows Installer treats files created or modified after the product is installed as user data and will not delete them. In regards to the registry keys, please uncomment DESTRUCTIVEUNINSTALL = 1 in the bootstrap file used to install the agent. A copy of the bootstrap file is stored in the installation directory (C:\Program Files (x86)\ManageSoft\mgssetup.ini) and the value of DESTRUCTIVEUNINSTALL is read at uninstall time.
chirag_sharma2
Frequent contributor
- Mark as New
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Nov 02, 2020
06:48 AM
Re: Flexera Agent Leftovers After Uninstallation
Thanks @tjohnson1
I will try that part. Thanks for sharing your knowledge.