mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[GH-ISSUE #1721] Update error Access Denied due to service not being stopped on Windows #1273
Labels
No labels
HiDPI
bounty
bsd/freebsd
bsd/openbsd
bug
bug
build-infra
cantfix
critical
doc
duplicate
enhancement
fix-available
from git
from release
good first issue
help wanted
installer/package
invalid
linux
macOS
meta
needs testing
pull-request
query
question
regression
regression
v2.4.0
windows
wontfix
work-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/barrier#1273
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jmartens on GitHub (Jul 20, 2022).
Original GitHub issue: https://github.com/debauchee/barrier/issues/1721
What happened?
The windows installer seems not to stop barrier service(s) causing access denied errors when trying to copy barrrierd.exe.
A pop was shown, stopped the service manually. Hit the retry button in the pop-up and installation continued and finished successful.
Version
v2.4.0
Git commit hash (if applicable)
No response
If applicable, where did you install Barrier from?
Using winget update --all:
What OSes are you seeing the problem on? (Check all that apply)
Windows
What OS versions are you using?
Relevant log output
From the install log:
Any other information
Suggestion: Stop service before installing and start service after successful installation (if it was started before installation)
@jmartens commented on GitHub (Jul 20, 2022):
Perhaps it could be just as simple as adding
CloseApplications=yes, perhaps even restart it usingRestartApplications=yes.