Home Forums Software InstaDMG ARD enabling…

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #371015
    ega
    Participant

    Has anyone tried to enable ARD with instadmg images? I was hoping maybe someone had an installer to share for 10.5.1 ARD enabling?

    #371027
    Patrick Fergus
    Participant

    Depending on how quickly you need it, you can “Create client installer…” and custom-configure it in ARD. Then poke around inside at the postflight scripts inside the resulting installer package and pull the necessary commands out. You probably need to set this up as a StartupItem since I wouldn’t think that the kickstart portion of ARDAgent.app would be able to configure a non-boot drive.

    #371070
    thegooch49
    Participant

    Hello, I have a post-install script that is placed during image creation. It’s in /Library/StartupItems, same as the instauser script. It’s just a 1 line kickstart, that turns it on for the pre-configured user that is setup by instauser. This works great for me.

    #Configure ARD
    /System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/Resources/kickstart -activate -configure -access -on -users YOURUSER -privs -all -restart -agent -menu

    #371958
    knowmad
    Participant

    [QUOTE][u]Quote by: thegooch49[/u][p]Hello, I have a post-install script that is placed during image creation. It’s in /Library/StartupItems, same as the instauser script. It’s just a 1 line kickstart, that turns it on for the pre-configured user that is setup by instauser. This works great for me.

    #Configure ARD
    /System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/Resources/kickstart -activate -configure -access -on -users YOURUSER -privs -all -restart -agent -menu[/p][/QUOTE]

    Have you tried just adding that to the end of the instauser script?
    any effect?

    (I did put your line (un-credited as no one but me will ever see it…. mostly…. sorry) in my instauser script, but I think I messed up the rest of the script so i am not certain if it worked or not.)

    #371959
    thegooch49
    Participant

    Hi, there is no reason why it wouldn’t work in the instauser script. I just seperate my instauser and postinstall script. My instauser script is static, and never changes. I use a post install script to run stuff that is constantly changing (list of administrators, etc).

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.

Comments are closed