Programmatically create a .dmg file?

Archives Forums/MacOS X Discussion/Programmatically create a .dmg file?

JoshK(Posted 2012) [#1]
Does anyone know how I can programmatically create a .dmg file?


skidracer(Posted 2012) [#2]
I haven't tried but hdiutil looks pretty self explanatory:

http://developer.apple.com/library/mac/#documentation/Darwin/Reference/ManPages/man1/hdiutil.1.html


Captain Wicker (crazy hillbilly)(Posted 2012) [#3]
Or.. You could just use Disk Utility


GfK(Posted 2012) [#4]
Or.. You could just use Disk Utility
Do you know what "programmatically" means?


Captain Wicker (crazy hillbilly)(Posted 2012) [#5]
Do you know what "programmatically" means?

To use a program?


GaryV(Posted 2012) [#6]
To use a program?


It is when you use programming to accomplish a given task. Unless that program has command line options that can be called from Josh's program, there is no way that program can be used programmatically.