cd /Library/Preferences
sudo rm com.sophos.sav.plist
cd /Library/Application\ Support/Sophos/cloud/Installer.app/Contents/MacOS/tools/
sudo ./InstallationDeployer —force_remove
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Prerequisites: | |
You have a piece of old software you need to run but it requires .net 2.0 to install. | |
Steps to install .net framework 2.0: | |
1. Download .net framework from microsoft.com. | |
2. Realize it is x64 and not x86 as needed. | |
3. Download .net framework 2.0 sp2 from microsoft.com | |
4. Realize it is only the service pack and does not include the installer. | |
5. Find a USB cd rom drive. | |
6. Copy the exe off of the cd. |