aboutsummaryrefslogtreecommitdiffstats
path: root/resources/install/windows/SCRegistrySpec.wxi
diff options
context:
space:
mode:
Diffstat (limited to 'resources/install/windows/SCRegistrySpec.wxi')
-rw-r--r--resources/install/windows/SCRegistrySpec.wxi55
1 files changed, 53 insertions, 2 deletions
diff --git a/resources/install/windows/SCRegistrySpec.wxi b/resources/install/windows/SCRegistrySpec.wxi
index cf07c53..36069de 100644
--- a/resources/install/windows/SCRegistrySpec.wxi
+++ b/resources/install/windows/SCRegistrySpec.wxi
@@ -20,6 +20,31 @@
<Fragment>
<ComponentGroup Id="ComponentGroup_RegistryEntries">
+ <Component
+ Id="Component_UrlCapabilities"
+ Directory="TARGETDIR"
+ Guid="5798BE9D-AEA5-4DA8-992E-EEAD03D7E4CB"
+ Win64="no">
+ <RegistryKey Key="Software\Jitsi\Capabilities" Root="HKLM">
+ <RegistryValue Name="ApplicationDescription" Type="string" Value="Jitsi, the Open Source VoIP and Instant Messaging client." />
+ </RegistryKey>
+ <RegistryKey Key="Software\RegisteredApplications" Root="HKLM">
+ <RegistryValue Name="Jitsi" Type="string" Value="Software\Jitsi\Capabilities" />
+ </RegistryKey>
+ <RegistryKey Key="Software\Jitsi\Capabilities\UrlAssociations" Root="HKLM">
+ <RegistryValue Name="callto" Type="string" Value="Jitsi.Url" />
+ <RegistryValue Name="sip" Type="string" Value="Jitsi.Url" />
+ <RegistryValue Name="tel" Type="string" Value="Jitsi.Url" />
+ <RegistryValue Name="xmpp" Type="string" Value="Jitsi.Url" />
+ </RegistryKey>
+ <RegistryKey Key="Software\Classes\Jitsi.Url" Root="HKLM">
+ <RegistryValue
+ Key="shell\open\command"
+ KeyPath="yes"
+ Type="string"
+ Value='"[INSTALLDIR]@APP_LAUNCHER_NAME@.exe" "%1"' />
+ </RegistryKey>
+ </Component>
<Component
Id="Component_SipRegistryEntries"
@@ -93,7 +118,7 @@
</RegistryKey>
<RegistryKey
Key="SOFTWARE\IM Providers\@APP_NAME@"
- Root="HKLM" Action="createAndRemoveOnUninstall">
+ Root="HKLM">
<RegistryValue
Name="FriendlyName"
Type="string"
@@ -143,6 +168,32 @@
<?if $(var.Platform) = x64 ?>
<Component
+ Id="Component_UrlCapabilities64"
+ Directory="TARGETDIR"
+ Guid="3de76b6b-90b9-403d-82ac-51d841ea95af"
+ Win64="yes">
+ <RegistryKey Key="Software\Jitsi\Capabilities" Root="HKLM">
+ <RegistryValue Name="ApplicationDescription" Type="string" Value="Jitsi, the Open Source VoIP and Instant Messaging client." />
+ </RegistryKey>
+ <RegistryKey Key="Software\RegisteredApplications" Root="HKLM">
+ <RegistryValue Name="Jitsi" Type="string" Value="Software\Jitsi\Capabilities" />
+ </RegistryKey>
+ <RegistryKey Key="Software\Jitsi\Capabilities\UrlAssociations" Root="HKLM">
+ <RegistryValue Name="callto" Type="string" Value="Jitsi.Url" />
+ <RegistryValue Name="sip" Type="string" Value="Jitsi.Url" />
+ <RegistryValue Name="tel" Type="string" Value="Jitsi.Url" />
+ <RegistryValue Name="xmpp" Type="string" Value="Jitsi.Url" />
+ </RegistryKey>
+ <RegistryKey Key="Software\Classes\Jitsi.Url" Root="HKLM">
+ <RegistryValue
+ Key="shell\open\command"
+ KeyPath="yes"
+ Type="string"
+ Value='"[INSTALLDIR]@APP_LAUNCHER_NAME@.exe" "%1"' />
+ </RegistryKey>
+ </Component>
+
+ <Component
Id="Component_MsOfficeCommRegistryEntries_X64"
Directory="TARGETDIR"
Guid="ce3c9a0f-1876-470e-823c-a29d7b7fcb26"
@@ -159,7 +210,7 @@
</RegistryKey>
<RegistryKey
Key="SOFTWARE\IM Providers\@APP_NAME@"
- Root="HKLM" Action="createAndRemoveOnUninstall">
+ Root="HKLM">
<RegistryValue
Name="FriendlyName"
Type="string"