Hi, whenever I try to install Brave it opens its window and automatically install the browser on my C drive, which I don’t want because it has a very limited capacity, and I have not been able to find a way to install it on my other drive, because I don’t see any button or option in the lower right corner as mentioned in a similar post.
June 2023, anon57438784 wrote:
“Custom installation folder - #4 by anon57438784”
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 theUser 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 [batch file?] or
Shortcut
and use whatever directory you want for theUser Data
.You can use
--user-data-dir="User Data"
and the folder will be placed wherever theBrave.exe
you are starting is.If you want to keep the ‘updater’ but move the files, then you should use
Junctions
orSymbolic 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
andUser 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=
.