From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38697) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZMJwi-000302-UI for qemu-devel@nongnu.org; Mon, 03 Aug 2015 13:54:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZMJwg-0003Y5-7w for qemu-devel@nongnu.org; Mon, 03 Aug 2015 13:54:44 -0400 Received: from mail-wi0-f177.google.com ([209.85.212.177]:37725) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZMJwg-0003Xi-2D for qemu-devel@nongnu.org; Mon, 03 Aug 2015 13:54:42 -0400 Received: by wibud3 with SMTP id ud3so124249092wib.0 for ; Mon, 03 Aug 2015 10:54:41 -0700 (PDT) From: Leonid Bloch Date: Mon, 3 Aug 2015 20:54:20 +0300 Message-Id: <1438624464-22770-1-git-send-email-leonid@daynix.com> Subject: [Qemu-devel] [PATCH v3 0/4] qemu-ga: Fixes to the QEMU GA MSI installer List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Leonid Bloch , marcandre.lureau@gmail.com The main purpose here is to fix a bug that caused the QEMU GA VSS service to be unregistered on reinstallation using the .msi file. Also, two fixes are introduced to the .wxs file, which is used to create the MSI with Wixl: GUID capitalization and introduction of a separate component for each of the installed files. This is done to better comply with Microsoft's recommendations. Additionally, minor cosmetic changes are introduced. Please also note the other two related small changes that I sent to the Trivial Patches list before: http://lists.nongnu.org/archive/html/qemu-trivial/2015-07/msg00112.html http://lists.nongnu.org/archive/html/qemu-trivial/2015-07/msg00111.html Leonid Bloch (4): qemu-ga: Fixed GUID capitalization qemu-ga: Minor cosmetic changes to the WXS file qemu-ga: Created a separate component for each installed file in the MSI qemu-ga: Prevent QEMU-GA VSS provider from being unregistered on MSI reinstall qga/installer/qemu-ga.wxs | 73 ++++++++++++++++++++++++++++++----------------- 1 file changed, 47 insertions(+), 26 deletions(-) -- 2.4.3