Image build version

Not applicable

Is there a way to put either a text file or some type of file in the core images? For instance, I have my core build (virus protection, MS office, Firefox, etc.) and it is version 1.0 and I want it in the image so if the help desk takes a ticket and asks the user what build they have they can look it up somewhere on the Mac. In our environment windows users on SCCM have their image build version in the registry file. I could just create a text file and stick it somewhere but I was curious if anyone else label their builds this way.

Thanks

![external image link](attachments/989db971c0ab42ba9707bdf89eb4e24b)
Neal Smith | MAC Systems Engineer | Perrigo IT

5 REPLIES 5

tlarkin
Honored Contributor

If you now the version you can do simple post install scripts, or even the "run command" option in the JSS that after a package is installed it just does sometihng like this:

/bin/echo< "<result>Application Version 2.4.2</result>"

This will create extension attributes for app versions which later you can run reports on. If you have a post image script you can echo the image date as an extension attribute with your own build set.

-Tom



Thomas Larkin
TIS Department | Mac Systems Administrator KCKPS USD500
tlarki at kckps.org
blackberry: 913-449-7589
office: 913-627-0351
chown -R us /.base

![external image link](attachments/e5e889ec6fe54e24bfa4e26bde031a94)

dpertschi
Valued Contributor

Neal,

Create and AppleScript application with just a display dialog line, and drop that wherever you want, Applications maybe.
Yeah, I think I'm going to do that!

Darrin

friedelj
New Contributor III

We enter our image build number in one of the ARD fields, which there's an extension attribute template to read this info as well.

Joe Friedel, iCIT
University of Wisconsin - Whitewater
Andersen Library, Room 2003F
(262) 472-1658

jarednichols
Honored Contributor

I drop a dummy package in the Jamf Receipts folder.
---
Jared F. Nichols
Desktop Engineer, Client Services
Information Services Department
MIT Lincoln Laboratory
244 Wood Street
Lexington, Massachusetts 02420
781.981.5436

Jak
New Contributor III

I use ARD fields, easy to populate and nice and easy to read back in ARD.