Repositories (1)
vFenseAgent-Windows
1 snippets stored for this repo
private Dictionary<string, string> ParseUninstallKeys()
{
// This logic is only reliable for packages/applications that install system wide "UninstallString" keys in the
// Windows registry (aka "the pit of horse shit").
// Registry Keys used to uninstall apps. First is default; Second is for 32bit apps on 64bit Windows.
var uninstallKeys = new List<string>();