mirror of
https://github.com/jellyfin/jellyfin-media-player.git
synced 2024-11-23 05:59:43 +00:00
16 lines
687 B
XML
16 lines
687 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Include>
|
|
<Property Id="ARPCOMMENTS" Value="Jellyfin Media Player for Windows" />
|
|
<Property Id="ARPCONTACT" Value="Jellyfin" />
|
|
<Property Id="ARPPRODUCTICON" Value="JellyfinMediaPlayerIcon" />
|
|
<Property Id="ARPURLINFOABOUT" Value="$(var.JellyfinWebsiteUrl)" />
|
|
<Property Id="ARPURLUPDATEINFO" Value="$(var.JellyfinWebsiteUrl)" />
|
|
<Property Id="ARPHELPLINK" Value="$(var.JellyfinWebsiteUrl)" />
|
|
<CustomAction Id="SetARPINSTALLLOCATION" Property="ARPINSTALLLOCATION" Value="[INSTALLDIR]" />
|
|
<InstallExecuteSequence>
|
|
<Custom Action="SetARPINSTALLLOCATION" After="InstallValidate"></Custom>
|
|
</InstallExecuteSequence>
|
|
</Include>
|
|
|
|
|