Custom installation folder

HI!
Do you guys plan to add option for selecting custom installation folder?
That is what keeps me form installing brave.
I dont really understand why it is forced to install onto the main drive…

I think the votes do not really represent the number of users (and potential users) who want this option. As i see it is a long runner story, without any solution… Strange.

Some contents in C drive bypass admin perms. If Brave were installed in some other drive, you would have the system ask you to give Brave “admin access” every time you opened it, since it looks at system resources.
However this should be an option, especially for people like me who has barely any space in C drive
image

1 Like

If Brave were installed in some other drive, you would have the system ask you to give Brave “admin access” every time you opened it, since it looks at system resources.

Yeah that is a thing since windows exists. Still I dont really understand why software installers deevolve with time. I think it is a pretty basic request to be able to select a custom installation folder. I mean why do I even have to request it? Every software can be installed into a custom folder, what is this new trend not allowing the user to choose an install dir? It is a huge nonsense and a huge no-go for me. I ignore anything like this. And I know a bunch of other people with the same way of thinking. Brave loses potential users by sticking with this incorrect behavior.

The default installation folder can be on “C”, I dont care, but give an option to change that. For example like firefox, with its official custom installation exe.

1 Like

What is the point?
First, what uses disk space is not the Browser, but the User Data, there is already a CommandLine Switch: --user-data-dir= to accomplish what you want, which is to start Brave and use another location for the user data.

But anyway, Brave uses the OMAHA updater, which is open source alternative to what Chrome uses, and probably what Edge uses as well.

OMAHA update can only update in two locations, Program files when you install with admin rights and %localuserdata% when you install without admin rights, but the user Data never changes, it always goes to where it goes.

Brave by not having a custom installer, they have the way to use Policies and all that which is good for enterprise, unlike other Browsers.

So, in that case, what you have to move is the User Data.

Brave in their Github page already offers a zipped version of the Browser which doesn’t have the updater, which means you can place it anywhere you want, and then you can create a BAT file or Shortcut and use whatever directory you want for the User Data.

You can use --user-data-dir="User Data" and the folder will be placed wherever the Brave.exe you are starting is.

If you want to keep the ‘updater’ but move the files, then you should use Junctions or Symbolic Links, which is exactly what Windows users all over Windows, so using them will not cause issues.

The best way to use it is by installing Brave without admin rights, so everything Application, Updater and User Data will be placed in the same folder, in %localappdata%\BraveSoftware

Then you use move it somewhere else and create the junction or symbolic link to it in the same place so Updater and everything works as expected.

It is the way Chromium works, this has to be something Chromium offers easier without using the --user-data-dir=.
Other Browsers like Vivaldi or Opera which offer custom installers, and they even offer standalone versions, they are not doing anything differently, they are using the same Commandline switch to place their user data in the folder where you ‘install’ their standalone version. They just do everything automatically, but doesn’t mean users can’t do it.

1 Like

Thank you so much for the info