KBOX Agent for MAC default server name
Is it possible to configure/modify the KBOX Agent Installer for MAC to auto populate the server name of our server. It defaults to just "kace" and it would be nice if it could by modified/configured to autopopulate with our server just to reduce the possiblity of typos. A majority of our users will be installing via a link to the dmg and running the .pkg file to install from the user portal. I would like to automate the whole process for a MAC, but I don't see a way to get the .pkg file wihout using a dmg. Any help is appreciated.
0 Comments
[ + ] Show comments
Answers (4)
Please log in to answer
Posted by:
GillySpy
13 years ago
Posted by:
tomssd
13 years ago
Posted by:
GillySpy
13 years ago
For customizing the Mac Agent you can view the contents of the Agent if you open the package and customize it (open our dmg, copy the pkg file to their Desktop, then right click, Show Package Contents. copy and overwrite the scripts in the package, or use PackageMaker to further customize it. )
in 5.3 (if you call support) you can do the following to automate the install and set the host name.
in 5.3 (if you call support) you can do the following to automate the install and set the host name.
hdiutil attach ./ampagent-5.3.xxxxx-all.dmg
export KACE_SERVER=k1000name
sudo installer -pkg '/Volumes/Dell KACE/AMPAgent.pkg' -target /
hdiutil detach '/Volumes/Dell KACE'
Posted by:
tomssd
13 years ago
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.