wapt-apple-mobile-device-su.../setup.py

12 lines
303 B
Python
Raw Normal View History

2018-12-05 23:01:14 +01:00
# -*- coding: utf-8 -*-
from setuphelpers import *
uninstallkey = []
def install():
print('Installing Apple Mobile Device Support')
if iswin64():
install_msi_if_needed("AppleMobileDeviceSupport64.msi")
else:
install_msi_if_needed("AppleMobileDeviceSupport.msi")