Posted on 10-07-2021 12:27 PM
What's the best way to silently uninstall Backblaze off people's computers? We've had it for awhile and recently decided to stop using it, as it wasn't being used and move people are just using OneDrive or Dropbox accounts we've given them. I know there's a guide from Backblaze itself, but it seems to require other steps: https://help.backblaze.com/hc/en-us/articles/115003602813-Silent-Uninstaller.
Posted on 10-07-2021 02:35 PM
Most likely you should be able to do something similar to the following script, after modifying it with the command from Backblaze and tuning the other steps to your needs:
The -nobrowse flag on the hdiutil command there should help keep it transparent to users.
So you could cache the DMG with the uninstaller first, then have a policy with a script similar to the above.
Posted on 01-22-2022 07:56 AM
It seems Backblaze doesn't have a silent uninstall tool for Mac. The guide says it's "silent," but it still prompts the user. Ugh, not sure how to do this gracefully.
"Please note that at this time, a dialog box will still appear asking to confirm uninstallation."
Posted on 03-30-2022 07:25 AM
Running into the same issue here. It looks like they have a -nogui flag for windows, but I dont see anything for macs. Did you have any luck with this?
Posted on 08-15-2022 12:52 PM
I'm trying out a script that was shared on the Backblaze subreddit: https://www.reddit.com/r/backblaze/comments/ts7gd9/completely_silent_uninstall/
So far so good!
Posted on 08-15-2022 12:54 PM
Hola! It was me :)
Posted on 08-15-2022 12:56 PM
😂
Posted on 04-22-2024 02:27 PM
Ever find a solution to this problem?