Tully
Tully
Yeah I'm having the same problem... Had to make a manual interception and fix in my main installomator script to specifically set the itemName to "Microsoft Teams"
Script used: `MDM/App-update/App normal Auto-install.sh` Version: 10.6 variables set: `appPath="/Applications/Microsoft Teams.app"` `installomatorOptions="BLOCKING_PROCESS_ACTION=ignore"` Returned results: ``` 2024-09-09 14:01:36 [LOG-BEGIN] microsoftteamsnew /Applications/Microsoft Teams.app Found! 2024-09-09 14:01:48.018 mdfind[67373:8980884] [UserQueryParser] Loading keywords and predicates...
Any reason why you're cutting the minor version number off the end? This seems to work fine too ``` bash installomatorVersion="$(${destFile} version | grep -Eo '[0-9]+\.[0-9]+' | head -1)" ```
So after investigating this I found a few additional situations that could be causing the Dialog window to not close correctly after the script ends. Biggest one is that any...