summaryrefslogtreecommitdiff
path: root/spice-vdagent.wxs.in
diff options
context:
space:
mode:
authorFrediano Ziglio <fziglio@redhat.com>2018-05-28 09:20:41 +0100
committerFrediano Ziglio <fziglio@redhat.com>2018-05-28 14:45:08 +0100
commitd4a4fb28ea0c057428ef1f28bc689b8d0f085dc6 (patch)
treed3f9f529afd1a8ea3422aec4c5fe591e76e0e3ce /spice-vdagent.wxs.in
parent022c56ac6ae2f7f9a082b81e44872d48aace35b2 (diff)
msi: Do not generate deps.txt
There's no reason to tell the package installed on the build system used. Signed-off-by: Frediano Ziglio <fziglio@redhat.com> Acked-by: Christophe Fergeau <cfergeau@redhat.com>
Diffstat (limited to 'spice-vdagent.wxs.in')
-rw-r--r--spice-vdagent.wxs.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/spice-vdagent.wxs.in b/spice-vdagent.wxs.in
index 452f995..7432ca9 100644
--- a/spice-vdagent.wxs.in
+++ b/spice-vdagent.wxs.in
@@ -61,9 +61,6 @@
Wait="yes"/>
</Component>
</Directory>
- <Component Id="CDepsTxt" Guid="*">
- <File Id='depstxt' Name='deps.txt' DiskId='1' Source='deps.txt' KeyPath='yes'/>
- </Component>
</Directory>
</Directory>
</Directory>
@@ -71,7 +68,6 @@
<Feature Id="Complete" Level="1">
<ComponentRef Id="CSpiceAgent"/>
<ComponentRef Id="CSpiceService"/>
- <ComponentRef Id="CDepsTxt"/>
</Feature>
</Product>