]> git.ipfire.org Git - thirdparty/qemu.git/commit
qga/vss-win32: Add VSS provider unregistration retry
authorElizabeth Ashurov <eashurov@redhat.com>
Wed, 18 Jun 2025 09:18:06 +0000 (12:18 +0300)
committerKostiantyn Kostiuk <kkostiuk@redhat.com>
Mon, 30 Jun 2025 10:17:10 +0000 (13:17 +0300)
commit1c90e89e64beb2bd72f8e437c56274c885df7b3f
treeb884703f49c3933ae729966bc6d386965525d14d
parent012bb70cd16512dbcc1ba423c3f7f260e177afe7
qga/vss-win32: Add VSS provider unregistration retry

This commit improves the QGA VSS provider installation flow by attempting to unregister the VSS provider if it's already
found during installation. This allows for a retry of installation even if a previous unregistration failed or was not performed.
This will prevent inconsistencies between QGA and QGA-VSS versions.
Before this commit, QGA can use QGA-VSS from the previous installation.

Signed-off-by: Elizabeth Ashurov <eashurov@redhat.com>
Reviewed-by: Kostiantyn Kostiuk <kkostiuk@redhat.com>
Message-ID: <20250618091806.170110-1-eashurov@redhat.com>
Signed-off-by: Kostiantyn Kostiuk <kkostiuk@redhat.com>
qga/vss-win32/install.cpp