Skype for Business 2016
Veröffentlicht: 1. März 2018 - 10:36 Uhr
Guten Morgen,
Ich würde gerne Skype for Business einsetzen O_o, aber die Installation ist etwas umständlich.
Ich habe noch ein Hindernis:
Der Befehl `run(r'"setup.exe" /Uninstall LYNCENTRY /config uninstall.xml')` verursacht ein Problem. Ich verstehe nicht, warum.
Dank im Voraus 
Ich würde gerne Skype for Business einsetzen O_o, aber die Installation ist etwas umständlich.
Ich habe noch ein Hindernis:
Code: Alle auswählen
# -*- 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: Alle auswählen
IndentationError: unindent does not match any outer indentation level