qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] qemu-ga: Fixed minor version switch issue


From: Leonid Bloch
Subject: Re: [Qemu-devel] [PATCH] qemu-ga: Fixed minor version switch issue
Date: Thu, 25 Feb 2016 10:15:18 +0200

On Feb 25, 2016 4:09 AM, "Michael Roth" <address@hidden> wrote:
>
> 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 <address@hidden>
>
> Thanks, applied to qga tree:
>
>   https://github.com/mdroth/qemu/commits/qga

Thanks, Michael.

>
> > ---
> >  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 @@
> >
> >    <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)"
> > --
> > 2.4.3
> >
>


reply via email to

[Prev in Thread] Current Thread [Next in Thread]