Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

InstallAgent will not upgrade agent if there are corrupt UninstallKey entries #37

Closed
AngryProgrammerInside opened this issue May 26, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@AngryProgrammerInside
Copy link
Owner

In cases where there is a bad registry value or more than one UninstallKey value the the InstallAgent will be unable to properly remove the currently installed agent.

The default behavior of InstallAgent is if the MSI removal fails, it will exit the code with the fail.

There are several options available:

  • Reuse the previous AgentCleanup4.exe
  • Code up forced removal of the previous agent

Given the further possible issues that could be added by a forced removal, it should initially be an optional flag in the partner config.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant