> Christopher Barker wrote: > > > 1) is there a point-and-click and/or drag-and-drop way to create *.dmgs? > > There are lots of freeware and shareware apps that do this--FreeDMG is a > good one. There are also command-line wrappers for hdiutils. Just google.
I don't know about point and click, but a simple script app could be wrapped around this: /usr/bin/hdiutil create -srcfolder SOMEDIR -volname VOLUMENAME -ov OUTPUTFILE.dmg It creates a dmg with SOMEDIR as the contents. Bill _______________________________________________ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig