qemu-ga: Fixed minor version switch issue
authorLeonid Bloch <leonid@daynix.com>
Mon, 11 Jan 2016 09:12:41 +0000 (11:12 +0200)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Thu, 25 Feb 2016 15:48:51 +0000 (09:48 -0600)
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 <leonid@daynix.com>
Reviewed-by: Michael Roth <mdroth@linux.vnet.ibm.com>
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
qga/installer/qemu-ga.wxs

index 9473875723825eeaf841c3c4c8d13e0145053927..7f9289122f802c9ba93e945c7494505518683660 100644 (file)
@@ -41,7 +41,7 @@
 
   <Product
     Name="QEMU guest agent"
-    Id="*"
+    Id="{DF9974AD-E41A-4304-81AD-69AA8F299766}"
     UpgradeCode="{EB6B8302-C06E-4BEC-ADAC-932C68A3A98D}"
     Manufacturer="$(env.QEMU_GA_MANUFACTURER)"
     Version="$(env.QEMU_GA_VERSION)"
This page took 0.028716 seconds and 4 git commands to generate.