From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42719) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZUjD1-0002zI-KI for qemu-devel@nongnu.org; Wed, 26 Aug 2015 18:30:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZUjCy-0007gA-DQ for qemu-devel@nongnu.org; Wed, 26 Aug 2015 18:30:19 -0400 Received: from mail-oi0-x235.google.com ([2607:f8b0:4003:c06::235]:33376) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZUjCy-0007fu-8S for qemu-devel@nongnu.org; Wed, 26 Aug 2015 18:30:16 -0400 Received: by oieu205 with SMTP id u205so1044494oie.0 for ; Wed, 26 Aug 2015 15:30:15 -0700 (PDT) Sender: fluxion Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Michael Roth In-Reply-To: <1438624464-22770-1-git-send-email-leonid@daynix.com> References: <1438624464-22770-1-git-send-email-leonid@daynix.com> Message-ID: <20150826222959.4090.41710@loki> Date: Wed, 26 Aug 2015 17:29:59 -0500 Subject: Re: [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: Leonid Bloch , qemu-devel@nongnu.org Cc: marcandre.lureau@gmail.com Quoting Leonid Bloch (2015-08-03 12:54:20) > 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 compo= nent for each of the installed files. This is done to better comply with Mi= crosoft'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 be= fore: > 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 Thanks, applied to qga tree: https://github.com/mdroth/qemu/commits/qga > = > qga/installer/qemu-ga.wxs | 73 ++++++++++++++++++++++++++++++-----------= ------ > 1 file changed, 47 insertions(+), 26 deletions(-) > = > -- = > 2.4.3 > = >=20