[Spice-devel] [NSIS 5/7] packaging: Add VC redistributable
Yedidyah Bar David
didi at redhat.com
Tue Oct 20 04:35:26 PDT 2015
From: Lev Veyde <lveyde at redhat.com>
Change-Id: I0e2444925335027feb01eab7b543156a4493ab23
Signed-off-by: Lev Veyde <lveyde at redhat.com>
---
win-guest-tools.nsis | 3 +++
1 file changed, 3 insertions(+)
diff --git a/win-guest-tools.nsis b/win-guest-tools.nsis
index 7655678..b2b06a7 100644
--- a/win-guest-tools.nsis
+++ b/win-guest-tools.nsis
@@ -95,10 +95,13 @@ Section "install"
File "version.txt"
!ifdef OVIRT
+ File "bin/vcredist_x86.exe"
File "bin/OVirtGuestService.exe"
File "bin/ovirt-guest-agent.ini"
File "bin/default.ini"
File "bin/default-logger.ini"
+
+ ExecWait "$INSTDIR\vcredist_x86.exe /q"
!endif
SetOutPath "$INSTDIR\32"
--
2.1.4
More information about the Spice-devel
mailing list