[Spice-devel] [NSIS 5/8] packaging: Add VC redistributable

Yedidyah Bar David didi at redhat.com
Thu Sep 10 05:14:12 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 a32b979..91295a9 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