Page 1 sur 1

skype entreprise 2016

Posté : 01 mars 2018 - 10:36
par tienou
Bonjour,

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')
Le run(r'"setup.exe" /Uninstall LYNCENTRY /config uninstall.xml') pose problème. Je ne comprends pas pourquoi.

Code : Tout sélectionner

IndentationError: unindent does not match any outer indentation level
Merci d'avance :)

Re: skype entreprise 2016

Posté : 01 mars 2018 - 11:02
par agauvrit
Bonjour,

Sujet déjà abordé, la désinstallation s'effectue a partir de ce qui est stocké en base de donnée locale, donc n'a pas accès aux fichiers contenus dans le paquet.

viewtopic.php?f=9&t=846&p=2620&hilit=uninstall#p2620

Alexandre