-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Labels
[outdated] type: bugConfirmed bugs or reports that are very likely to be bugsConfirmed bugs or reports that are very likely to be bugsdev: build-system
Description
As of now, the installer adds an entry in the registry pointing to the JabRef executable:
Line 578 in 1d8b3aa
| <string>SOFTWARE\Mozilla\NativeMessagingHosts\org.jabref.jabref</string> |
Usually, this key is placed under HKEY_LOCAL_MACHINE.
Lines 580 to 585 in 1d8b3aa
| <void property="registryRoot"> | |
| <object class="java.lang.Enum" method="valueOf"> | |
| <class>com.install4j.api.windows.RegistryRoot</class> | |
| <string>HKEY_LOCAL_MACHINE</string> | |
| </object> | |
| </void> |
However, if the user does not have admin rights, it should instead be placed under
HKEY_CURRENT_USER.Metadata
Metadata
Assignees
Labels
[outdated] type: bugConfirmed bugs or reports that are very likely to be bugsConfirmed bugs or reports that are very likely to be bugsdev: build-system
Type
Projects
Status
Done