ControlPanel.wxi 687 B

123456789101112131415
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Include>
  3. <Property Id="ARPCOMMENTS" Value="Jellyfin Media Player for Windows" />
  4. <Property Id="ARPCONTACT" Value="Jellyfin" />
  5. <Property Id="ARPPRODUCTICON" Value="JellyfinMediaPlayerIcon" />
  6. <Property Id="ARPURLINFOABOUT" Value="$(var.JellyfinWebsiteUrl)" />
  7. <Property Id="ARPURLUPDATEINFO" Value="$(var.JellyfinWebsiteUrl)" />
  8. <Property Id="ARPHELPLINK" Value="$(var.JellyfinWebsiteUrl)" />
  9. <CustomAction Id="SetARPINSTALLLOCATION" Property="ARPINSTALLLOCATION" Value="[INSTALLDIR]" />
  10. <InstallExecuteSequence>
  11. <Custom Action="SetARPINSTALLLOCATION" After="InstallValidate"></Custom>
  12. </InstallExecuteSequence>
  13. </Include>