Microsoft Teams impossible to install
Published: June 22, 2017 - 2:17 PM
Hello,
I've been trying for several days to create a package for Microsoft Teams, but when I run `build-upload`, the .exe file launches on my machine. This is the first time this has happened.
Furthermore, when I try to deploy it to the client machine, there are no error messages. According to the logs, Teams is installed, but I see nothing.
The .exe file is from the Microsoft website. I've tried both the 32-bit and 64-bit versions, but
Here is my setup.py:
# -*- coding: utf-8 -*-
from setuphelpers import *
uninstallkey = []
def install():
print('installing wapt-teams64')
run(r'"Teams_windows.exe" ')
I've tried with /VERYSILENT, then with -s, and with nothing, but still nothing.
It's important to note that this is a machine with a user account that doesn't have admin privileges; all other packages work (Skype, Skype for Business, Chrome, etc.).
Manual installation works fine; the user has a valid license.
In short, the installation is successful, but there's no trace of the software on the PC.
Client machine OS: Windows 7 Pro x64.
Any ideas?
Thanks.
I've been trying for several days to create a package for Microsoft Teams, but when I run `build-upload`, the .exe file launches on my machine. This is the first time this has happened.
Furthermore, when I try to deploy it to the client machine, there are no error messages. According to the logs, Teams is installed, but I see nothing.
The .exe file is from the Microsoft website. I've tried both the 32-bit and 64-bit versions, but
Here is my setup.py:
# -*- coding: utf-8 -*-
from setuphelpers import *
uninstallkey = []
def install():
print('installing wapt-teams64')
run(r'"Teams_windows.exe" ')
I've tried with /VERYSILENT, then with -s, and with nothing, but still nothing.
It's important to note that this is a machine with a user account that doesn't have admin privileges; all other packages work (Skype, Skype for Business, Chrome, etc.).
Manual installation works fine; the user has a valid license.
In short, the installation is successful, but there's no trace of the software on the PC.
Client machine OS: Windows 7 Pro x64.
Any ideas?
Thanks.