Obtaining the Necessary McAfee Components

Technical Articles

Solution
Application
Content Type
Technical Documentation
Utilities & Services
ft:locale
en-US
  1. Log in to a computer with a local administrator account and open Terminal.
  2. Create a directory for the script in the Application Support folder by executing the following command:
    sudo mkdir -p /Library/Application\ Support/McAfee/
  3. Download the install.sh script from your McAfee ePO Server.
  4. Copy the install.sh script to the directory you created in step 2 by executing the following command:
    sudo cp ~/Downloads/install.sh /Library/Application\ Support/McAfee/
    
  5. Modify the permissions on the install.sh script as needed.
  6. Modify the install.sh script to make it an executable script by executing the following command:
    sudo chmod +x /Library/Application\ Support/McAfee/install.sh
    
  7. Open the directory you created in step two by executing the following command:
    sudo open /Library/Application\ Support/McAfee/