Add windows registry keys

This commit is contained in:
Aditya Kulkarni
2019-03-20 10:00:42 -07:00
parent f30ca55c6f
commit 99c3ffd0f0

View File

@@ -64,6 +64,19 @@
<File Source="zcashd.exe" />
<File Source="zcash-cli.exe" />
<File Source="README.md" />
<RegistryKey Root="HKCR"
Key="zcash"
Action="createAndRemoveOnUninstall">
<RegistryValue Type="string" Name="URL Protocol" Value=""/>
<RegistryValue Type="string" Value="URL:zcash URI protocol"/>
<RegistryKey Key="DefaultIcon">
<RegistryValue Type="string" Value="zecwallet.exe" />
</RegistryKey>
<RegistryKey Key="shell\open\command">
<RegistryValue Type="string" Value="&quot;[INSTALLFOLDER]zecwallet.exe&quot; &quot;%1&quot;" />
</RegistryKey>
</RegistryKey>
</Component>
</ComponentGroup>
</Fragment>