Skip to main content
Solved

Self Service Login Item issue

  • April 19, 2015
  • 11 replies
  • 19 views

Forum|alt.badge.img+4

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

Best answer by pblake

Drag the created launchdaemon or launchagent into the composer window and it will start the package creation process for you.

11 replies

Forum|alt.badge.img+11
  • Contributor
  • 286 replies
  • April 19, 2015

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.


Forum|alt.badge.img+14
  • Contributor
  • 388 replies
  • April 19, 2015

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/


Forum|alt.badge.img+4
  • Author
  • Contributor
  • 13 replies
  • April 19, 2015

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.


Forum|alt.badge.img+14
  • Contributor
  • 388 replies
  • April 19, 2015

@Davies

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.


Forum|alt.badge.img+11
  • Contributor
  • 286 replies
  • April 20, 2015

@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.


Forum|alt.badge.img+14
  • Contributor
  • 388 replies
  • April 20, 2015

The app that @pblake uses looks much nicer than LaunchControl. I'll have to download it and try it out.


Forum|alt.badge.img+4
  • Author
  • Contributor
  • 13 replies
  • April 20, 2015

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 :(


Forum|alt.badge.img+11
  • Contributor
  • 286 replies
  • Answer
  • April 20, 2015

Drag the created launchdaemon or launchagent into the composer window and it will start the package creation process for you.


Forum|alt.badge.img+4
  • Author
  • Contributor
  • 13 replies
  • April 20, 2015

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


Forum|alt.badge.img+21
  • Honored Contributor
  • 970 replies
  • April 21, 2015

If you wanted or need a scripted way to add a login item this is an example

example


Forum|alt.badge.img+4
  • Author
  • Contributor
  • 13 replies
  • April 21, 2015

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.