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:
authorBenjamin Jemlich <pcgod@users.sourceforge.net>2012-05-14 13:17:02 +0400
committerBenjamin Jemlich <pcgod@users.sourceforge.net>2012-05-14 13:17:02 +0400
commita919a5625310cea45e6a60426381726d5e3c4eaa (patch)
tree6b5fc8a119f0cfabbd5c9a687a280742fb0a8cd1 /installer
parent3c2dd605ea0a54ea6ce982c14050e33c8a6164e4 (diff)
Installer: More plugin installation fixes
Diffstat (limited to 'installer')
-rw-r--r--installer/Plugins.wxs7
1 files changed, 6 insertions, 1 deletions
diff --git a/installer/Plugins.wxs b/installer/Plugins.wxs
index 2aab2308f..bba1be073 100644
--- a/installer/Plugins.wxs
+++ b/installer/Plugins.wxs
@@ -57,7 +57,7 @@
<File Source="$(var.SourceDir)\release\plugins\css.dll" KeyPath="yes" />
</Component>
<Component Id="dods.dll">
- <File Source="$(var.SourceDir)\release\plugins\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" />
@@ -68,6 +68,9 @@
<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="hl2dm.dll">
<File Source="$(var.SourceDir)\release\plugins\hl2dm.dll" KeyPath="yes" />
</Component>
@@ -134,11 +137,13 @@
<ComponentRef Id="dys.dll" />
<ComponentRef Id="etqw.dll" />
<ComponentRef Id="gmod.dll" />
+ <ComponentRef Id="gtaiv.dll" />
<ComponentRef Id="hl2dm.dll" />
<ComponentRef Id="insurgency.dll" />
<ComponentRef Id="l4d.dll" />
<ComponentRef Id="l4d2.dll" />
<ComponentRef Id="link.dll" />
+ <ComponentRef Id="lol.dll" />
<ComponentRef Id="lotro.dll" />
<ComponentRef Id="manual.dll" />
<ComponentRef Id="sto.dll" />