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
I searched open reports and couldn't find a duplicate
What happened?
The Windows uninstaller created by Constructor when creating a custom installer is not removing the Registry key for uninstalling. This results in the Miniconda application showing up in the MS Windows --> Control Panel --> Programs and Features panel. Each time that a new version of the Miniconda installer is installed/uninstalled, an additional shadow is left in the MS Windows Registry.
A manual cleanup of the Registry key entry is required Get-ChildItem HKLM:\Software\Microsoft\Windows\CurrentVersion\Uninstall\*conda* | Remove-Item -Force
Conda Info
No response
Conda Config
No response
Conda list
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered:
Checklist
What happened?
The Windows uninstaller created by Constructor when creating a custom installer is not removing the Registry key for uninstalling. This results in the Miniconda application showing up in the MS Windows --> Control Panel --> Programs and Features panel. Each time that a new version of the Miniconda installer is installed/uninstalled, an additional shadow is left in the MS Windows Registry.
a minimal spec portion from constructor.yaml:
A manual cleanup of the Registry key entry is required
Get-ChildItem HKLM:\Software\Microsoft\Windows\CurrentVersion\Uninstall\*conda* | Remove-Item -Force
Conda Info
No response
Conda Config
No response
Conda list
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: