Skype for Business 2016
Published: March 1, 2018 - 10:36
Good morning,
I'd like to deploy Skype for Business O_o, it's a bit of a hassle to deploy.
I still have one obstacle:
The command `run(r'"setup.exe" /Uninstall LYNCENTRY /config uninstall.xml')` is causing a problem. I don't understand why.
Thanks in advance 
I'd like to deploy Skype for Business O_o, it's a bit of a hassle to deploy.
I still have one obstacle:
Code: Select all
# -*- 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')
Code: Select all
IndentationError: unindent does not match any outer indentation level