From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53205) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZUMBX-0003lh-93 for qemu-devel@nongnu.org; Tue, 25 Aug 2015 17:55:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZUMBU-0000qz-24 for qemu-devel@nongnu.org; Tue, 25 Aug 2015 17:55:15 -0400 Received: from e35.co.us.ibm.com ([32.97.110.153]:46001) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZUMBT-0000qp-Q9 for qemu-devel@nongnu.org; Tue, 25 Aug 2015 17:55:11 -0400 Received: from /spool/local by e35.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 25 Aug 2015 15:55:11 -0600 Received: from b03cxnp08025.gho.boulder.ibm.com (b03cxnp08025.gho.boulder.ibm.com [9.17.130.17]) by d03dlp03.boulder.ibm.com (Postfix) with ESMTP id 895C519D8041 for ; Tue, 25 Aug 2015 15:45:53 -0600 (MDT) Received: from d03av02.boulder.ibm.com (d03av02.boulder.ibm.com [9.17.195.168]) by b03cxnp08025.gho.boulder.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id t7PLru1c56557612 for ; Tue, 25 Aug 2015 14:53:56 -0700 Received: from d03av02.boulder.ibm.com (localhost [127.0.0.1]) by d03av02.boulder.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id t7PLsvfm005117 for ; Tue, 25 Aug 2015 15:54:57 -0600 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: <20150825215453.11069.8065@loki> Date: Tue, 25 Aug 2015 16:54:53 -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 I have this series, along with: qemu-ga: Add .msi files to .gitignore qemu-ga: Two MSI related cosmetic changes applied to qga-dev. Need to work out kinks in win32/msi build before I can adequately test and send a pull request though: https://github.com/mdroth/qemu/tree/qga-dev > = > qga/installer/qemu-ga.wxs | 73 ++++++++++++++++++++++++++++++-----------= ------ > 1 file changed, 47 insertions(+), 26 deletions(-) > = > -- = > 2.4.3 > = >=20