Hello,
I need to install Teams on several PCs for all users who will be logging in. I downloaded your package (thank you!), updated the MSI, and uploaded everything to my server. The package installed on one machine without any errors. So far, so good.
However, the installation doesn't start when users log in. The installer (teams.exe) is located in "C:\Program Files (x86)\Teams Installer" along with a setup.json file that contains only this:
{"noAutoStart":false}.
The registry does contain HKLM\Software\Microsoft\Windows\CurrentVersion\Run\Teams with the value:
"%ProgramFiles%\Teams Installer\Teams.exe --checkInstall --source=[SOURCE]".
However, I have Windows 10 64-bit, and therefore %ProgramFiles% corresponds to "C:\Program Files".
Is it normal that it installed teams.exe in the x86 directory?
Thank you
, Mathieu
[RESOLVED] tis-microsoft-teams
Forum Rules
Community Forum Rules
* English support on www.reddit.com/r/wapt
* French community support is available on this forum
* Please prefix the topic title with [RESOLVED] if it is resolved.
* Please do not edit a topic that is tagged [RESOLVED]. Open a new topic referencing the old one.
* Specify the installed WAPT version, full version, and build number (2.2.1.11957 / 2.2.2.12337 / etc.) as well as the Enterprise/Discovery edition.
* Versions 1.8.2 and earlier are no longer supported. The only questions accepted regarding version 1.8.2 are related to upgrading to a supported version (2.1, 2.2, etc.).
* Specify the server OS (Linux/Windows) and version (Debian Buster/Bullseye - CentOS 7 - Windows Server 2012/2016/2019).
* Specify the OS of the administration/package creation machine and the machine with the problematic agent, if applicable (Windows 7/10/11/Debian 11/etc.).
* Avoid asking multiple questions when opening a topic, otherwise it may be ignored. If there are multiple topics, open separate topics, preferably one after the other and not all at the same time (i.e., do not spam the forum).
* Include code snippets, screenshots, and other images directly in the post. Links to Pastebin, Bitly, and other third-party sites will be systematically removed.
* As with any community forum, support is provided voluntarily by members. If you require commercial support, you can contact Tranquil IT's sales department at 02.40.97.57.55
Community Forum Rules
* English support on www.reddit.com/r/wapt
* French community support is available on this forum
* Please prefix the topic title with [RESOLVED] if it is resolved.
* Please do not edit a topic that is tagged [RESOLVED]. Open a new topic referencing the old one.
* Specify the installed WAPT version, full version, and build number (2.2.1.11957 / 2.2.2.12337 / etc.) as well as the Enterprise/Discovery edition.
* Versions 1.8.2 and earlier are no longer supported. The only questions accepted regarding version 1.8.2 are related to upgrading to a supported version (2.1, 2.2, etc.).
* Specify the server OS (Linux/Windows) and version (Debian Buster/Bullseye - CentOS 7 - Windows Server 2012/2016/2019).
* Specify the OS of the administration/package creation machine and the machine with the problematic agent, if applicable (Windows 7/10/11/Debian 11/etc.).
* Avoid asking multiple questions when opening a topic, otherwise it may be ignored. If there are multiple topics, open separate topics, preferably one after the other and not all at the same time (i.e., do not spam the forum).
* Include code snippets, screenshots, and other images directly in the post. Links to Pastebin, Bitly, and other third-party sites will be systematically removed.
* As with any community forum, support is provided voluntarily by members. If you require commercial support, you can contact Tranquil IT's sales department at 02.40.97.57.55
-
WAPT user CN
- Messages: 11
- Registration: January 9, 2019 - 4:34 AM
French International School of Beijing (China)
-
WAPT user CN
- Messages: 11
- Registration: January 9, 2019 - 4:34 AM
I forgot to mention:
1/ Teams deployed on a 64-bit Windows 10 machine;
2/ Server running Debian 9.12;
3/ Console also running on a 64-bit Windows 10 machine.
1/ Teams deployed on a 64-bit Windows 10 machine;
2/ Server running Debian 9.12;
3/ Console also running on a 64-bit Windows 10 machine.
French International School of Beijing (China)
- dcardon
- WAPT Expert
- Messages: 1929
- Registration: June 18, 2014 - 09:58
- Location: Saint Sébastien sur Loire
- Contact :
Actually, the directory where the teams.exe binary is stored isn't very important (Program Files or Program Files (x86)), but the environment variable must point to the correct one! The WAPT agent runs in 32-bit (to have the same agent on x86 and x86_64), so the program files variable will always point to c:\program files (x86). The setuphelpers have several functions for this: programfiles (which depends on the binary that calls it), programfiles64, and programfiles32, to specify in a more deterministic way which directory to point to. It's very likely there's an error at this point in the script.
Regards,
Denis
Regards,
Denis
Denis Cardon - Tranquil IT
Share your experiences on WAPT! Send us your blog and article URLs in the "Your Opinion of the forum, and we'll feature them on the WAPT
Share your experiences on WAPT! Send us your blog and article URLs in the "Your Opinion of the forum, and we'll feature them on the WAPT
Hello,
I'm having the same issue. I downloaded the tis-microsoft-teams 1.3.0.13565-20 x64 package from the WAPT Store,
but it won't install on my Windows 7 x64 machine.
Does anyone have a solution?
WAPT version: 1.7.4
Server OS: Windows Server 2019 Standard
Administration machine OS: Windows 7 x64
I'm having the same issue. I downloaded the tis-microsoft-teams 1.3.0.13565-20 x64 package from the WAPT Store,
but it won't install on my Windows 7 x64 machine.
Does anyone have a solution?
WAPT version: 1.7.4
Server OS: Windows Server 2019 Standard
Administration machine OS: Windows 7 x64
Hello,
thank you, I will test it and give you feedback.
However, I have another question beforehand.
From what I understand, the package was created for a virtualized environment, but in my case, it's a physical machine, so I just need to comment out the 3 lines:
registry_set(HKEY_LOCAL_MACHINE,r'SOFTWARE\VMware, Inc.\VMware VDM\Agent','','')
registry_set(HKEY_LOCAL_MACHINE,r'SOFTWARE\Citrix\PortICA','','')
registry_set(HKEY_LOCAL_MACHINE,r'SOFTWARE\Microsoft\Teams','IsWVDEnvironment',1,type=REG_DWORD)
Is that correct?
thank you, I will test it and give you feedback.
However, I have another question beforehand.
From what I understand, the package was created for a virtualized environment, but in my case, it's a physical machine, so I just need to comment out the 3 lines:
registry_set(HKEY_LOCAL_MACHINE,r'SOFTWARE\VMware, Inc.\VMware VDM\Agent','','')
registry_set(HKEY_LOCAL_MACHINE,r'SOFTWARE\Citrix\PortICA','','')
registry_set(HKEY_LOCAL_MACHINE,r'SOFTWARE\Microsoft\Teams','IsWVDEnvironment',1,type=REG_DWORD)
Is that correct?
Hello,
it's actually the opposite. If you're in a "WVD/VDI" environment, it's best not to manipulate these registry keys. They're added because they're required to allow installation in a system environment on a "non-VDI" machine.
Therefore, I suggest you refrain from commenting.
Sincerely,
Jimmy
it's actually the opposite. If you're in a "WVD/VDI" environment, it's best not to manipulate these registry keys. They're added because they're required to allow installation in a system environment on a "non-VDI" machine.
Therefore, I suggest you refrain from commenting.
Sincerely,
Jimmy
Hello,
sorry for the slightly late reply.
I was able to deploy the package on a Windows 7 32-bit machine.
The installation worked, however, every time Teams starts, a security pop-up appears: [
attachment=0]teams_32_pop_up_secu.png[/attachment]
I think this is related to the fact that our users are not administrators of their machines.
sorry for the slightly late reply.
I was able to deploy the package on a Windows 7 32-bit machine.
The installation worked, however, every time Teams starts, a security pop-up appears: [
attachment=0]teams_32_pop_up_secu.png[/attachment]
I think this is related to the fact that our users are not administrators of their machines.
- Attachments
-
- teams_32_pop_up_secu.png (77.1 KiB) Viewed 9027 times
