From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34057) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aYlMp-0008Au-Ag for qemu-devel@nongnu.org; Wed, 24 Feb 2016 21:09:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aYlMm-0005KM-4Z for qemu-devel@nongnu.org; Wed, 24 Feb 2016 21:09:23 -0500 Received: from e19.ny.us.ibm.com ([129.33.205.209]:59371) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aYlMl-0005JL-VQ for qemu-devel@nongnu.org; Wed, 24 Feb 2016 21:09:20 -0500 Received: from localhost by e19.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 24 Feb 2016 21:09:17 -0500 Received: from b01cxnp23032.gho.pok.ibm.com (b01cxnp23032.gho.pok.ibm.com [9.57.198.27]) by d01dlp01.pok.ibm.com (Postfix) with ESMTP id 7B7CF38C8046 for ; Wed, 24 Feb 2016 21:09:14 -0500 (EST) Received: from d01av04.pok.ibm.com (d01av04.pok.ibm.com [9.56.224.64]) by b01cxnp23032.gho.pok.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id u1P29E2421692536 for ; Thu, 25 Feb 2016 02:09:14 GMT Received: from d01av04.pok.ibm.com (localhost [127.0.0.1]) by d01av04.pok.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id u1P29DWN006224 for ; Wed, 24 Feb 2016 21:09:13 -0500 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Michael Roth In-Reply-To: <1452503561-29521-1-git-send-email-leonid@daynix.com> References: <1452503561-29521-1-git-send-email-leonid@daynix.com> Message-ID: <20160225020731.14792.57719@loki> Date: Wed, 24 Feb 2016 20:07:31 -0600 Subject: Re: [Qemu-devel] [PATCH] qemu-ga: Fixed minor version switch issue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Leonid Bloch , qemu-devel@nongnu.org Cc: Yan Vugenfirer Quoting Leonid Bloch (2016-01-11 03:12:41) > With automatically generated GUID, on minor version changes, an error > occurred, stating that there is a problem with the installer. > Now, a notification is shown, warning the user that another version of > this product is already installed, and that configuration or removal of > the existing version is possible through Add/Remove Programs on the > Control Panel (expected behavior). > = > Signed-off-by: Leonid Bloch Thanks, applied to qga tree: https://github.com/mdroth/qemu/commits/qga > --- > qga/installer/qemu-ga.wxs | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > = > diff --git a/qga/installer/qemu-ga.wxs b/qga/installer/qemu-ga.wxs > index 9473875..7f92891 100644 > --- a/qga/installer/qemu-ga.wxs > +++ b/qga/installer/qemu-ga.wxs > @@ -41,7 +41,7 @@ > = > Name=3D"QEMU guest agent" > - Id=3D"*" > + Id=3D"{DF9974AD-E41A-4304-81AD-69AA8F299766}" > UpgradeCode=3D"{EB6B8302-C06E-4BEC-ADAC-932C68A3A98D}" > Manufacturer=3D"$(env.QEMU_GA_MANUFACTURER)" > Version=3D"$(env.QEMU_GA_VERSION)" > -- = > 2.4.3 >=20