skype entreprise 2016
Posté : 01 mars 2018 - 10:36
Bonjour,
J'aimerai déployer skype entreprise O_o, un peu galère a déployer.
Il me reste un blocage :
Le run(r'"setup.exe" /Uninstall LYNCENTRY /config uninstall.xml') pose problème. Je ne comprends pas pourquoi.
Merci d'avance 
J'aimerai déployer skype entreprise O_o, un peu galère a déployer.
Il me reste un blocage :
Code : Tout sélectionner
# -*- 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 : Tout sélectionner
IndentationError: unindent does not match any outer indentation level
