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.
9 lines
312 B
9 lines
312 B
# -*- 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')
|
|
|