-
Notifications
You must be signed in to change notification settings - Fork 13.4k
The .msi installer freezes if you try to overwrite an existing Rust installation #26758
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
Comments
I'm having the opposite problem in #26765. In a non-default folder, the .msi installer just naively adds the library files to the current install, confusing |
Nominating because this is pretty bad. |
triage: P-medium Would love to fix, but doesn't seem super high priority right now. |
I just installed the 1.9 nightly. The installer still froze, but only for about 30 seconds instead of forever. |
cc @vadimcn |
The broken update hasn't been reported since 1.1, almost two years ago. Does this still need a fix? |
Triage: Closing since no one said this still needs to be fixed, and the problem was reported on a now ancient version. |
I can't belive this issue wasn't reported. Many people on IRC had this problem at the release of 1.1.
If you have the version 1.0 of Rust installed for example in
C:\Program Files\Rust
, then try to install version 1.1 to the same location, the installer will freeze forever and you have to kill it.The problem disappears if you uninstall the previous version first.
The text was updated successfully, but these errors were encountered: