You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
312 B
10 lines
312 B
6 years ago
|
# -*- coding: utf-8 -*-
|
||
|
from setuphelpers import *
|
||
|
|
||
|
uninstallkey = []
|
||
|
|
||
|
def install():
|
||
|
print('Installing Spice Guest Tools')
|
||
|
version = control['version'].split('-',1)[0]
|
||
|
install_exe_if_needed('spice-guest-tools-%s.exe' % version, silentflags='/S', key='SpiceGuestTools', min_version='0.141')
|