From f2b608ab80a336b0136d35d9b49419a917656d44 Mon Sep 17 00:00:00 2001 From: Yuri Pudgorodskiy Date: Thu, 19 Nov 2015 15:20:37 +0300 Subject: qga: gspawn() console helper to Windows guest agent msi build This helper, gspawn-win64-helper-console.exe for 64-bit and gspawn-win32-helper-console.exe for 32-bit environment, is needed for gspawn() mingw implementation, used by guest-exec command. Without these files guest-exec command on Windows will not work with "file not found" diagnostic message. Signed-off-by: Yuri Pudgorodskiy Signed-off-by: Denis V. Lunev CC: Michael Roth Signed-off-by: Michael Roth --- qga/installer/qemu-ga.wxs | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'qga') diff --git a/qga/installer/qemu-ga.wxs b/qga/installer/qemu-ga.wxs index 6804f0279f..f25afddf48 100644 --- a/qga/installer/qemu-ga.wxs +++ b/qga/installer/qemu-ga.wxs @@ -91,6 +91,16 @@ + + + + + + + + + + @@ -148,6 +158,7 @@ + -- cgit v1.2.3