From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57958) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aIYX1-0001B4-KF for qemu-devel@nongnu.org; Mon, 11 Jan 2016 04:12:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aIYWw-0007uy-SG for qemu-devel@nongnu.org; Mon, 11 Jan 2016 04:12:55 -0500 Received: from mail-wm0-x230.google.com ([2a00:1450:400c:c09::230]:38889) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aIYWw-0007ur-KI for qemu-devel@nongnu.org; Mon, 11 Jan 2016 04:12:50 -0500 Received: by mail-wm0-x230.google.com with SMTP id b14so257271884wmb.1 for ; Mon, 11 Jan 2016 01:12:50 -0800 (PST) From: Leonid Bloch Date: Mon, 11 Jan 2016 11:12:41 +0200 Message-Id: <1452503561-29521-1-git-send-email-leonid@daynix.com> Subject: [Qemu-devel] [PATCH] qemu-ga: Fixed minor version switch issue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Yan Vugenfirer , Michael Roth 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 --- 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 @@