summaryrefslogtreecommitdiff
path: root/spice-vdagent.wxs.in
AgeCommit message (Collapse)AuthorFilesLines
2020-03-19MSI: Make SourceDir the path to executablesUri Lublin1-2/+2
Make it possible to not put the executables under bin/ Signed-off-by: Uri Lublin <uril@redhat.com> Acked-by: Frediano Ziglio <fziglio@redhat.com>
2020-03-19MSI: Package: only allow perMachine installationUri Lublin1-1/+2
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>
2019-10-18win32/vd_agent: Optionally disable installation of x86 MSI on x64 systemYuri Benditovich1-0/+5
Currently the MSI built for x86 system can be easily installed on x64 system. When the script is processed by WIX this can be prevented by passing '-dNoWOW=yes' to the WIX-candle. Signed-off-by: Yuri Benditovich <yuri.benditovich@daynix.com> Acked-by: Frediano Ziglio <fziglio@redhat.com>
2019-10-18win32/vd_agent: Customize MSI product name and install locationYuri Benditovich1-4/+4
Customize these properties of WIX script during build under WIXL or Windows. Signed-off-by: Yuri Benditovich <yuri.benditovich@daynix.com> Acked-by: Frediano Ziglio <fziglio@redhat.com>
2019-10-18win32/vd_agent: Fix WIX error on .wxs scriptYuri Benditovich1-2/+2
Allows the same WIXL script to be used for WIX on Windows. WIX raises error if Win64 property is not set for x64 MSI. Signed-off-by: Yuri Benditovich <yuri.benditovich@daynix.com> Acked-by: Frediano Ziglio <fziglio@redhat.com>
2018-05-28msi: Do not generate deps.txtFrediano Ziglio1-4/+0
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>
2017-07-07Update project URLFrediano Ziglio1-1/+1
Uses secure version https://www.spice-space.org. Avoid not secure and use same full name. Signed-off-by: Frediano Ziglio <fziglio@redhat.com> Acked-by: Pavel Grunt <pgrunt@redhat.com>
2014-06-19Learn to build spice-vdagent MSI installerMarc-André Lureau1-0/+78