Skip to content
Snippets Groups Projects
Commit bb1ce44b authored by Basil Salman's avatar Basil Salman Committed by Michael Roth
Browse files

qga: Installer: Wait for installation to finish


Installation might fail if we don't wait for the provider
unregisteration process to finish.

Signed-off-by: default avatarSameeh Jubran <sjubran@redhat.com>
Signed-off-by: default avatarBasil Salman <basil@daynix.com>
Reviewed-by: default avatarPhilippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: default avatarMichael Roth <mdroth@linux.vnet.ibm.com>
parent 62a43e53
No related branches found
No related tags found
No related merge requests found
......@@ -81,7 +81,7 @@
Arguments="-d --retry-path"
>
</ServiceInstall>
<ServiceControl Id="StartService" Start="install" Stop="both" Remove="uninstall" Name="QEMU-GA" Wait="no" />
<ServiceControl Id="StartService" Start="install" Stop="both" Remove="uninstall" Name="QEMU-GA" Wait="yes" />
</Component>
<?ifdef var.InstallVss?>
<Component Id="qga_vss_dll" Guid="{CB19C453-FABB-4BB1-ABAB-6B74F687BFBB}">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment