virtio-win / virtio-win-pkg-scripts

Scripts for packaging virtio-win drivers
GNU General Public License v2.0
1.94k stars 150 forks source link

Balloon device is installed, but blnsrv.exe is missing a .msi to install and create the service #18

Closed stumbaumr closed 4 years ago

stumbaumr commented 4 years ago

Hi,

you provide a .MSI for the guest-agent, but not for the Balloon Service.

If someone like the chocolatey package maintainer just loops over the directory structure and installs all the .INF files he will miss out on the blnsrv.exe.

Could you provide a proper .MSI for the blnsrv.exe please.

Thanks Rainer

crobinso commented 4 years ago

There is work right now to create a unified msi installer for all the drivers and agents, and get it on the public virtio-win iso. The installer code is here: https://github.com/virtio-win/virtio-win-guest-tools-installer

When that is integrated it will kinda cover this. But if you still specifically want a blnsrv.msi you'll need to request that the kvm-windows-guest-drivers build system outputs one, so you'll want to file a request there: https://github.com/virtio-win/kvm-guest-drivers-windows