Fixes the name of the registry key for the IM Provider in the windows

installer.
fix-message-formatting
hristoterezov 12 years ago
parent 2670723207
commit 982919a39c

@ -147,12 +147,12 @@
Value="@APP_LAUNCHER_NAME@.exe" /> Value="@APP_LAUNCHER_NAME@.exe" />
</RegistryKey> </RegistryKey>
<RegistryKey <RegistryKey
Key="SOFTWARE\IM Providers\Jitsi" Key="SOFTWARE\IM Providers\@APP_NAME@"
Root="HKLM" Action="createAndRemoveOnUninstall"> Root="HKLM" Action="createAndRemoveOnUninstall">
<RegistryValue <RegistryValue
Name="FriendlyName" Name="FriendlyName"
Type="string" Type="string"
Value="Jisti" /> Value="@APP_NAME@" />
<RegistryValue <RegistryValue
Name="GUID" Name="GUID"
Type="string" Type="string"

Loading…
Cancel
Save