<div dir="ltr"><div><div>Hi Patrick,<br><br></div>First of all lets clear some misunderstanding here - you don&#39;t need to manually install Python.<br></div>The installation of oVirt WGT is fully self contained, and while the oVirt Guest Agent it includes is indeed programmed in Python, the version included is converted using py2exe (check <a href="http://py2exe.org">py2exe.org</a> for more details if it interests you) into a standalone executable (well, almost - just like Windows version of Python.exe, it depends on Microsoft Visual Studio CRTL, but we install it during the installation of the oVirt WGT).<br><div><div><div><br></div><div>Now about the automated installation. Generally we support silent installation of oVirt WGT.<br></div><div>You just need to supply /S command parameter to the installer.<br></div><div>However there is a catch - unfortunately Windows will popup warning messages due to the fact that the drivers supplied are non-WHQL&#39;d. That is because the drivers are signed by Red Hat, Inc. and not by Microsoft certificate.<br><br></div><div>This is a security feature of Windows OS itself, and there is not much we can do about it right now.<br>The side effect of this is that you need to manually approve the drivers installation for each driver, or choose to trust all drivers from Red Hat, Inc., and then no more popups will show up. Unfortunately, you still need to do this manually at least once, and you can&#39;t pre-approve Red Hat, Inc. to make this process automated. For more information on installing oVirt WGT you can check this article: <a href="http://community.redhat.com/blog/2015/05/how-to-install-and-use-ovirts-windows-guest-tools/">http://community.redhat.com/blog/2015/05/how-to-install-and-use-ovirts-windows-guest-tools/</a> by yours truly.<br><br></div><div>There is a workaround though, and it&#39;s to create a program that will automatically approve such unsigned drivers dialogs. It&#39;s relatively easy to program with i.e. AutoIt scripting engine (check: <a href="https://www.autoitscript.com/site/autoit/">https://www.autoitscript.com/site/autoit/</a> ), which is free (like in free beer, but unfortunately not as in freedom because source code for it is not supplied). Note that you must be quite careful with that, as by doing so you basically disabling the security mechanism that Microsoft had put in place for a reason, and potentially you may unintentionally install other non-WHQL&#39;d drivers - if the installation attempt for these other drivers will be made while your auto-approver program will run.<br></div><div><br clear="all"><div><div><div class="gmail_signature"><div dir="ltr">Thanks in advance,<br>Lev Veyde.<br></div></div></div>
</div></div></div></div></div>