mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-29 22:04:09 +01:00
dont use msupdate for microsoftteams
msupdate does not fully support teams
This commit is contained in:
@@ -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.
|
# 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"
|
expectedTeamID="UBF8T346G9"
|
||||||
blockingProcesses=( Teams "Microsoft Teams Helper" )
|
blockingProcesses=( Teams "Microsoft Teams Helper" )
|
||||||
updateTool="/Library/Application Support/Microsoft/MAU2.0/Microsoft AutoUpdate.app/Contents/MacOS/msupdate"
|
# commenting out msupdate as it is not really supported *yet* for teams
|
||||||
updateToolArguments=( --install --apps TEAM01 )
|
#updateTool="/Library/Application Support/Microsoft/MAU2.0/Microsoft AutoUpdate.app/Contents/MacOS/msupdate"
|
||||||
|
#updateToolArguments=( --install --apps TEAM01 )
|
||||||
;;
|
;;
|
||||||
microsoftvisualstudiocode|\
|
microsoftvisualstudiocode|\
|
||||||
visualstudiocode)
|
visualstudiocode)
|
||||||
|
|||||||
Reference in New Issue
Block a user