summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Benditovich <yuri.benditovich@daynix.com>2017-05-28 16:04:28 +0300
committerDmitry Fleytman <dfleytma@redhat.com>2017-05-29 10:27:19 +0300
commit330368c38b393e3ebc55346cc9cd767061bde640 (patch)
tree9e8362d00d8825d464576589d9aadf525c475a18
parent860d2c2d11f02f8a4be737afa2d081775e83f3e4 (diff)
build: Include TMF file to installation package
Single TMF file contains all the data required for converting binary trace to text for all the operating systems. Signed-off-by: Yuri Benditovich <yuri.benditovich@daynix.com> Signed-off-by: Dmitry Fleytman <dfleytma@redhat.com>
-rw-r--r--Tools/Installer/UsbDkInstaller.wxs6
1 files changed, 6 insertions, 0 deletions
diff --git a/Tools/Installer/UsbDkInstaller.wxs b/Tools/Installer/UsbDkInstaller.wxs
index 975972e..677060f 100644
--- a/Tools/Installer/UsbDkInstaller.wxs
+++ b/Tools/Installer/UsbDkInstaller.wxs
@@ -108,6 +108,11 @@
<?undef SourceSubPath ?>
<?undef OsName ?>
</Component>
+
+ <Component Id="UsbDk_TMF" Guid="{2A06187F-4B67-4DBD-86DA-E6FB081CD1B6}" Win64="$(var.UsbDkWin64)">
+ <File Id="UsbDk_TMF" Name="UsbDk.tmf" Source="..\UsbDk.tmf" Vital="yes" KeyPath="no" DiskId="1" ProcessorArchitecture="x64" />
+ </Component>
+
</Directory>
</Directory>
</Directory>
@@ -145,6 +150,7 @@
<ComponentRef Id="UsbDk_8" />
<ComponentRef Id="UsbDk_81" />
<ComponentRef Id="UsbDk_10" />
+ <ComponentRef Id="UsbDk_TMF" />
</Feature>
</Product>
</Wix>