
"/Applications/Webroot SecureAnywhere.app/Contents/MacOS/Installer" -keycode=WHATEVER -language=en -silent
#CLEAN UP UNINSTALL WEBROOT 2019 INSTALL#
Runs a silent install script after: #!/bin/bash dmg of the /Applications/Webroot SecureAnywhere.app that was captured of 9.1.x before it cleaned up the installer. Rm -rf /Library/Application Support/Webroot Rm -rf ~/Library/Application Support/Webroot Rm -rf "/Applications/Webroot SecureAnywhere.app" Rm -rf /System/Library/Extensions/SecureAnywhere.kext Rm -rf /Library/Extensions/SecureAnywhere.kext

Kextunload /System/Library/Extensions/SecureAnywhere.kext Kextunload /Library/Extensions/SecureAnywhere.kext Launchctl unload /Library/LaunchDaemons/.plist # This script will attempt to remove all Webroot components. Made sure the kernel extension team ID is set in a configuration profile.

Made sure to have the full disk access configuration profile setup for Webroot.Ģ. app, but before it's fully installed and have removed the installer is critical.ġ. So getting a copy AFTER the GUI installer downloads the new. This is a little tricky because it appears they clean up the installer (/Applications/Webroot SecureAnywhere.app/Contents/MacOS/Installer) when the installation finishes. So for just getting by with silent installs, I grabbed a copy of the 9.1.x version to have JAMF push out and then have our silent script run.

app whose GUI will download 9.1.x after you put in the keycode. Their web console (at least for us) also downloads a stupid 9.0.x dmg. So I had to look at this yesterday/today to fix for our 16" MacBook pros.
