wapt-qemu-ga/setup.py
2018-12-08 11:08:28 +01:00

9 lines
205 B
Python

# -*- coding: utf-8 -*-
from setuphelpers import *
uninstallkey = []
def install():
print('Qemu Guest Agent')
install_msi_if_needed('qemu-ga-x64.msi' if iswin64() else 'qemu-ga-x86.msi')