Add windows registry keys
This commit is contained in:
@@ -64,6 +64,19 @@
|
|||||||
<File Source="zcashd.exe" />
|
<File Source="zcashd.exe" />
|
||||||
<File Source="zcash-cli.exe" />
|
<File Source="zcash-cli.exe" />
|
||||||
<File Source="README.md" />
|
<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=""[INSTALLFOLDER]zecwallet.exe" "%1"" />
|
||||||
|
</RegistryKey>
|
||||||
|
</RegistryKey>
|
||||||
</Component>
|
</Component>
|
||||||
</ComponentGroup>
|
</ComponentGroup>
|
||||||
</Fragment>
|
</Fragment>
|
||||||
|
|||||||
Reference in New Issue
Block a user