summaryrefslogtreecommitdiff
path: root/spice-vdagent.wxs.in
diff options
context:
space:
mode:
authorUri Lublin <uril@redhat.com>2019-12-16 15:02:17 +0200
committerFrediano Ziglio <fziglio@redhat.com>2020-03-19 16:39:46 +0000
commit638a49aafea37f817d3321ac644600cf3bcfccc2 (patch)
tree09b56baaabe9bf12fc2534a6d526cd77112e0397 /spice-vdagent.wxs.in
parent0ad43eed50fe387c0eb733a8f9f526fef08ab108 (diff)
MSI: Package: only allow perMachine installation
When building on Windows with Wix, also add Platform to Package as follows (wixl warns about it): Platform="$(var.Arch)" Signed-off-by: Uri Lublin <uril@redhat.com> Acked-by: Frediano Ziglio <fziglio@redhat.com>
Diffstat (limited to 'spice-vdagent.wxs.in')
-rw-r--r--spice-vdagent.wxs.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/spice-vdagent.wxs.in b/spice-vdagent.wxs.in
index c451f13..7650d67 100644
--- a/spice-vdagent.wxs.in
+++ b/spice-vdagent.wxs.in
@@ -20,7 +20,8 @@
Version="$(var.Version)" UpgradeCode="$(var.UpgradeCode)"
Language="1033">
- <Package InstallerVersion="200" Compressed="yes" Comments="comments"/>
+ <Package InstallerVersion="200" Compressed="yes" Comments="comments"
+ InstallScope="perMachine"/>
<Media Id="1" Cabinet="cabinet.cab" EmbedCab="yes"/>
<Property Id="ARPHELPLINK" Value="https://www.spice-space.org"/>