jellyfin-media-player/bundle/win/ControlPanel.wxi
2021-04-04 02:48:27 -04:00

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>