How to mount .dmg file using command line
hdiutil attach ./file.dmg
for detach image use
hdiutil detach /Volumes/SomeVolume
How to execute application in .pkg
open app.pkg
Notes and comments from ORM Designer development
hdiutil attach ./file.dmg
for detach image use
hdiutil detach /Volumes/SomeVolume
open app.pkg
Leave a Reply