Re: [Qemu-devel] [PATCH] qga-win: VSS: Handle VSS_E_PROVIDER_ALREADY_REGISTERED error

2017-11-30 Thread Sameeh Jubran
On Wed, Nov 29, 2017 at 1:17 AM, Michael Roth wrote: > Quoting Sameeh Jubran (2017-11-22 05:30:14) > > From: Sameeh Jubran > > > > We can get VSS_E_PROVIDER_ALREADY_REGISTERED error if for some > > reason the uninstall of qemu-ga didn't complete successfully. > > In this case we can try to unreg

Re: [Qemu-devel] [PATCH] qga-win: VSS: Handle VSS_E_PROVIDER_ALREADY_REGISTERED error

2017-11-28 Thread Michael Roth
Quoting Sameeh Jubran (2017-11-22 05:30:14) > From: Sameeh Jubran > > We can get VSS_E_PROVIDER_ALREADY_REGISTERED error if for some > reason the uninstall of qemu-ga didn't complete successfully. > In this case we can try to unregister the component service > and attempt to register it again. >

[Qemu-devel] [PATCH] qga-win: VSS: Handle VSS_E_PROVIDER_ALREADY_REGISTERED error

2017-11-22 Thread Sameeh Jubran
From: Sameeh Jubran We can get VSS_E_PROVIDER_ALREADY_REGISTERED error if for some reason the uninstall of qemu-ga didn't complete successfully. In this case we can try to unregister the component service and attempt to register it again. Signed-off-by: Sameeh Jubran --- qga/vss-win32/install.