Skip to content
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

Fix problems with COM registration, esp. on Arm64 #67

Merged
merged 2 commits into from
Nov 24, 2023

Conversation

mherrmann
Copy link
Collaborator

@mherrmann mherrmann commented Nov 24, 2023

Windows often blocks BraveUpdateComRegisterShellArm64.exe, likely because it is new and contains the word "Update". This preventes COM registration and thus breaks on-demand updates. The fix in this PR is to supply a manifest to the binary.

Resolves #66.

The same unit tests fail for me as before.

Windows often blocks BraveUpdateComRegisterShellArm64.exe, likely
because it is new and contains the word "Update". This preventes COM
registration and thus breaks on-demand updates. The fix in this commit
is to supply a manifest to the binary.
@mherrmann mherrmann requested a review from simonhong November 24, 2023 07:33
@mherrmann mherrmann self-assigned this Nov 24, 2023
@mherrmann mherrmann merged commit 5c54631 into main Nov 24, 2023
3 checks passed
@mherrmann mherrmann deleted the fix-ondemand-updates-peruser-arm64 branch November 24, 2023 08:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Self-update on Arm64 in per-user install breaks on-demand updates
2 participants