C
C#9mo ago
bubu

❔ help install visual studios on disk D: instead of C:

so im trying to install visual studio but when i run the visual studio it starts to download the visual studio installer on my C: disk instead of my D: one can anyone help
23 Replies
Buddy
Buddy9mo ago
Visual Studio installer can't be changed, it's how you install VS and modify it's modules Visual Studio Installer isn't Visual Studio itself, it's basically the setup to install VS.
bubu
bubu9mo ago
let me explain better
Buddy
Buddy9mo ago
To change the location, you can press 'Change' at the bottom.
Buddy
Buddy9mo ago
You have to uninstall Visual Studio to change it after that.
You can select a different location only when you first install Visual Studio. If you've already installed it and want to change the location, you must uninstall Visual Studio and then reinstall it.
https://learn.microsoft.com/en-us/visualstudio/install/change-installation-locations?view=vs-2022
bubu
bubu9mo ago
im a little slow but if i understand right if i change it to my D: disk and then redownload it will it instal into my D: disk
Buddy
Buddy9mo ago
If you have installed Visual Studio already, then you must uninstall Visual Studio to change the location. If not, then you can just press 'change' to change the location then download visual studio after that If you are in the process of installing visual studio and want to change your mind, I believe you must uninstall it as well to change the location.
bubu
bubu9mo ago
so when i have thse things and i want to change it to my D: disk
bubu
bubu9mo ago
what do i change it to
bubu
bubu9mo ago
and if i try to move the files from my C: to my D: it only lets me copy not move
bubu
bubu9mo ago
how do i change this one
Buddy
Buddy9mo ago
You can't, as stated in the link I posted above.
bubu
bubu9mo ago
so its gonna download partially on my C: disk no matter what?
Buddy
Buddy9mo ago
Yes.
bubu
bubu9mo ago
😡
Buddy
Buddy9mo ago
If you want to free up space, you can use this https://www.jam-software.com/treesize_free
TreeSize Free | JAM Software
TreeSize Free is a free disk space manager for Windows. The software shows you the sizes of folders including all subfolders.
Buddy
Buddy9mo ago
Note that it's all manual, it just shows you what takes the most space.
bubu
bubu9mo ago
nothing is saving my C: disk this notebook too old
bubu
bubu9mo ago
Buddy
Buddy9mo ago
Buddy
Buddy9mo ago
Why did you choose to keep download cache?
bubu
bubu9mo ago
to be 100% with you i dont know what the fuck that shit mean so i just left it
Buddy
Buddy9mo ago
It means everything that has been downloaded (cache) will be kept if you want to uninstall then install it again. That way it doesn't have to download the files again, so it can just directly install them immediately.
Accord
Accord9mo ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.
Want results from more Discord servers?
Add your server
More Posts
❔ Unit testing xUnit, NSubstitute and FluentAssertion.Hello to everybody, do you know any good blog or some resource which describe unit testing principle❔ sending files through a discord webhookis that possible? in a console app btwCustom class is not able to be used with generic type THello everyone I am just programming and run into a problem. I wrote a custom class: ```namespace DM❔ SOLVER Ordering messages based on the receiver or sender last messageI have this piece of code ``` public async Task<List<UserLimitedDto>> GetUsersThatHaveMessag✅ (Solved) (Dapper) how to make a single query with one-to-many objects?``` connection.QueryAsync<Request, Patient, Registrant, Request>``` i don't think `QuerySingleAsync`✅ WPF app keeps launching Console WindowHey all, new here, I believe this is the correct forum to ask this. Anyways, I am building a wpf app❔ Suggest a good ASP.NET Core MVC Tutorial that can help me get Started.Hello, I finished with the fundamental C# with FreeCodeCamp and Microsoft on September 9, 2023. I wo❔ Cant merge the same audio file twice or more using WaveFileWriter.CreateWaveFile16();Hello, Im trying to merge the audio files using **NAudio**, but if they repeat it doesnt cout it. ✅ What is the best way to store basic C#?Hi, I'm testing my C# code and learning from it. For example deserializing and serializing JSON usin❔ Question about Layered StructureGuys do you think it is bad to expose Entities Layer both DAL and Services layer? And where should I