-
Notifications
You must be signed in to change notification settings - Fork 174
Open
Labels
type::bugdescribes erroneous operation, use severity::* to classify the typedescribes erroneous operation, use severity::* to classify the type
Description
Checklist
- I added a descriptive title
- I searched open reports and couldn't find a duplicate
What happened?
I have a problem when using the uninstaller with PowerShell. My installation folder is located in C:\Program Files
.
When I run the uninstallation with
Start-Process -FilePath "C:\Program Files\Miniconda3\Uninstall-Miniconda3.exe" -ArgumentList "/S" -NoNewWindow -Wait
a file named Program
is created at the root of my C
drive. This file is non-empty and contains (in french) :
'""C:\Program' n'est pas reconnu en tant que commande interne
ou externe, un programme ex‚cutable ou un fichier de commandes.
I have tried the options listed in the documentation here: https://conda.github.io/constructor/cli-options/#windows-installers, using the /D option where they mention space in path (if I understand correctly?), but I still get the same result.
Additional Context
No response
Metadata
Metadata
Assignees
Labels
type::bugdescribes erroneous operation, use severity::* to classify the typedescribes erroneous operation, use severity::* to classify the type