wapt-qemu-ga/setup.py

9 lines
216 B
Python
Raw Normal View History

2018-12-08 11:08:28 +01:00
# -*- coding: utf-8 -*-
from setuphelpers import *
uninstallkey = []
def install():
2018-12-08 11:29:35 +01:00
print('Installing Qemu Guest Agent')
2018-12-08 11:08:28 +01:00
install_msi_if_needed('qemu-ga-x64.msi' if iswin64() else 'qemu-ga-x86.msi')