Hi Jason,
This is the action script which i use for MS teams wide installer.
wait “{pathname of system folder & “\msiexec.exe”}” /i “{(pathname of client folder of current site) & “__Download\Teams_windows_x64.msi”}” OPTIONS=“noAutoStart=true” ALLUSERS=1 /qn /norestart
After successfully deployed, users claimed that teams not showing up. Wanted to know how this wide installer actually works, Is it when a user login to the laptop, then Teams will auto installed or need to do something before that.
Hope this clarifies