Blog

Creating an Adobe CS3 Installer with pkgGen

By Zack Smith posted on August 20th, 2007

Here is an introductory guide on how to create an Adobe CS3 .pkg installer ( in lieu of the slient install ) with little to no fuss(1), and more importantly no real manual interaction with all the associated files. I have modified a perl script from Geoff Franks that was created for parsing Microsoft Office update log files to now parse the output of logGen. Please note that Perl is not my primary language ( As of late the snake is eating most of my llama time. ) and so this is not yet as polished as other scripts I publicly post ( I really didn’t have to change too much to get this working. ). I encourage the community to send back code additions and bug reports.
1. Its worth mentioning there are easier to use commercial pieces of software such as composer and other methodologies such as the slightly immature package snapshot feature (Not recommended for CS3, trust me I’ve tried it).

Please read the article below and then download pkgGen

More »

Posted in One liners, Scripts, System Administration, Tips and Tricks

Deploy Environmental Variables via MCX

By Zack Smith posted on August 16th, 2007

This is such a hack and is posted mainly for academic reasons

Here is a quick hack for pushing out environment variables via MCX ( Managed Preferences ), This only will work with 10.4 and its a silly mishmash of stuff that is totally unsupported which of-course makes it the best kind of hack.
First a little background on the file that allows us to do this (environment.plist) curiosity of Apple.

From page 24 of the Command_Line_v10.4_2nd_Ed[PDF]


“Another way to set environment variables in Mac OS X is with a special property list in
your home folder. At login, the computer looks for the ~/.MacOSX/environment.plist
file. If the file is present, the computer registers the environment variables in the
property-list file.”

More »

Comments Off

Posted in One liners, Scripts, System Administration

iPhone Exploit Talk

By Zack Smith posted on August 2nd, 2007

For anyone interested I am attending black hat and defcon and snapped a few pictures from the iphone exploit talk.

Charles Miller

Independent Security Evaluations
http://www.securityevaluations.com

BH iPhone

More »

Comments Off

Posted in Hardware