[PATCH v2] qga/vss-win32: Add VSS provider unregistration retry

2025-06-18 Thread Elizabeth Ashurov
n QGA and QGA-VSS versions. Before this commit, QGA can use QGA-VSS from the previous installation. Signed-off-by: Elizabeth Ashurov --- qga/vss-win32/install.cpp | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/qga/vss-win32/install.cpp b/qga/vss-win32/install.cpp

[PATCH] qga/vss-win32: Add VSS provider unregistration retry

2025-06-17 Thread Elizabeth Ashurov
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. Signed-off-by: Elizabeth Ashurov --- qg