189 lines
9.0 KiB
XML
189 lines
9.0 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
|
|
|
|
<?include TransmissionConfig.wxi ?>
|
|
|
|
<Fragment>
|
|
<DirectoryRef Id="INSTALLDIR" FileSource="$(var.SrcDir)\bin">
|
|
|
|
<Component Id="exe.transmission.qt">
|
|
<File DiskId="1" Id="exe.transmission.qt" KeyPath="yes" Name="transmission-qt.exe">
|
|
<Shortcut Id="exe.transmission.qt.startMenu" Directory="ProgramMenuFolder" Name="Transmission Qt Client" WorkingDirectory="INSTALLDIR" Icon="Tr.ico" Advertise="yes" />
|
|
<Shortcut Id="exe.transmission.qt.desktop" Directory="DesktopFolder" Name="Transmission Qt Client" WorkingDirectory="INSTALLDIR" Icon="Tr.ico" Advertise="yes" />
|
|
|
|
<TypeLib Id="{1E405FC2-1A3A-468B-8BD6-BFBB58770390}" Description="Transmission Qt Client Type Library" HelpDirectory="INSTALLDIR" Language="0" MajorVersion="1" MinorVersion="0">
|
|
<AppId Id="{792D1AAC-53CC-4DC9-BC29-E5295FDB93A9}" Description="Transmission Qt Client">
|
|
<Class Id="{0E2C952C-0597-491F-BA26-249D7E6FAB49}" Description="Transmission Qt Client Class" Version="1.0" Advertise="no">
|
|
<Interface Id="{9402F54F-4906-4F20-AD73-AFCFEB5B228D}" Name="IQtClient" ProxyStubClassId32="{00020420-0000-0000-C000-000000000046}" />
|
|
<ProgId Id="Transmission.QtClient.1" Description="Transmission Qt Client Class">
|
|
<ProgId Id="Transmission.QtClient" Description="Transmission Qt Client Class" />
|
|
</ProgId>
|
|
</Class>
|
|
</AppId>
|
|
</TypeLib>
|
|
</File>
|
|
|
|
<RegistryKey Root="HKLM" Key="SOFTWARE">
|
|
<RegistryKey Key="Transmission\Capabilities">
|
|
<RegistryValue Name="ApplicationDescription" Value="A fast and easy BitTorrent client." Type="string" />
|
|
<RegistryValue Name="ApplicationIcon" Value=""[#exe.transmission.qt]",0" Type="string" />
|
|
<RegistryValue Name="ApplicationName" Value="Transmission" Type="string" />
|
|
<RegistryValue Key="DefaultIcon" Value=""[#exe.transmission.qt]",0" Type="string" />
|
|
<RegistryValue Key="FileAssociations" Name=".torrent" Value="Transmission.TorrentFile.1" Type="string" />
|
|
<RegistryValue Key="MIMEAssociations" Name="application/x-bittorrent" Value="Transmission.TorrentFile.1" Type="string" />
|
|
<RegistryValue Key="URLAssociations" Name="magnet" Value="Transmission.MagnetUri.1" Type="string" />
|
|
</RegistryKey>
|
|
<RegistryValue Key="RegisteredApplications" Name="Transmission.$(var.TrVersionMsi)" Value="SOFTWARE\Transmission\Capabilities" Type="string" />
|
|
</RegistryKey>
|
|
|
|
<RegistryKey Root="HKCR" Key="Applications\transmission-qt.exe">
|
|
<RegistryValue Key="SupportedTypes" Name=".torrent" Value="" Type="string" />
|
|
<RegistryValue Key="shell\open\command" Value=""[#exe.transmission.qt]" "%1"" Type="string" />
|
|
</RegistryKey>
|
|
|
|
<RegistryKey Root="HKCR" Key=".torrent">
|
|
<RegistryValue Name="ContentType" Value="application/x-bittorrent" Type="string" />
|
|
<RegistryValue Key="OpenWithList\transmission-qt.exe" Value="" Type="string" />
|
|
</RegistryKey>
|
|
<RegistryKey Root="HKCR" Key="MIME\Database\Content Type\application/x-bittorrent">
|
|
<RegistryValue Name="Extension" Value=".torrent" Type="string" />
|
|
</RegistryKey>
|
|
<RegistryKey Root="HKCR" Key="Transmission.TorrentFile.1">
|
|
<RegistryValue Value="Torrent Metadata File" Type="string" />
|
|
<RegistryValue Name="FriendlyTypeName" Value="@"[#exe.transmission.qt]",-100" Type="string" />
|
|
<RegistryValue Key="DefaultIcon" Value=""[#exe.transmission.qt]",0" Type="string" />
|
|
<RegistryValue Key="shell\open\command" Value=""[#exe.transmission.qt]" "%1"" Type="string" />
|
|
</RegistryKey>
|
|
|
|
<RegistryKey Root="HKCR" Key="magnet">
|
|
<RegistryValue Value="URL:magnet" Type="string" />
|
|
<RegistryValue Name="URL Protocol" Value="" Type="string" />
|
|
<RegistryValue Key="OpenWithList\transmission-qt.exe" Value="" Type="string" />
|
|
</RegistryKey>
|
|
<RegistryKey Root="HKCR" Key="Transmission.MagnetUri.1">
|
|
<RegistryValue Value="Magnet URI" Type="string" />
|
|
<RegistryValue Name="FriendlyTypeName" Value="@"[#exe.transmission.qt]",-101" Type="string" />
|
|
<RegistryValue Name="URL Protocol" Value="" Type="string" />
|
|
<RegistryValue Key="DefaultIcon" Value=""[#exe.transmission.qt]",0" Type="string" />
|
|
<RegistryValue Key="shell\open\command" Value=""[#exe.transmission.qt]" "%1"" Type="string" />
|
|
</RegistryKey>
|
|
|
|
<RegistryKey Root="HKCR" Key="AppID\transmission-qt.exe">
|
|
<RegistryValue Name="AppID" Value="{792D1AAC-53CC-4DC9-BC29-E5295FDB93A9}" Type="string" />
|
|
</RegistryKey>
|
|
</Component>
|
|
|
|
<Directory Id="QMINSTALLDIR" Name="translations" />
|
|
|
|
</DirectoryRef>
|
|
<DirectoryRef Id="INSTALLDIR" FileSource="$(var.SrcDir)\etc">
|
|
|
|
<Component Id="conf.qt">
|
|
<File DiskId="1" KeyPath="yes" Name="qt.conf" />
|
|
</Component>
|
|
|
|
</DirectoryRef>
|
|
<DirectoryRef Id="INSTALLDIR" FileSource="$(var.QtDir)\bin">
|
|
|
|
<Component Id="dll.qt.core">
|
|
<File DiskId="1" KeyPath="yes" Name="Qt$(var.QtMajorVer)Core.dll" />
|
|
</Component>
|
|
<Component Id="dll.qt.dbus">
|
|
<File DiskId="1" KeyPath="yes" Name="Qt$(var.QtMajorVer)DBus.dll" />
|
|
</Component>
|
|
<Component Id="dll.qt.gui">
|
|
<File DiskId="1" KeyPath="yes" Name="Qt$(var.QtMajorVer)Gui.dll" />
|
|
</Component>
|
|
<Component Id="dll.qt.network">
|
|
<File DiskId="1" KeyPath="yes" Name="Qt$(var.QtMajorVer)Network.dll" />
|
|
</Component>
|
|
<Component Id="dll.qt.svg">
|
|
<File DiskId="1" KeyPath="yes" Name="Qt$(var.QtMajorVer)Svg.dll" />
|
|
</Component>
|
|
<Component Id="dll.qt.widgets">
|
|
<File DiskId="1" KeyPath="yes" Name="Qt$(var.QtMajorVer)Widgets.dll" />
|
|
</Component>
|
|
<?if $(var.QtMajorVer) = 5 ?>
|
|
<Component Id="dll.qt.winextras">
|
|
<File DiskId="1" KeyPath="yes" Name="Qt$(var.QtMajorVer)WinExtras.dll" />
|
|
</Component>
|
|
<?endif ?>
|
|
|
|
</DirectoryRef>
|
|
<DirectoryRef Id="INSTALLDIR" FileSource="$(var.QtDir)\plugins">
|
|
|
|
<Directory Id="QTIMAGEFORMATSDIR" Name="imageformats">
|
|
<Component Id="dll.qt.plugins.imageformats.gif">
|
|
<File DiskId="1" KeyPath="yes" Name="qgif.dll" />
|
|
</Component>
|
|
<Component Id="dll.qt.plugins.imageformats.ico">
|
|
<File DiskId="1" KeyPath="yes" Name="qico.dll" />
|
|
</Component>
|
|
<Component Id="dll.qt.plugins.imageformats.jpeg">
|
|
<File DiskId="1" KeyPath="yes" Name="qjpeg.dll" />
|
|
</Component>
|
|
<Component Id="dll.qt.plugins.imageformats.svg">
|
|
<File DiskId="1" KeyPath="yes" Name="qsvg.dll" />
|
|
</Component>
|
|
</Directory>
|
|
|
|
<Directory Id="QTPLATFORMDIR" Name="platforms">
|
|
<Component Id="dll.qt.plugins.platforms.windows">
|
|
<File DiskId="1" KeyPath="yes" Name="qwindows.dll" />
|
|
</Component>
|
|
</Directory>
|
|
|
|
<Directory Id="QTSTYLESDIR" Name="styles">
|
|
<Component Id="dll.qt.plugins.styles.windowsvista">
|
|
<File DiskId="1" KeyPath="yes" Name="qwindowsvistastyle.dll" />
|
|
</Component>
|
|
</Directory>
|
|
|
|
<?if $(var.QtMajorVer) = 6 ?>
|
|
<Directory Id="QTTLSDIR" Name="tls">
|
|
<Component Id="dll.qt.plugins.tls.openssl">
|
|
<File DiskId="1" KeyPath="yes" Name="qopensslbackend.dll" />
|
|
</Component>
|
|
</Directory>
|
|
<?endif ?>
|
|
|
|
</DirectoryRef>
|
|
<DirectoryRef Id="INSTALLDIR" FileSource="$(var.ThirdPartyDir)\bin">
|
|
|
|
<Component Id="dll.dbus">
|
|
<File DiskId="1" KeyPath="yes" Name="dbus-1.dll" />
|
|
</Component>
|
|
|
|
</DirectoryRef>
|
|
</Fragment>
|
|
|
|
<Fragment>
|
|
<ComponentGroup Id="QtClientComponents">
|
|
<ComponentRef Id="exe.transmission.qt" />
|
|
<ComponentRef Id="conf.qt" />
|
|
<ComponentRef Id="dll.qt.core" />
|
|
<ComponentRef Id="dll.qt.dbus" />
|
|
<ComponentRef Id="dll.qt.gui" />
|
|
<ComponentRef Id="dll.qt.network" />
|
|
<ComponentRef Id="dll.qt.svg" />
|
|
<ComponentRef Id="dll.qt.widgets" />
|
|
<?if $(var.QtMajorVer) = 5 ?>
|
|
<ComponentRef Id="dll.qt.winextras" />
|
|
<?endif ?>
|
|
<ComponentRef Id="dll.qt.plugins.imageformats.gif" />
|
|
<ComponentRef Id="dll.qt.plugins.imageformats.ico" />
|
|
<ComponentRef Id="dll.qt.plugins.imageformats.jpeg" />
|
|
<ComponentRef Id="dll.qt.plugins.imageformats.svg" />
|
|
<ComponentRef Id="dll.qt.plugins.platforms.windows" />
|
|
<ComponentRef Id="dll.qt.plugins.styles.windowsvista" />
|
|
<?if $(var.QtMajorVer) = 6 ?>
|
|
<ComponentRef Id="dll.qt.plugins.tls.openssl" />
|
|
<?endif ?>
|
|
<ComponentRef Id="dll.dbus" />
|
|
<ComponentGroupRef Id="QtClientTranslationsComponents" />
|
|
<ComponentGroupRef Id="QtTranslationsComponents" />
|
|
</ComponentGroup>
|
|
</Fragment>
|
|
|
|
</Wix>
|