Home Forums Software InstaDMG Track your deployed builds?

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #380311
    mgb123
    Participant

    Is anyone out there tracking their deployed builds using something straightforward like a receipt in a hidden folder somewhere?

    #380312
    dead2sin
    Participant

    I set ARD field #1 to the name of the image that was applied.

    Nate

    #380317
    Goldberg
    Participant

    I do the same thing Nate does. Works great and of course is readable via ARD.

    defaults write /Library/Preferences/com.apple.RemoteDesktop Text1 -string ‘Version 5.6’
    defaults write /Library/Preferences/com.apple.RemoteDesktop Text2 -string ‘December 2010’

    #380319
    mgb123
    Participant

    Genius. I’m a dumbass.

    #380331
    mgb123
    Participant

    Can those defaults be set in a preboot script, of are they only available post boot?

    #380332
    Goldberg
    Participant

    I don’t know about preboot script. I run them as part of my firstboot script

    #380334
    dead2sin
    Participant

    [QUOTE][u]Quote by: mgb123[/u][p]Can those defaults be set in a preboot script, of are they only available post boot?[/p][/QUOTE]

    I set the image that was applied during the DeployStudio workflow to a temp file, then upon firstboot I write the contents of that file to the ARD file. Works like a charm.

    Nate

    #380341
    Allister Banks
    Participant

    /var/log/InstaDMG_package.log can be expanded upon I’m sure, patches welcome.
    (you guys do realize that exists, right? I’ve been hoping to add the flags passed by instaUp2Date to the log somehow for a while now)

    Allister

    #380353
    Goldberg
    Participant

    Yes, I know the InstaDMG_package.log exists and sometimes use it to troubleshoot. The downside is it’s not easily readable or searchable as a using ARD text fields.

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

Comments are closed