We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 942dcbf commit 4a0a070Copy full SHA for 4a0a070
BranchSDK-Samples/Windows/TestBed-Basic/TestBed-Basic-Package/Product.wxs
@@ -52,7 +52,7 @@
52
<!-- Add Registry entries for URI redirection -->
53
<!-- testbedbasic is the URI scheme from the Branch Dashboard -->
54
<RegistryKey Root="HKCU" Key="SOFTWARE\Classes\testbedbasic" >
55
- <RegistryValue Value="URL:testbedbasic" Type="string" />
+ <RegistryValue Value="Branch TestBed (Basic)" Type="string" />
56
<RegistryValue Name="URL Protocol" Value="" Type="string" />
57
<RegistryKey Key="DefaultIcon">
58
<RegistryValue Value="[INSTALLFOLDER]TestBed-Basic.exe,1" Type="string"/>
0 commit comments