-
Notifications
You must be signed in to change notification settings - Fork 903
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
Auto Uninstaller should run every time #9
Comments
ferventcoder
changed the title
Auto Uninstaller Should run everytime
Auto Uninstaller should run every time
Jan 11, 2015
ferventcoder
added a commit
to ferventcoder/choco
that referenced
this issue
Jan 19, 2015
Move the code for autouninstaller to its own service and remove the stipulation that powershell needed to have NOT run for the autouninstaller to run.
ferventcoder
added a commit
to ferventcoder/choco
that referenced
this issue
Jan 19, 2015
Remove nesting and return early.
ferventcoder
added a commit
to ferventcoder/choco
that referenced
this issue
Jan 19, 2015
Return whether a registry value exists.
ferventcoder
added a commit
to ferventcoder/choco
that referenced
this issue
Jan 19, 2015
If the registry key AND the install location still exist, run autouninstaller. Otherwise, skip and log the details.
ferventcoder
added a commit
to ferventcoder/choco
that referenced
this issue
Jan 19, 2015
Remove uninstall executable from uninstall arguments before cleaning it up for use by command executor.
3 tasks
ferventcoder
added a commit
to ferventcoder/choco
that referenced
this issue
Jan 19, 2015
WIP - specs are having issues running in isolation
ferventcoder
added a commit
to ferventcoder/choco
that referenced
this issue
Jan 20, 2015
WIP - specs are having issues running in isolation
ferventcoder
added a commit
to ferventcoder/choco
that referenced
this issue
Jan 20, 2015
WIP - specs are having issues running in isolation
ferventcoder
added a commit
to ferventcoder/choco
that referenced
this issue
Jan 20, 2015
WIP - specs are having issues running in isolation
ferventcoder
added a commit
to ferventcoder/choco
that referenced
this issue
Jan 20, 2015
WIP - specs are having issues running in isolation
ferventcoder
added a commit
to ferventcoder/choco
that referenced
this issue
Jan 20, 2015
WIP - specs are having issues running in isolation
ferventcoder
added a commit
to ferventcoder/choco
that referenced
this issue
Jan 20, 2015
- Move CommandExecutor away from static methods for the most part. Implement ICommandExecutor and set it up with container binding. Set AutoUninstallerService to use ICommandExecutor instead of static method calls. - Fix null reference error in Registry ctor - Log why when auto uninstaller is not run
ferventcoder
added a commit
to ferventcoder/choco
that referenced
this issue
Jan 20, 2015
Ensure uninstaller uses the right switches on uninstall based on HasQuietUninstall true or false.
ferventcoder
added a commit
to ferventcoder/choco
that referenced
this issue
Jan 21, 2015
Move the code for autouninstaller to its own service and remove the stipulation that powershell needed to have NOT run for the autouninstaller to run.
ferventcoder
added a commit
to ferventcoder/choco
that referenced
this issue
Jan 21, 2015
Remove nesting and return early.
ferventcoder
added a commit
to ferventcoder/choco
that referenced
this issue
Jan 21, 2015
Return whether a registry value exists.
ferventcoder
added a commit
to ferventcoder/choco
that referenced
this issue
Jan 21, 2015
If the registry key AND the install location still exist, run autouninstaller. Otherwise, skip and log the details.
ferventcoder
added a commit
to ferventcoder/choco
that referenced
this issue
Jan 21, 2015
Remove uninstall executable from uninstall arguments before cleaning it up for use by command executor.
ferventcoder
added a commit
to ferventcoder/choco
that referenced
this issue
Jan 21, 2015
- Move CommandExecutor away from static methods for the most part. Implement ICommandExecutor and set it up with container binding. Set AutoUninstallerService to use ICommandExecutor instead of static method calls. - Fix null reference error in Registry ctor - Log why when auto uninstaller is not run
ferventcoder
added a commit
to ferventcoder/choco
that referenced
this issue
Jan 21, 2015
Ensure uninstaller uses the right switches on uninstall based on HasQuietUninstall true or false.
ferventcoder
added a commit
to ferventcoder/choco
that referenced
this issue
Jan 22, 2015
10 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Whether or not the powershell ran. Sometimes the cleanup performed by a chocolateyUninstall may not also include the uninstall of a file and sometimes it may not do it quite right.
The text was updated successfully, but these errors were encountered: