Good Day to all:
So I created a package that will dump the McAfee Smart Install to a directory and have a script that should automatically launch the app to start the process. But, when the script runs, I get the username and password box of the current user. I enter the credentials and nothing happens...am I missing something? The script is below:
!/bin/bash
Configuration Script to laugh the McAfee Smart Installer
Written by Rob Wilson - 3/2/17
Sudo ./open -a /Library/Application Support/TMP/mcafeesmartinstall.app
echo "Complete"
