From my McAfee installation, I can download an app that I can deploy to users. When they start the app, the installation will begin.
I know how to get the App distributed to clients but then they have to start it them self, and I do not trust them to do so.
I have found out that if I call a shell script inside the app "McAfeeSmartInstall.app/Contents/MacOS/McAfeeSmartInstall.sh" the installation will start. But how do I distribute the app to a Mac and start the installation?
I know how to get the App distributed to clients but then they have to start it them self, and I do not trust them to do so.
I have found out that if I call a shell script inside the app "McAfeeSmartInstall.app/Contents/MacOS/McAfeeSmartInstall.sh" the installation will start. But how do I distribute the app to a Mac and start the installation?