[msitools] wxi: add bzip2.wxi



commit 33464c869626537b74d4f7a077b40fdc1f3edd53
Author: Fabiano Fidêncio <fidencio redhat com>
Date:   Mon Nov 30 08:16:12 2015 +0100

    wxi: add bzip2.wxi
    
    When creating the .wxi file I decided to rip off the following files:
    bunzip2.exe, bzcat.exe, bzcmp, bzdiff, bzegrep, bzfgrep, bzgrep,
    bzip2.exe, bzip2recover.exe, bzless and bzmore.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=758825

 data/Makefile.am    |    1 +
 data/wixl/bzip2.wxi |   17 +++++++++++++++++
 2 files changed, 18 insertions(+), 0 deletions(-)
---
diff --git a/data/Makefile.am b/data/Makefile.am
index aed5ced..a417eef 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -5,6 +5,7 @@ wxidir = $(datadir)/wixl-$(VERSION)/include
 dist_wxi_DATA =                                        \
        wixl/SDL.wxi                            \
        wixl/atk.wxi                            \
+       wixl/bzip2.wxi                          \
        wixl/cairo.wxi                          \
        wixl/celt051.wxi                        \
        wixl/curl.wxi                           \
diff --git a/data/wixl/bzip2.wxi b/data/wixl/bzip2.wxi
new file mode 100644
index 0000000..296996c
--- /dev/null
+++ b/data/wixl/bzip2.wxi
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Include xmlns="http://schemas.microsoft.com/wix/2006/wi";>
+  <Fragment>
+    <DirectoryRef Id="INSTALLDIR">
+      <Directory Id="dir64E7888498031746A1102943B8FCD902" Name="bin">
+        <Component Win64="$(var.Win64)" Id="cmp883CA6FC909A0EC8BA007E2598B955E7" Guid="*">
+          <File Id="fil6899A4C36BA547E4206998FCABAF9CBB" KeyPath="yes" 
Source="$(var.SourceDir)/bin/libbz2-1.dll"/>
+        </Component>
+        </Directory>
+    </DirectoryRef>
+  </Fragment>
+  <Fragment>
+    <ComponentGroup Id="CG.bzip2">
+      <ComponentRef Id="cmp883CA6FC909A0EC8BA007E2598B955E7"/>
+    </ComponentGroup>
+  </Fragment>
+</Include>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]