mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[GH-ISSUE #397] Inno Setup missing error message #313
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#313
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 @MichaelMcDonnell on GitHub (Aug 16, 2019).
Original GitHub issue: https://github.com/debauchee/barrier/issues/397
Operating Systems
Server: Windows 10 Version 1803 (OS build 17134.950)
Client: Windows 10 Version 1803 (OS build 17134.950)
Barrier Version
2.3.1-snapshot
Latest commit
58d8f02Steps to reproduce bug
Building 64-bit Windows installer... The system cannot find the path specified. Build failedThe message does not say what when wrong or how to fix the problem.
Other info
The build_installer.bat tries to use the Inno Setup without first checking if it is installed. It could first check if Inno Setup is installed and if that is not the case say something like:
Building 64-bit Windows installer... Could not find Inno Setup. Please install Inno Setup 5 from http://files.jrsoftware.org/is/5/innosetup-5.5.9.exe Build failed