-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Support gcc-less installation on Windows #19604
Conversation
…de run:`<intaller>.exe /TYPE=compact /SILENT`. - Do not require admin privileges to install.
Thanks @vadimcn |
@vadimcn I ran this installer locally and noticed a few things:
|
Uh-huh, I never install Rust into "Program Files", so I didn't notice that problem. I guess I am gonna have to revert the "Do not require admin privileges to install" bit. Which is a pity, because that precludes non-admins from installing it. |
I'd actually love to keep the ability to not require admin privileges! Is there a way to default to a different folder which doesn't require admin privileges? |
- Support gcc-less installation on Windows. To do so in unattended mode run:`<intaller>.exe /TYPE=compact /SILENT`. - Do not require admin privileges to install. cc rust-lang#19519
…EASE) (e.g. C:\Rust-0.13.0-dev)
re-r+ ? |
@vadimcn hm I thought I included this in the rollup? Does the new commit mean that each installation of rust is placed in a new directory? |
Was it? Hmm, this PR is still open. Should I open a new one?
Not every time, but it'll include version number and release channel, like so: |
Rollup PRs only actually get closed if the HEAD is the same when its merged as when I merged it locally, so you may have pushed after I made the rollup (that's ok). It does mean that at least some portions of this PR are currently in master. I only worry because it's different than all our other platforms. I personally only want to overwrite the previous installation, but I know that people may differ! Perhaps an option could be provided? |
<intaller>.exe /TYPE=compact /SILENT
.cc #19519