Installer Timing Out On Win10 Install + Installs in User App Directory

Brave wouldn’t update to the current version from 134.1.76.80. I uninstalled Brave, rebooted, deleted any directories under BraveSoftware and downloaded the installer BraveBrowserSetup.exe from the main Brave page.

However after running the installer, it opens another Window, starts downloading then freezes about halfway. Then restarts, gets to a similar point and freezes again. Then finally fails after a few restart attempts.

While I can get Brave installed via the Windows store, standalone and CTT’s update script using Winglet they don’t allow to set an install directory and resort to installing by default in the user App directories instead of C:/Program Files.

The only way I found to get Brave working and in the correct directory was to download brave-v1.76.81-win32-x64.zip and manually move it to C:/Program Files and manually create shortcuts.

Basically, the installer isn’t working as expected

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 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 [batch 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=.



You might verify the installation

Brave Browser installation location on Windows OS

Application “brave.exe”

64 architecture

C:\Program Files\BraveSoftware\Brave-Browser\Application\brave.exe

The initial Brave Browser Profile is, by default, named “Profile 1” (unless you change that namebrave://settings/getStarted).

The folder that contains the initial Brave Browser Profile, is the Default folder (a name that you must not change):

C:\Users[UserName]\AppData\Local\BraveSoftware\Brave-Browser\User Data\Default\

That path may also be written:

%LOCALAPPDATA%\BraveSoftware\Brave-Browser\User Data\Default\

%USERPROFILE%\AppData\Local\BraveSoftware\Brave-Browser\User Data\Default\


If you create 1 additional Profile (aka “Profile 2”), it will be stored in folder Profile 1:

C:\Users[UserName]\AppData\Local\BraveSoftware\Brave-Browser\User Data\Profile 1\

If you create a 2nd additional Profile (aka “Profile 3”), it will be stored in folder Profile 2:

C:\Users[UserName]\AppData\Local\BraveSoftware\Brave-Browser\User Data\Profile 2\


IMPORTANT - Replacing Profile folders

When replacing Brave Browser Profile folders:

Folder named Default (including its contents) can only replace its likeness: the folder named Default.

Folder named Profile 1 (including its contents) can only replace its likeness: the folder named Profile 1.

Folder named Profile 2 (including its contents) can only replace its likeness: the folder named Profile 2.


IMPORTANT - Brave Browser Preferences

Some Brave Browser Preferences are stored in the Preferences file:

%LOCALAPPDATA%\BraveSoftware\Brave-Browser\User Data\Default\Preferences

The contents of that Preferences file, are not exactly the contents of, brave://prefs-internals/.

Some Brave Browser Preferences are stored in the Local State file:

%LOCALAPPDATA%\BraveSoftware\Brave-Browser\User Data\Default\Local State


Bookmarks and Bookmarks.bak files:

%LOCALAPPDATA%\BraveSoftware\Brave-Browser\User Data\Default\Bookmarks
%LOCALAPPDATA%\BraveSoftware\Brave-Browser\User Data\Default\Bookmarks.bak

Cache (folder):

%LOCALAPPDATA%\BraveSoftware\Brave-Browser\User Data\Default\Cache\

Cookies (file):

%LOCALAPPDATA%\BraveSoftware\Brave-Browser\User Data\Default\Cookies

History (file - usually lots of data):

%LOCALAPPDATA%\BraveSoftware\Brave-Browser\User Data\Default\History

Crash Reports:

%LOCALAPPDATA%\BraveSoftware\CrashReports\


Brave Browser stable release version installers are available at:

https://github.com/brave/brave-browser/blob/master/CHANGELOG_DESKTOP.md

Windows OS architecture:

https://pureinfotech.com/check-if-processor-arm64-x64-64bit-windows-11/

How to check if Windows 32 or 64 bit?


I would routinely back up the “BraveSoftware” folder; but you might routinely back up the “Brave-Browser” folder or the “User Data” folder

Windows OS:

  • C:\Users\username\AppData\Local\BraveSoftware\Brave-Browser\User Data\

Thanks for the info. I’ll look in to the admin/non admin rights with future installs in Windows. Currently I think I just downloaded a standalone version and unpacked it to Program Files. Seems to be a lot more of a headache using it on Windows than Linux these days.

So I gather the auto updater’s probably having issues accessing
C:\Program Files then?

I would visit:

https://github.com/brave/brave-browser/issues/38609#issuecomment-2195847971

Scroll down to, and study the Permissions settings steps proposed by bsclifton (Brian Clifton, VP of Brave Software):

That screenshot will serve as a guide, in order to get you to the specific area of the webpage . . . and then, there are several steps more than what are in that screenshot.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.