From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47036) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z5qzk-0005oz-Uk for qemu-devel@nongnu.org; Fri, 19 Jun 2015 03:45:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z5qzj-00029D-Gr for qemu-devel@nongnu.org; Fri, 19 Jun 2015 03:45:48 -0400 Received: from mx1.redhat.com ([209.132.183.28]:39861) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z5qzj-00028V-1Y for qemu-devel@nongnu.org; Fri, 19 Jun 2015 03:45:47 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (Postfix) with ESMTPS id 98AD33B6D50 for ; Fri, 19 Jun 2015 07:45:46 +0000 (UTC) From: Paolo Bonzini Date: Fri, 19 Jun 2015 09:45:25 +0200 Message-Id: <1434699936-4433-5-git-send-email-pbonzini@redhat.com> In-Reply-To: <1434699936-4433-1-git-send-email-pbonzini@redhat.com> References: <1434699936-4433-1-git-send-email-pbonzini@redhat.com> Subject: [Qemu-devel] [PULL 04/15] qemu-ga: Introduce Windows MSI script List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Yossi Hindin From: Yossi Hindin The script enables building Windows MSI installation package on Linux with wixl tool. Signed-off-by: Yossi Hindin Message-Id: <1430913460-13174-4-git-send-email-yhindin@redhat.com> Signed-off-by: Paolo Bonzini --- qga/installer/qemu-ga.wxs | 145 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 145 insertions(+) create mode 100644 qga/installer/qemu-ga.wxs diff --git a/qga/installer/qemu-ga.wxs b/qga/installer/qemu-ga.wxs new file mode 100644 index 0000000..2c43f1b --- /dev/null +++ b/qga/installer/qemu-ga.wxs @@ -0,0 +1,145 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + NOT VersionNT64 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + NOT Installed + Installed + + + + -- 2.4.3