diff options
author | Basil Salman | 2020-03-11 18:04:15 +0100 |
---|---|---|
committer | Michael Roth | 2020-03-24 17:32:19 +0100 |
commit | bb1ce44b15f159b67fafc5f4b285bbf20a1961e9 (patch) | |
tree | e8f277e0e1c166a8521c977f514971ea2700d462 | |
parent | Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2020-03-24' in... (diff) | |
download | qemu-bb1ce44b15f159b67fafc5f4b285bbf20a1961e9.tar.gz qemu-bb1ce44b15f159b67fafc5f4b285bbf20a1961e9.tar.xz qemu-bb1ce44b15f159b67fafc5f4b285bbf20a1961e9.zip |
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: Sameeh Jubran <sjubran@redhat.com>
Signed-off-by: Basil Salman <basil@daynix.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
-rw-r--r-- | qga/installer/qemu-ga.wxs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qga/installer/qemu-ga.wxs b/qga/installer/qemu-ga.wxs index 64bf90bd85..f6781752e6 100644 --- a/qga/installer/qemu-ga.wxs +++ b/qga/installer/qemu-ga.wxs @@ -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}"> |