Tagged Questions
11
votes
4answers
2k views
“Beautifying” an OS X disk image
When I downloaded Skype, I noticed that, in place of a normal "disk image" icon, there was a custom icon, and when I double clicked on the icon, the window used a colorful image as the background, ...
3
votes
1answer
663 views
Get the path of the .dmg from the mount point
I'm looking for a way to get the .dmg path of a mounted disk image with just its mount point.
I want to write a "simple" Finder service that ejects the disk image and trashes the accompanying .dmg. ...
2
votes
2answers
236 views
svn returns “Invalid control character '0x0d' in path 'Icon\015'” when trying to add Mac custom icon file
I have a project that creates a disk image and would like to use a custom icon for the loaded volume. I have a .VolumeIcon.icns file that looks great, but to make Finder use it, I've had to include an ...
2
votes
3answers
187 views
Double callback from Disk Arbitration when mounting disk image
I have a problem using DiskArbitration framework, to catch disk image mounting I register for DARegisterDiskMountApprovalCallback. The problem is that each time a disk image is mounted, the callback ...
2
votes
3answers
484 views
Creating customized .dmg files upon download
I want to distribute a cross-platform application for which the executable file is slightly different, depending on the user who downloaded it. This is done by having a placeholder string somewhere in ...
2
votes
1answer
1k views
Encrypted volume automounting in Mac OS X
I've had a need to create an encrypted volume on my mac for the company source code. The requirements are not terribly stringent: If someone can log into the machine as me, they win, but otherwise, ...
1
vote
0answers
98 views
Is it possible to rename a sparsebundle volume label without mounting/renaming/unmounting/mounting?
I know that the following will work:
hdiutil attach old.sparsebundle -mountroot .
diskutil rename old_label new_label
hdiutil detach old_label
hdiutil attach old.sparsebundle -mountroot .
This ...
1
vote
2answers
175 views
How do I create a nice-looking DMG for Mac OS X with a localized background?
I have read the discussion on how to create a DMG for Mac OS X using command-line tools and now I would like to go further: can I possibly produce a DMG which displays a different background image, ...
0
votes
0answers
30 views
cannot see source tree in android.dmg.sparseimage in mac osx
After syncing the android source code tree in a dynamic extendable disk image (android.dmg.sparseimage) in mac osx (10.6.7), I cannot see anything in there. However the diskimage size has changed to ...
0
votes
1answer
75 views
What are the pros and cons of building from source versus installing from a Disk Image on OS X?
What are the pros and cons of installing things like Python and Git from source instead of simply using the community provided Disk Image on OS X?
Dan Benjamin has an article about "Using ...
0
votes
3answers
444 views
how to create drag and drop mac installer?
I have made my java application's jar file and now want to create drag and drop installer for it.Also I want to know that how to create shortcut for Applications folder for the same purpose.
how can I ...
-1
votes
1answer
38 views
How to mount a specific file system on a disk image? [closed]
I have a disk image file containing multiple file systems, such as HFS (Journaled) in addition to Joliet or UDF. I want to mount whatever non-HFS file system is there. First, I attach the image ...