From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36895) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ypxxm-0006wS-Gr for qemu-devel@nongnu.org; Wed, 06 May 2015 07:58:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ypxxj-0006st-5s for qemu-devel@nongnu.org; Wed, 06 May 2015 07:58:06 -0400 Received: from mx1.redhat.com ([209.132.183.28]:55357) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ypxxi-0006sm-VG for qemu-devel@nongnu.org; Wed, 06 May 2015 07:58:03 -0400 From: Yossi Hindin Date: Wed, 6 May 2015 14:57:39 +0300 Message-Id: <1430913460-13174-4-git-send-email-yhindin@redhat.com> In-Reply-To: <1430913460-13174-1-git-send-email-yhindin@redhat.com> References: <1430913460-13174-1-git-send-email-yhindin@redhat.com> Subject: [Qemu-devel] [Patch V2 3/4] qemu-ga: Introduce Windows MSI script List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: pbonzini@redhat.com, Yossi Hindin , mdroth@linux.vnet.ibm.com The script enables building Windows MSI installation package on Linux with wixl tool. Signed-off-by: Yossi Hindin --- 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.1.0