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" />
</RegistryKey>
<RegistryKey
Key="SOFTWARE\IM Providers\Jitsi"
Key="SOFTWARE\IM Providers\@APP_NAME@"
Root="HKLM" Action="createAndRemoveOnUninstall">
<RegistryValue
Name="FriendlyName"
Type="string"
Value="Jisti" />
Value="@APP_NAME@" />
<RegistryValue
Name="GUID"
Type="string"

Loading…
Cancel
Save