Posted on 04-19-2015 08:12 AM
We currently use ESET Antivirus 6 for OS X, we have created the package via DMG and PKG everything installs apart from the login item for ESET. We have tried so many ways to get the ESET login but just can't to get it to work.
Has anybody has experienced the same issue, or know of a fix?
Many thanks
David
Solved! Go to Solution.
Posted on 04-20-2015 11:29 AM
Drag the created launchdaemon or launchagent into the composer window and it will start the package creation process for you.
Posted on 04-20-2015 08:14 PM
If you wanted or need a scripted way to add a login item this is an example
Posted on 04-19-2015 08:39 AM
I would just create a launch daemon to launch the app at login or startup.
You can package it with the original install or make it a separate install.
Posted on 04-19-2015 08:46 AM
You can use LaunchControl (link below) to create a global launch agent to launch the app at login. You can install the Launch Agent as a PKG to /Library/LaunchAgents.
http://www.soma-zone.com/LaunchControl/
Posted on 04-19-2015 10:12 AM
Thank you both for your replies, quite new to Casper Suite...still learning really with a long way to go.
@pblake, how would I go about creating a launch daemon? would it be like this:
http://www.acousticwebdesign.net/programming/creating-start-up-items-in-mac-os-x/
@Abdiaziz, I have just download LaunchControl...had a play, £7 isn't a lot...is it something you use a lot?
Thanks again for your replies.
Posted on 04-19-2015 11:28 AM
Not really, I only want the bare minimum to open during login.
What I have run during login:
uniFLOW Mac Client, Network Home Drive mount script, and Geektool.
Posted on 04-19-2015 06:26 PM
@Davies i use LingonX for my launch daemons and agents. I create it and then package it up. Great program if you are a sysadmin of macs and need to automate things often.
Posted on 04-19-2015 06:29 PM
The app that @pblake uses looks much nicer than LaunchControl. I'll have to download it and try it out.
Posted on 04-20-2015 06:40 AM
Thank you for all your responses, struggling here so I have the output using LaunchControl:
"/Applications/ESET Endpoint Antivirus.app/Contents/MacOS/esets_ctl"
I cannot find how to make this into a package and I didn't realise that you can create a self service with more than one installer. Where would I find this?
Sorry for all the noob questions :(
Posted on 04-20-2015 11:29 AM
Drag the created launchdaemon or launchagent into the composer window and it will start the package creation process for you.
Posted on 04-20-2015 11:49 AM
pblake, thank you so much for this...this will really help us out a lot. Would you be able to point me in the right direction how to add this package to the ESET antivirus package? I have looked but not not if i'm using the correct terminology when searching as I cannot find anything relating to this on JAMF Nation.
Again definitely appreciate all the help you have given me on this.
David
Posted on 04-20-2015 08:14 PM
If you wanted or need a scripted way to add a login item this is an example
Posted on 04-21-2015 01:38 AM
Thank you for that, will also have a try of the script you pointed to. Always great to learn new ways of doing things, especially with Casper as feels like we haven't scratched the surface with it.