When I mount a DMG image with
hdiutil -noautoopen
and try to suppress the finder window with any and all command line arguments to HDIUTIL it still open's a Finder window. There must be a way to prevent this... am I wrong?
|
feedback
|
This question came from our site for professional and enthusiast programmers.
hdiutil attach -noautoopen /path/to/read-only.dmgand it worked fine, could you please specify what kind of .dmg you are trying to open (read-only or not, which format)? – Asmus Mar 1 '11 at 16:32