dont use msupdate for microsoftteams

msupdate does not fully support teams
This commit is contained in:
Stephen Boyle
2021-05-14 13:12:33 -04:00
parent bd4e848d60
commit 0d09f1650a

View File

@@ -2993,8 +2993,9 @@ microsoftteams)
# Still using macadmin.software for version, as the path does not contain the version in a matching format. packageID can be used, but version is the same.
expectedTeamID="UBF8T346G9"
blockingProcesses=( Teams "Microsoft Teams Helper" )
updateTool="/Library/Application Support/Microsoft/MAU2.0/Microsoft AutoUpdate.app/Contents/MacOS/msupdate"
updateToolArguments=( --install --apps TEAM01 )
# commenting out msupdate as it is not really supported *yet* for teams
#updateTool="/Library/Application Support/Microsoft/MAU2.0/Microsoft AutoUpdate.app/Contents/MacOS/msupdate"
#updateToolArguments=( --install --apps TEAM01 )
;;
microsoftvisualstudiocode|\
visualstudiocode)