diff options
| author | Leonid Bloch | 2016-01-11 10:12:41 +0100 |
|---|---|---|
| committer | Michael Roth | 2016-02-25 16:48:51 +0100 |
| commit | 01fdadde8070d5355a2b36b80d07f1f412dc0491 (patch) | |
| tree | c1389d85b98b3258b4f8b67b34022da910091cad | |
| parent | qga: Support enum names in guest-file-seek (diff) | |
| download | qemu-01fdadde8070d5355a2b36b80d07f1f412dc0491.tar.gz qemu-01fdadde8070d5355a2b36b80d07f1f412dc0491.tar.xz qemu-01fdadde8070d5355a2b36b80d07f1f412dc0491.zip | |
qemu-ga: Fixed minor version switch issue
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>
| -rw-r--r-- | qga/installer/qemu-ga.wxs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qga/installer/qemu-ga.wxs b/qga/installer/qemu-ga.wxs index 9473875723..7f9289122f 100644 --- a/qga/installer/qemu-ga.wxs +++ b/qga/installer/qemu-ga.wxs @@ -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)" |
