-
Notifications
You must be signed in to change notification settings - Fork 892
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
Put an item into the Add / Remove Programs directory #1618
Comments
Not to disregard the issue, but doesn't |
Only if you know how to use a CLI. You don't need to use a CLI to get it installed (alright; technically you get a console window when you install it, but you don't actually need to know how to open a command line since it'll just open it when you double-click the installer). |
A registry key must be added under Because people would run the uninstaller from a GUI, it would be best to have a graphical version of If anyone wants to tackle this, I am available to answer any questions regarding implementation. |
I'd like to try my hand at this, if no-one else has volunteered. I can take a closer look and try to dig into the documentation and code next week. |
You're welcome to try and sort this, thank you :D If you want to discuss things, please pop onto the Discord server and talk to us in |
Found more up to date documentation on the registry keys involved: https://docs.microsoft.com/en-us/windows/win32/msi/uninstall-registry-key |
Rust has a minimum host requirement of Windows 7 (it can target farther back than that), so that is as far back as you'd have to test anything. |
Rustup is clearly uninterested in running on anything which rustc cannot run on; so Windows 7 is the oldest we care about from this perspective. |
Sounds good, I look forward to your patch. |
I eventually got some time to try to implement this, but I realize I'm not sure where to put that code. I think in |
It doesn't seem right that people should be stuck not knowing how to uninstall rustup. If you really want to make someone feel like they don't have control of their computer, make it so that when they fail to get started with Rust, they don't even know how to put things back the way they were.
It should be possible to integrate rustup with the Windows software manager.
The text was updated successfully, but these errors were encountered: