Skype per Business 2016
Pubblicato: 1 marzo 2018 - 10:36
Buongiorno,
Vorrei implementare Skype for Business O_o, è un po' complicato da implementare.
Ho ancora un ostacolo:
Il comando `run(r'"setup.exe" /Uninstall LYNCENTRY /config uninstall.xml')` sta causando un problema. Non capisco perché.
grazie in anticipo 
Vorrei implementare Skype for Business O_o, è un po' complicato da implementare.
Ho ancora un ostacolo:
Codice: Seleziona tutto
# -*- coding: utf-8 -*-
from setuphelpers import *
uninstallkey = []
def install():
print('installing wapt-skype32')
run(r'"setup.exe" /adminfile "skype32.MSP"')
def uninstall():
print('uninstall wapt-skype32')
killalltasks("lync.exe")
run(r'"setup.exe" /Uninstall LYNCENTRY /config uninstall.xml')
Codice: Seleziona tutto
IndentationError: unindent does not match any outer indentation level