summaryrefslogtreecommitdiffstats
path: root/data/wixl/celt051.wxi
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@gmail.com>2013-01-14 18:07:59 +0100
committerMarc-André Lureau <marcandre.lureau@gmail.com>2013-01-15 20:05:49 +0100
commit14c976e479e6804b1671fb1f2372b22874ddf21d (patch)
treeccbe5fcca03e39fa853d1b09bdd9c137e816db54 /data/wixl/celt051.wxi
parentb0f2bdc39b8c9eac4c0aaca14d4491002b78087a (diff)
downloadmsitools-14c976e479e6804b1671fb1f2372b22874ddf21d.tar.gz
msitools-14c976e479e6804b1671fb1f2372b22874ddf21d.tar.xz
msitools-14c976e479e6804b1671fb1f2372b22874ddf21d.zip
wixl: add a bunch of includes to ease packaging
A couple of things: - the WiX syntax is very bloated and maintaining that is a pain - those files could move into there respectives packages, and installed under $datadir/wixl/include which should take precedence by default. - they have been made with Fedora, but should be somewhat distro agnostic.
Diffstat (limited to 'data/wixl/celt051.wxi')
-rw-r--r--data/wixl/celt051.wxi30
1 files changed, 30 insertions, 0 deletions
diff --git a/data/wixl/celt051.wxi b/data/wixl/celt051.wxi
new file mode 100644
index 0000000..93aa876
--- /dev/null
+++ b/data/wixl/celt051.wxi
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="utf-8"?>
+<?require libogg.wxi?>
+<!--
+ <ComponentGroup Id="CG.celt051">
+ <Requires>
+ CG.libogg
+ </Requires>
+ <Files>
+ bin/libcelt051-0.dll
+ </Files>
+ </ComponentGroup>
+-->
+
+<Include>
+ <Fragment>
+ <DirectoryRef Id="INSTALLDIR">
+ <Directory Id="dirDC1C691F531D46C718020066C3909F20" Name="bin">
+ <Component Id="cmp81CDD846C962D3ED3E6AB12F6555421F" Guid="*">
+ <File Id="filC3F74D9F5B11B0C760638C18F0F4BBB1" KeyPath="yes" Source="$(var.SourceDir)/bin/libcelt051-0.dll"/>
+ </Component>
+ </Directory>
+ </DirectoryRef>
+ </Fragment>
+ <Fragment>
+ <ComponentGroup Id="CG.celt051">
+ <ComponentGroupRef Id="CG.libogg"/>
+ <ComponentRef Id="cmp81CDD846C962D3ED3E6AB12F6555421F"/>
+ </ComponentGroup>
+ </Fragment>
+</Include>