If we are going to use the msi package, we have to tell windows to install it using msiexec /passive /package, so the msi is installed without asking questions. Only executing the msi will prompt questions to the user, which we clearly don't want. Changing it on the default config file so people won't loose time trying to figure out why the msi is not being installed. Signed-off-by: Lucas Meneghel Rodrigues <lmr@xxxxxxxxxx> --- client/tests/kvm/tests_base.cfg.sample | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/client/tests/kvm/tests_base.cfg.sample b/client/tests/kvm/tests_base.cfg.sample index 22e9494..e9d4b4e 100644 --- a/client/tests/kvm/tests_base.cfg.sample +++ b/client/tests/kvm/tests_base.cfg.sample @@ -1294,7 +1294,7 @@ variants: #drive_index_virtiocd = 3 #virtio_floppy = /usr/share/virtio-win/virtio-drivers.vfd # Some flavors of the virtio drivers have an msi installer - #virtio_network_installer = F:\\RHEV-Network.msi + #virtio_network_installer = ' msiexec /passive /package F:\RHEV-Network64.msi' migrate: migration_test_command = ver && vol migration_bg_command = start ping -t localhost -- 1.7.2.2 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html