Skype Empresarial 2016
Publicado: 1 de marzo de 2018 - 10:36
Buen día,
Me gustaría implementar Skype for Business O_o, es un poco complicado implementarlo.
Todavía tengo un obstáculo:
El comando `run(r'"setup.exe" /Uninstall LYNCENTRY /config uninstall.xml')` está causando un problema. No entiendo por qué.
gracias de antemano 
Me gustaría implementar Skype for Business O_o, es un poco complicado implementarlo.
Todavía tengo un obstáculo:
Código: Seleccionar todo
# -*- 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')
Código: Seleccionar todo
IndentationError: unindent does not match any outer indentation level