Craig Raw
4 years ago
2 changed files with 11 additions and 1 deletions
@ -0,0 +1,10 @@ |
|||
<RegistryKey Root="HKCR" Key="aopp" Action="createAndRemoveOnUninstall"> |
|||
<RegistryValue Type="string" Name="URL Protocol" Value=""/> |
|||
<RegistryValue Type="string" Value="URL:AOPP"/> |
|||
<RegistryKey Key="DefaultIcon"> |
|||
<RegistryValue Type="string" Value="$(var.JpAppName).exe" /> |
|||
</RegistryKey> |
|||
<RegistryKey Key="shell\open\command"> |
|||
<RegistryValue Type="string" Value=""[INSTALLFOLDER]$(var.JpAppName).exe" "%1"" /> |
|||
</RegistryKey> |
|||
</RegistryKey> |
Loading…
Reference in new issue