Ovirt widows guest tools project creates an iso which contins a Wix toolset based Microsoft Installer for installing:
- Attach the iso to the windows VM as a CD.
- Run the ovirt-wgtx{arch}.msi.
- Run the and qemu-ga.msi.
- Reboot.
- Check in device manager that devices are recognized.
- Check in task manager that the services are running.
Using mock runner
Probably the easyest way to build WGT iso is by using mock runner
follow the docs on:
https://ovirt-infra-docs.readthedocs.io/en/latest/CI/Using_mock_runner/index.html
after you have mock runner setup, from the project root dir run:
%{path_to_mock_runner_dir}/mock_runner -b %{required_os}
Using make
make sure that all the packages listed on automation/build-artifacts.packages are installed in your build env. from the project root run:
make ARCH={x64/x86}