Getting ESENT Kerys are required to install this application
when you are trying to modify/change an agent installation?
This seems to be most common on Windows 2008 and i guess it’s because of the UAC and the fact that opening the Control Panel isn’t running in administrative mode.
To work around this you need to run the msiexec command on the correct installation GUID from an administrative command prompt.
Besides running through the registry to find the GUID, one of the easier ways is this:
- Open an administrative command prompt.
- run
wmic product
- Locate your product by its name, the GUID (looks a bit like this
{25097770-2B1F-49F6-AB9D-1C708B96262A}
) directly after that is the one you want. Copy it. - run
msiexec /i <PASTEYOURGUIDHERE>
- Modify the agent as pleased
That’s pretty much it. Good luck.