Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikkel Krautz <mikkel@krautz.dk>2015-01-04 03:44:09 +0300
committerMikkel Krautz <mikkel@krautz.dk>2015-01-04 03:44:09 +0300
commitec3120c1ab6e2eb944b8701bb2350ad92c185a25 (patch)
treea02c54dd2218078244144ccb25e7a5655934178e /installer
parentf1e298aa70884fe8b3f3c78db434e438de106605 (diff)
installer: distribute all plugins for Windows x64 build.
Diffstat (limited to 'installer')
-rw-r--r--installer/Plugins.wxs326
1 files changed, 160 insertions, 166 deletions
diff --git a/installer/Plugins.wxs b/installer/Plugins.wxs
index 86d8672eb..c4954f43c 100644
--- a/installer/Plugins.wxs
+++ b/installer/Plugins.wxs
@@ -11,177 +11,171 @@
<Component Id="manual.dll">
<File Source="$(var.SourceDir)\release\plugins\manual.dll" KeyPath="yes" />
</Component>
-
- <?if $(sys.BUILDARCH) = x86 ?>
- <Component Id="aoc.dll">
- <File Source="$(var.SourceDir)\release\plugins\aoc.dll" KeyPath="yes" />
- </Component>
- <Component Id="arma2.dll">
- <File Source="$(var.SourceDir)\release\plugins\arma2.dll" KeyPath="yes" />
- </Component>
- <Component Id="bf1942.dll">
- <File Source="$(var.SourceDir)\release\plugins\bf1942.dll" KeyPath="yes" />
- </Component>
- <Component Id="bf2.dll">
- <File Source="$(var.SourceDir)\release\plugins\bf2.dll" KeyPath="yes" />
- </Component>
- <Component Id="bf2142.dll">
- <File Source="$(var.SourceDir)\release\plugins\bf2142.dll" KeyPath="yes" />
- </Component>
- <Component Id="bf3.dll">
- <File Source="$(var.SourceDir)\release\plugins\bf3.dll" KeyPath="yes" />
- </Component>
- <Component Id="bfbc2.dll">
- <File Source="$(var.SourceDir)\release\plugins\bfbc2.dll" KeyPath="yes" />
- </Component>
- <Component Id="bfheroes.dll">
- <File Source="$(var.SourceDir)\release\plugins\bfheroes.dll" KeyPath="yes" />
- </Component>
- <Component Id="blacklight.dll">
- <File Source="$(var.SourceDir)\release\plugins\blacklight.dll" KeyPath="yes" />
- </Component>
- <Component Id="borderlands.dll">
- <File Source="$(var.SourceDir)\release\plugins\borderlands.dll" KeyPath="yes" />
- </Component>
- <Component Id="borderlands2.dll">
- <File Source="$(var.SourceDir)\release\plugins\borderlands2.dll" KeyPath="yes" />
- </Component>
- <Component Id="breach.dll">
- <File Source="$(var.SourceDir)\release\plugins\breach.dll" KeyPath="yes" />
- </Component>
- <Component Id="cod2.dll">
- <File Source="$(var.SourceDir)\release\plugins\cod2.dll" KeyPath="yes" />
- </Component>
- <Component Id="cod4.dll">
- <File Source="$(var.SourceDir)\release\plugins\cod4.dll" KeyPath="yes" />
- </Component>
- <Component Id="cod5.dll">
- <File Source="$(var.SourceDir)\release\plugins\cod5.dll" KeyPath="yes" />
- </Component>
- <Component Id="codmw2.dll">
- <File Source="$(var.SourceDir)\release\plugins\codmw2.dll" KeyPath="yes" />
- </Component>
- <Component Id="codmw2so.dll">
- <File Source="$(var.SourceDir)\release\plugins\codmw2so.dll" KeyPath="yes" />
- </Component>
- <Component Id="cs.dll">
- <File Source="$(var.SourceDir)\release\plugins\cs.dll" KeyPath="yes" />
- </Component>
- <Component Id="css.dll">
- <File Source="$(var.SourceDir)\release\plugins\css.dll" KeyPath="yes" />
- </Component>
- <Component Id="dods.dll">
- <File Source="$(var.SourceDir)\release\plugins\dods.dll" KeyPath="yes" />
- </Component>
- <Component Id="dys.dll">
- <File Source="$(var.SourceDir)\release\plugins\dys.dll" KeyPath="yes" />
- </Component>
- <Component Id="etqw.dll">
- <File Source="$(var.SourceDir)\release\plugins\etqw.dll" KeyPath="yes" />
- </Component>
- <Component Id="gmod.dll">
- <File Source="$(var.SourceDir)\release\plugins\gmod.dll" KeyPath="yes" />
- </Component>
- <Component Id="gtaiv.dll">
- <File Source="$(var.SourceDir)\release\plugins\gtaiv.dll" KeyPath="yes" />
- </Component>
- <Component Id="gw.dll">
- <File Source="$(var.SourceDir)\release\plugins\gw.dll" KeyPath="yes" />
- </Component>
- <Component Id="hl2dm.dll">
- <File Source="$(var.SourceDir)\release\plugins\hl2dm.dll" KeyPath="yes" />
- </Component>
- <Component Id="insurgency.dll">
- <File Source="$(var.SourceDir)\release\plugins\insurgency.dll" KeyPath="yes" />
- </Component>
- <Component Id="jc2.dll">
- <File Source="$(var.SourceDir)\release\plugins\jc2.dll" KeyPath="yes" />
- </Component>
- <Component Id="l4d.dll">
- <File Source="$(var.SourceDir)\release\plugins\l4d.dll" KeyPath="yes" />
- </Component>
- <Component Id="l4d2.dll">
- <File Source="$(var.SourceDir)\release\plugins\l4d2.dll" KeyPath="yes" />
- </Component>
- <Component Id="lol.dll">
- <File Source="$(var.SourceDir)\release\plugins\lol.dll" KeyPath="yes" />
- </Component>
- <Component Id="lotro.dll">
- <File Source="$(var.SourceDir)\release\plugins\lotro.dll" KeyPath="yes" />
- </Component>
- <Component Id="sr.dll">
- <File Source="$(var.SourceDir)\release\plugins\sr.dll" KeyPath="yes" />
- </Component>
- <Component Id="sto.dll">
- <File Source="$(var.SourceDir)\release\plugins\sto.dll" KeyPath="yes" />
- </Component>
- <Component Id="tf2.dll">
- <File Source="$(var.SourceDir)\release\plugins\tf2.dll" KeyPath="yes" />
- </Component>
- <Component Id="ut99.dll">
- <File Source="$(var.SourceDir)\release\plugins\ut99.dll" KeyPath="yes" />
- </Component>
- <Component Id="ut2004.dll">
- <File Source="$(var.SourceDir)\release\plugins\ut2004.dll" KeyPath="yes" />
- </Component>
- <Component Id="ut3.dll">
- <File Source="$(var.SourceDir)\release\plugins\ut3.dll" KeyPath="yes" />
- </Component>
- <Component Id="wolfet.dll">
- <File Source="$(var.SourceDir)\release\plugins\wolfet.dll" KeyPath="yes" />
- </Component>
- <Component Id="wow.dll">
- <File Source="$(var.SourceDir)\release\plugins\wow.dll" KeyPath="yes" />
- </Component>
- <?endif ?>
+ <Component Id="aoc.dll">
+ <File Source="$(var.SourceDir)\release\plugins\aoc.dll" KeyPath="yes" />
+ </Component>
+ <Component Id="arma2.dll">
+ <File Source="$(var.SourceDir)\release\plugins\arma2.dll" KeyPath="yes" />
+ </Component>
+ <Component Id="bf1942.dll">
+ <File Source="$(var.SourceDir)\release\plugins\bf1942.dll" KeyPath="yes" />
+ </Component>
+ <Component Id="bf2.dll">
+ <File Source="$(var.SourceDir)\release\plugins\bf2.dll" KeyPath="yes" />
+ </Component>
+ <Component Id="bf2142.dll">
+ <File Source="$(var.SourceDir)\release\plugins\bf2142.dll" KeyPath="yes" />
+ </Component>
+ <Component Id="bf3.dll">
+ <File Source="$(var.SourceDir)\release\plugins\bf3.dll" KeyPath="yes" />
+ </Component>
+ <Component Id="bfbc2.dll">
+ <File Source="$(var.SourceDir)\release\plugins\bfbc2.dll" KeyPath="yes" />
+ </Component>
+ <Component Id="bfheroes.dll">
+ <File Source="$(var.SourceDir)\release\plugins\bfheroes.dll" KeyPath="yes" />
+ </Component>
+ <Component Id="blacklight.dll">
+ <File Source="$(var.SourceDir)\release\plugins\blacklight.dll" KeyPath="yes" />
+ </Component>
+ <Component Id="borderlands.dll">
+ <File Source="$(var.SourceDir)\release\plugins\borderlands.dll" KeyPath="yes" />
+ </Component>
+ <Component Id="borderlands2.dll">
+ <File Source="$(var.SourceDir)\release\plugins\borderlands2.dll" KeyPath="yes" />
+ </Component>
+ <Component Id="breach.dll">
+ <File Source="$(var.SourceDir)\release\plugins\breach.dll" KeyPath="yes" />
+ </Component>
+ <Component Id="cod2.dll">
+ <File Source="$(var.SourceDir)\release\plugins\cod2.dll" KeyPath="yes" />
+ </Component>
+ <Component Id="cod4.dll">
+ <File Source="$(var.SourceDir)\release\plugins\cod4.dll" KeyPath="yes" />
+ </Component>
+ <Component Id="cod5.dll">
+ <File Source="$(var.SourceDir)\release\plugins\cod5.dll" KeyPath="yes" />
+ </Component>
+ <Component Id="codmw2.dll">
+ <File Source="$(var.SourceDir)\release\plugins\codmw2.dll" KeyPath="yes" />
+ </Component>
+ <Component Id="codmw2so.dll">
+ <File Source="$(var.SourceDir)\release\plugins\codmw2so.dll" KeyPath="yes" />
+ </Component>
+ <Component Id="cs.dll">
+ <File Source="$(var.SourceDir)\release\plugins\cs.dll" KeyPath="yes" />
+ </Component>
+ <Component Id="css.dll">
+ <File Source="$(var.SourceDir)\release\plugins\css.dll" KeyPath="yes" />
+ </Component>
+ <Component Id="dods.dll">
+ <File Source="$(var.SourceDir)\release\plugins\dods.dll" KeyPath="yes" />
+ </Component>
+ <Component Id="dys.dll">
+ <File Source="$(var.SourceDir)\release\plugins\dys.dll" KeyPath="yes" />
+ </Component>
+ <Component Id="etqw.dll">
+ <File Source="$(var.SourceDir)\release\plugins\etqw.dll" KeyPath="yes" />
+ </Component>
+ <Component Id="gmod.dll">
+ <File Source="$(var.SourceDir)\release\plugins\gmod.dll" KeyPath="yes" />
+ </Component>
+ <Component Id="gtaiv.dll">
+ <File Source="$(var.SourceDir)\release\plugins\gtaiv.dll" KeyPath="yes" />
+ </Component>
+ <Component Id="gw.dll">
+ <File Source="$(var.SourceDir)\release\plugins\gw.dll" KeyPath="yes" />
+ </Component>
+ <Component Id="hl2dm.dll">
+ <File Source="$(var.SourceDir)\release\plugins\hl2dm.dll" KeyPath="yes" />
+ </Component>
+ <Component Id="insurgency.dll">
+ <File Source="$(var.SourceDir)\release\plugins\insurgency.dll" KeyPath="yes" />
+ </Component>
+ <Component Id="jc2.dll">
+ <File Source="$(var.SourceDir)\release\plugins\jc2.dll" KeyPath="yes" />
+ </Component>
+ <Component Id="l4d.dll">
+ <File Source="$(var.SourceDir)\release\plugins\l4d.dll" KeyPath="yes" />
+ </Component>
+ <Component Id="l4d2.dll">
+ <File Source="$(var.SourceDir)\release\plugins\l4d2.dll" KeyPath="yes" />
+ </Component>
+ <Component Id="lol.dll">
+ <File Source="$(var.SourceDir)\release\plugins\lol.dll" KeyPath="yes" />
+ </Component>
+ <Component Id="lotro.dll">
+ <File Source="$(var.SourceDir)\release\plugins\lotro.dll" KeyPath="yes" />
+ </Component>
+ <Component Id="sr.dll">
+ <File Source="$(var.SourceDir)\release\plugins\sr.dll" KeyPath="yes" />
+ </Component>
+ <Component Id="sto.dll">
+ <File Source="$(var.SourceDir)\release\plugins\sto.dll" KeyPath="yes" />
+ </Component>
+ <Component Id="tf2.dll">
+ <File Source="$(var.SourceDir)\release\plugins\tf2.dll" KeyPath="yes" />
+ </Component>
+ <Component Id="ut99.dll">
+ <File Source="$(var.SourceDir)\release\plugins\ut99.dll" KeyPath="yes" />
+ </Component>
+ <Component Id="ut2004.dll">
+ <File Source="$(var.SourceDir)\release\plugins\ut2004.dll" KeyPath="yes" />
+ </Component>
+ <Component Id="ut3.dll">
+ <File Source="$(var.SourceDir)\release\plugins\ut3.dll" KeyPath="yes" />
+ </Component>
+ <Component Id="wolfet.dll">
+ <File Source="$(var.SourceDir)\release\plugins\wolfet.dll" KeyPath="yes" />
+ </Component>
+ <Component Id="wow.dll">
+ <File Source="$(var.SourceDir)\release\plugins\wow.dll" KeyPath="yes" />
+ </Component>
</DirectoryRef>
<ComponentGroup Id="Plugins">
<ComponentRef Id="link.dll" />
<ComponentRef Id="manual.dll" />
-
- <?if $(sys.BUILDARCH) = x86 ?>
- <ComponentRef Id="aoc.dll" />
- <ComponentRef Id="arma2.dll" />
- <ComponentRef Id="bf1942.dll" />
- <ComponentRef Id="bf2.dll" />
- <ComponentRef Id="bf2142.dll" />
- <ComponentRef Id="bf3.dll" />
- <ComponentRef Id="bfbc2.dll" />
- <ComponentRef Id="bfheroes.dll" />
- <ComponentRef Id="borderlands.dll" />
- <ComponentRef Id="borderlands2.dll" />
- <ComponentRef Id="blacklight.dll" />
- <ComponentRef Id="breach.dll" />
- <ComponentRef Id="cod2.dll" />
- <ComponentRef Id="cod4.dll" />
- <ComponentRef Id="cod5.dll" />
- <ComponentRef Id="codmw2.dll" />
- <ComponentRef Id="codmw2so.dll" />
- <ComponentRef Id="cs.dll" />
- <ComponentRef Id="css.dll" />
- <ComponentRef Id="dods.dll" />
- <ComponentRef Id="dys.dll" />
- <ComponentRef Id="etqw.dll" />
- <ComponentRef Id="gmod.dll" />
- <ComponentRef Id="gtaiv.dll" />
- <ComponentRef Id="gw.dll" />
- <ComponentRef Id="hl2dm.dll" />
- <ComponentRef Id="insurgency.dll" />
- <ComponentRef Id="jc2.dll" />
- <ComponentRef Id="l4d.dll" />
- <ComponentRef Id="l4d2.dll" />
- <ComponentRef Id="lol.dll" />
- <ComponentRef Id="lotro.dll" />
- <ComponentRef Id="sr.dll" />
- <ComponentRef Id="sto.dll" />
- <ComponentRef Id="tf2.dll" />
- <ComponentRef Id="ut99.dll" />
- <ComponentRef Id="ut2004.dll" />
- <ComponentRef Id="ut3.dll" />
- <ComponentRef Id="wolfet.dll" />
- <ComponentRef Id="wow.dll" />
- <?endif ?>
+ <ComponentRef Id="aoc.dll" />
+ <ComponentRef Id="arma2.dll" />
+ <ComponentRef Id="bf1942.dll" />
+ <ComponentRef Id="bf2.dll" />
+ <ComponentRef Id="bf2142.dll" />
+ <ComponentRef Id="bf3.dll" />
+ <ComponentRef Id="bfbc2.dll" />
+ <ComponentRef Id="bfheroes.dll" />
+ <ComponentRef Id="borderlands.dll" />
+ <ComponentRef Id="borderlands2.dll" />
+ <ComponentRef Id="blacklight.dll" />
+ <ComponentRef Id="breach.dll" />
+ <ComponentRef Id="cod2.dll" />
+ <ComponentRef Id="cod4.dll" />
+ <ComponentRef Id="cod5.dll" />
+ <ComponentRef Id="codmw2.dll" />
+ <ComponentRef Id="codmw2so.dll" />
+ <ComponentRef Id="cs.dll" />
+ <ComponentRef Id="css.dll" />
+ <ComponentRef Id="dods.dll" />
+ <ComponentRef Id="dys.dll" />
+ <ComponentRef Id="etqw.dll" />
+ <ComponentRef Id="gmod.dll" />
+ <ComponentRef Id="gtaiv.dll" />
+ <ComponentRef Id="gw.dll" />
+ <ComponentRef Id="hl2dm.dll" />
+ <ComponentRef Id="insurgency.dll" />
+ <ComponentRef Id="jc2.dll" />
+ <ComponentRef Id="l4d.dll" />
+ <ComponentRef Id="l4d2.dll" />
+ <ComponentRef Id="lol.dll" />
+ <ComponentRef Id="lotro.dll" />
+ <ComponentRef Id="sr.dll" />
+ <ComponentRef Id="sto.dll" />
+ <ComponentRef Id="tf2.dll" />
+ <ComponentRef Id="ut99.dll" />
+ <ComponentRef Id="ut2004.dll" />
+ <ComponentRef Id="ut3.dll" />
+ <ComponentRef Id="wolfet.dll" />
+ <ComponentRef Id="wow.dll" />
</ComponentGroup>
</Fragment>
</Wix> \ No newline at end of file