/build/static/layout/Breadcrumb_cap_w.png

Installs on a Mac.

I am trying to use KACE to manage our Macs here. As far as installing software, I haven't been having much luck. Am I right that Managed Installs do not work on Macs? I have been trying scripting and I can get the .PKG file copied over but I was just wondering how to run a command from terminal using Scripting. I am by no means a Mac expert, so I may just be missing something.

0 Comments   [ + ] Show comments

Answers (6)

Answer Summary:
I just pop the .app into the Managed Installation and it works perfectly as its zips up the .app, especially considering it only needs to deploy this .app into the /Applications folder. If there installation is more complex than the simple .app like Creative Suite or Office etc, then I tend to run a script instead (like below for Flash Player) which works fine on Snow Leopard macs fine. #!/bin/sh # Flash11-1-102-63.sh # # # Created by Mike Donaldson on 12/03/2012. unzip "/Library/Application Support/Dell/KACE/data/scripts/221/Adobe Flash Player.pkg.zip" installer -pkg "/Library/Application Support/Dell/KACE/data/scripts/221/Adobe Flash Player.pkg" -target /
Posted by: tekCTRL 12 years ago
Third Degree Green Belt
2
I just pop the .app into the Managed Installation and it works perfectly as its zips up the .app, especially considering it only needs to deploy this .app into the /Applications folder.

If there installation is more complex than the simple .app like Creative Suite or Office etc, then I tend to run a script instead (like below for Flash Player) which works fine on Snow Leopard macs fine.

#!/bin/sh

# Flash11-1-102-63.sh
#
#
# Created by Mike Donaldson on 12/03/2012.

unzip "/Library/Application Support/Dell/KACE/data/scripts/221/Adobe Flash Player.pkg.zip"

installer -pkg "/Library/Application Support/Dell/KACE/data/scripts/221/Adobe Flash Player.pkg" -target /
Posted by: dchristian 12 years ago
Red Belt
0
The MI's do work on the MAC (their probably easier than windows because the command line is configured for you).

The easiest way to run MAC commands is to use shell scripts.

Just type you commands in the script text section.
Posted by: ronco 12 years ago
Third Degree Brown Belt
0
WGM_Jeff,

There are also multiple KKE sessions that specifically deal with Mac Managed Installations. r2
Posted by: MacDude 12 years ago
Fifth Degree Brown Belt
0
It is certainly possible to use Managed Installs on Macs. It does require an understanding of how DMG files are interpreted by the KBOX.

I've given a couple of KKE sessions on Mac Software deployments that address this.

Please check out: KKE recordings and look for the Mac sessions from January 2012 and August 2011 (there are other Mac related things in there as well.
Posted by: WGM_Jeff 12 years ago
4th Degree Black Belt
0
Thanks, everyone. I guess I didn't look as hard as I thought I had. After following the advice here, I was able to get installs working using both Scripting and Managed Installs. Managed Installs seem to be a lot easier. I am going to watch the KKEs this morning. We are trying to get it to where we don't have to run around campus every time we have to do something on a Mac.
Posted by: MacDude 12 years ago
Fifth Degree Brown Belt
0
Down with SneakerNet!

;)
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login

Share

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ