From 0291b489d62fe16063ee5e368d46f3e9e5a6834d Mon Sep 17 00:00:00 2001 From: Jonathan Watt Date: Wed, 5 Jan 2022 11:49:16 +0000 Subject: [PATCH] Add dependencies to the VirtioFsSvc service The service has two dependencies (WinFsp.Launcher and VirtioFsDrv) as noted, for example, at: https://virtio-fs.gitlab.io/howto-windows.html https://github.com/virtio-win/kvm-guest-drivers-windows/issues/550#issuecomment-779047192 Signed-off-by: Jonathan Watt --- virtio-win-drivers-installer/Drivers/viofs/viofs_extras.wxi | 1 + 1 file changed, 1 insertion(+) diff --git a/virtio-win-drivers-installer/Drivers/viofs/viofs_extras.wxi b/virtio-win-drivers-installer/Drivers/viofs/viofs_extras.wxi index 1e39463..404f279 100755 --- a/virtio-win-drivers-installer/Drivers/viofs/viofs_extras.wxi +++ b/virtio-win-drivers-installer/Drivers/viofs/viofs_extras.wxi @@ -25,6 +25,7 @@ Name="VirtioFsSvc" DisplayName="VirtIO-FS Service" Description="Enables Windows virtual machines to access directories on the host that have been shared with them using virtiofs." + Dependencies="WinFsp.Launcher/VirtioFsDrv" Start="demand" ErrorControl="ignore" Type="ownProcess"