-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Internet links with protocoltype mumble:// not working #5473
Comments
We probably have to explicitly register ourselves as handler for that protocol when running the installer |
Version 1.3.4 did the correct Registry entry the current versions seems to miss out on that one. here is the export of the registry which is needed to make this functional again (default installation):
|
Looks like the installer used to be configured to register it here: Lines 106 to 109 in e799cc3
That file was removed by 88e1786. It seems like WixSharp should have some kind of analogue for the registry value addition. |
Yes, the installer has been completely rewritten in WixSharp and I am sure there is a way to set this association within WixSharp as well - we simply forgot to do it. |
…tall In the installer refactor (88e1786) these registry keys were removed, so new installs did not register a URL protocol and users weren't able to use `mumble://` links. This is a direct translation of `Files.wxs` to equivalent WixSharp code. Closes mumble-voip#5473
…tall In the installer refactor (88e1786) these registry keys were removed, so new installs did not register a URL protocol and users weren't able to use `mumble://` links. This is a direct translation of `Files.wxs` to equivalent WixSharp code. Closes mumble-voip#5473
…tall In the installer refactor (88e1786) these registry keys were removed, so new installs did not register a URL protocol and users weren't able to use `mumble://` links. This is a direct translation of `Files.wxs` to equivalent WixSharp code. Closes mumble-voip#5473
…tall In the installer refactor (88e1786) these registry keys were removed, so new installs did not register a URL protocol and users weren't able to use `mumble://` links. This is a direct translation of `Files.wxs` to equivalent WixSharp code. Closes mumble-voip#5473
…tall In the installer refactor (88e1786) these registry keys were removed, so new installs did not register a URL protocol and users weren't able to use `mumble://` links. This is a translation of the registry values from `Files.wxs` to equivalent WixSharp code. Closes mumble-voip#5473
…tall In the installer refactor (88e1786) these registry keys were removed, so new installs did not register a URL protocol and users weren't able to use `mumble://` links. This is a translation of the registry values from `Files.wxs` to equivalent WixSharp code. Closes mumble-voip#5473
Description
After installation of Mumble on Windows the Internetshortcuts with mumble://my.url.to are not working
Steps to reproduce
Mumble version
No response
Mumble component
Client
OS
Windows
Reproducible?
Yes
Additional information
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: