-
Notifications
You must be signed in to change notification settings - Fork 985
Open
Labels
Description
Problem you are trying to solve
My C:/ disk is relatively small, I would like to keep its space for Windows and minimize pollution by other programs
Is it possible to make installer (provide an option to) call Windows interaction (like BrowseForFolder/IFileOpenDialog I don't know which one is the one) to change where it's going to install Rust?
Solution you'd like
Make install_path part of installation options (default value can still taken from EnvVar, if you really want to)
Choosing to change it calls Windows interaction
Notes
Rustup is the recommended way to install Rust. All newbies are arriving at your install screen.
Forcing newcomers to deal with EnvVars just to change install location seems... cruel
imho, but GUI installer by default (like in Python) is overdue :/