![191485-image.png][1] [1]: /api/attachments/191485-image.png?platform=QnA The problem is that the shortcut comes long after ...
No Desktop Shortcut Teams msi
Hello,
With the last version of Microsoft Teams, i do not have a Desktop Shortcut with the command:
msiexec.exe /i Teams_windows_x64.msi OPTIONS="noAutoStart=true" ALLUSERS=1
With the old version i had a Desktop Shortcut.
Do you know why ?
I tried to include "NODESKTOPSHORTCUT=0" it doesn't work.
Maybe you have the solution…
Thank you.
Windows for business | Windows Client for IT Pros | User experience | Other
Microsoft Teams | Microsoft Teams for business | Other
9 answers
Sort by: Most helpful
-
-
Jason 1 Reputation point
2022-05-11T17:54:37.527+00:00 I'm also seeing this change in behaviour between the 1.4.x and 1.5.x installer. We're sticking with 1.4.x until Microsoft addresses the issue.
-
DubleA 1 Reputation point
2022-06-03T15:51:04.887+00:00 Even with
OPTIONS="noAutoStart=true" ALLUSERS=1"
like their documentation shows, it is not creating a desktop shortcut. -
Johnny W 1 Reputation point
2022-07-07T23:00:13.83+00:00 I have the same issue with the "Per-machine installation" installation in a VDI.
https://learn.microsoft.com/en-us/MicrosoftTeams/teams-for-vdi#teams-cached-content-exclusion-list-for-non-persistent-setup
Following the above article, I have tired the installation several time without lock.
Issues:- Missing Teams icon on the Desktop
- Can't disable the Auto startup
Per-machine installationi:
reg add "HKLM\SOFTWARE\Microsoft\Teams" /v IsWVDEnvironment /t REG_DWORD /d 1 /f
"This process adds a required registry key to the machine that lets the Teams installer know it is a VDI instance. Without it, the installer will error out, stating: "Installation has failed. Cannot install for all users when a VDI environment is not detected."*msiexec /i “C:\Temp\Teams_windows_x64.msi” /l*v “C:\Temp\Teams.log” OPTIONS="noAutoStart=true" ALLUSER=1
"The ALLUSERS=1 parameter can be used in non-VDI and VDI environments, while the ALLUSER=1 parameter is used only in VDI environments to specify a per-machine installation"