You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run the uninstaller (MSI) the registry entries that were created during the installation are not removed. All of the registry entries in both locations:
Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\Folders One registry entry here for each installed file
Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall{GUID}
still exist after uninstalling.
Unclear if there are any other registry entries created, but these are the ones I've seen.
Describe the bug
When I run the uninstaller (MSI) the registry entries that were created during the installation are not removed. All of the registry entries in both locations:
One registry entry here for each installed file
still exist after uninstalling.
Unclear if there are any other registry entries created, but these are the ones I've seen.
Steps to reproduce
Expected behavior
Registry entries created by the MSI installer are removed after uninstallation.
Screenshots
No response
Environment
Logs
No response
Additional context
No response