Tagged Questions
The dmg tag has no wiki summary.
45
votes
9answers
26k views
How do I create a nice-looking DMG for Mac OS X using command-line tools?
I need to create a nice installer for a Mac application. I want it to be a disk image (DMG), with a predefined size, layout and background image.
I need to do this programmatically in a script, to be ...
8
votes
5answers
5k views
How to build a dmg Mac OS X file (on a non-Mac platform)?
Is it possible to build a .dmg file (for distributing apps) from a non-Mac platform?
And if yes, how?
7
votes
2answers
153 views
DMG or Zip file for distribution to Macs?
What do you prefer and why?
I've just finished my first Mac app and am wondering if this is an important decision.
6
votes
5answers
2k views
Creating a .DMG
I want to create a dmg file for my Mac project. Can someone please tell me how to do this? This being my first Mac project, I do not have any idea how to proceed. I also want to give the user an ...
5
votes
1answer
268 views
Automating DMG build in Xcode 4.0
I've just updated to Xcode 4.0.2 and I have a project which builds a DMG file as part of the final build phase. This worked great in Xcode 3.2.x but is broken in Xcode 4 because of the way it builds a ...
5
votes
2answers
1k views
Create drag-drop graphic when installing OS X application from dmg
A lot of applications on the mac show a little graphic when the installer DMG is initially opened - the graphic basically allows you to drag and drop the app in that window without having to do it in ...
4
votes
2answers
101 views
Creating nice dmg “installer” for MAC OS X
I've made my first Qt application for Mac OS X. Now I want to create nice .dmg file that will allow user to easily install it. I am thinking about something like firefox has (see the picture):
I am ...
4
votes
2answers
1k views
Testing iPhone Software on Different Versions Of OS
Before submitting my app I want to test it on devices with the full range of iPhone OS available. So, I have 2 questions that I am struggling with and would greatly appreciate any help or advice.
...
3
votes
1answer
146 views
Mac OS X Disk Image Verification
Does anyone knows what exactly happens behind the scenes when Mac OS X verifies a disk image (.dmg) file? Is there any way to extend or customize the procedure?
EDIT: I would like to create a disk ...
3
votes
1answer
379 views
OSX application shortcut folder in dock and icon updates after installation
Here is the setup: I have the Applications folder right in the dock, which is the default after installation (Snow Leopard) afaik.
Now I have a custom build DMG with an application in there which I ...
3
votes
2answers
315 views
How to create the empty 'Icon\r' file for a .dmg from shell script?
From shell script, I would like to create the empty 'Icon\r' file for a Mac OS X disk image (dmg), so as the .VolumeIcon.icns icon file is taken into account by the finder; the damn '\r' character is ...
3
votes
4answers
2k views
convert java app to mac installer…dmg
I would like to know do we have any software to convert java app i mean .jar file to .dmg file (installer for mac).Thanks in Advance.
3
votes
1answer
217 views
IS there any way to add an alias to the user Documents folder inside a DMG
It is easy enough to add an alias to the Applications folder inside a DMG as it is at /Applications on every Mac. But is it possible to add an alias to a user's Documents folder, where the Documents ...
3
votes
1answer
634 views
Where to find volume mount icon on Leopard
I want to change the default icon of a dmg, I'ld like to do like skype or dropbox which use the default image volume icon, but I don't manage to find it with the finder. Do you have any idea where I ...
2
votes
1answer
20 views
Do .dmg files need to be signed?
I've packaged my mac application into a .dmg file, but when I mount the file and double click on the app I get this warning "MyApp is an application downloaded from the Internet. Are you sure you want ...
2
votes
2answers
39 views
Creating DMG without extra space
I currently use hdiutil to create my DMGs.
The command I use is hdiutil create -size xxxg myImage.dmg -fs HFS+. I'm always left fidgeting around with the size until I get it close enough.
Is ...
2
votes
1answer
58 views
Get filename of executing dmg package
Is there a way to get the name of the dmg package an app is started/installed from?
2
votes
1answer
316 views
How to update a DMG file from Windows
Just like Peter who looked for a solution to automate the creation of an ISO file, I am looking for a solution which would allow me to update the contents of a compressed DMG file, originally created ...
2
votes
2answers
113 views
Modifying setup file with PHP
I have an application that needs branding when downloaded in certain continents. When installed in North America, for instance, the application, when run, displays a different logo and company name ...
2
votes
3answers
480 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
5answers
1k views
Packaging a Mac app for distribution
What's the preferred way to create a distributable file for Mac OS: dmg or pkg?
2
votes
3answers
371 views
Application to generate installers for Linux, Windows and MacOSX from a single configuration
Here's what I want:
Given a set of definitions (preferably in Python) on what files to install where and what post-install script to run, etc.. I would like this program to generate installers for ...
2
votes
2answers
853 views
File location of compiled iPhone app?
I'm writing an iPhone app in simulator/debug mode at the moment. I'd like to know, after I build it, where does the binary go? I want to send this file to my friend to show him what I'm doing so far.
...
1
vote
1answer
21 views
How do I get a get a mac os x app I created to load on startup progamatically?
So I have this jar file that I turned into a dmg. Now, what I would like to have happen is that when a user runs this dmg and installs the application, that this application will always load on ...
1
vote
2answers
173 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, ...
1
vote
1answer
355 views
How do I add Mac OS X 10.6.6 Update to my Mac OS X 10.6.3 dmg
I want to make a bootable dmg that already includes the 10.6.6 update in it. And when I will install the OS will be 10.6.6.
Any advice is welcome.
1
vote
1answer
121 views
How to unmount an image in mac using actionscript?
I am developing an AIR application in Flex. This deals with mounting images using .dmg files. After finishing the work with it, the program has to unmount it.
I am able to mount the .dmg using the ...
1
vote
1answer
129 views
Packaging a Mac application for manual install even though it has frameworks?
I'm currently building my first Mac application and I'm a little confused by the delivery process. I've quickly read through the Software Delivery Guide but it seems to imply that if I have several ...
1
vote
1answer
104 views
How to get metadata from DMG file in Linux?
I would like to read the whatever metadata there might be in a DMG file. I don't need to actually install it, I just want to read any metadata (commentary, timestamp, manifest, whatever) there might ...
1
vote
2answers
201 views
AppleScript Droplet on DMG not working
Hey I have the following AppleScript saved as a Droplet.
It is saved on a DMG file like this one http://dl.dropbox.com/u/1839051/TestDMG.dmg
The Problem is, while some can drag the template onto the ...
1
vote
4answers
605 views
Mac Create Alias for DMG File without fixed user in it
I want to put an alias to a fixed folder, namely the iWorks template folder into a DMG.
The directory is
/Users/USERNAME/Library/Application Support/iWork/Pages/Templates/My Templates
My Problem ...
1
vote
2answers
207 views
1
vote
3answers
639 views
Inspect contents of a basic, unencrypted UDIF DMG file
If I mount the DMG file using system calls to hdiutil and my application quits unexpectedly, the DMG remains mounted but because I mount it privately with -nobrowse, it doesn't show up in Finder. Is ...
1
vote
7answers
6k views
How to build native Mac OS X installer (on a non-Mac platform)?
How can I build a native Mac OS X installer for my application, on a non-Mac platform?
For example, I have a windows pc and a Java application. I want the windows pc to build an installer (possibly ...
0
votes
1answer
24 views
attach license file to dmg under OSX
guys! Is there any command line I can use to attach a license file to a dmg?
Thank you very much
(I'm experiencing problems with the editor, so forgive me if you see "strange things" in the text)
0
votes
1answer
128 views
XCode 4.2 Installation error
I downloaded XCode 4.2 from apple developer website. after I download it and try to install, error message pops out saying "The Following Disk Image Couldn't be Opened , xcode_4.2_and_ios_5_ not ...
0
votes
1answer
29 views
Set directory path to files for installation on Mac
I have some files which need to be placed in a specific directory on a mac system automatically by clicking on the dmg file.
How can I do this?
Thanks
0
votes
1answer
87 views
creating dmg for python distribution
So I'm having a little problem here. I'm developing a project on MacOS using python. So far I've created an install that looks like this:
python get-pip.py
python ez_setup.py
pip install numpy
pip ...
0
votes
0answers
66 views
programatically determine path of dmg for installer
I am developing an installer and need to be able to determine the path of the containing dmg file given the path of a contained file within the mounted archive.
when i first searched for this ...
0
votes
2answers
352 views
How I make a dmg installer that will automatically open after download?
I have seen some dmg's which not only mounts after download but also copies the installer in the download folder and open the installer in Installer Application.
I don't know how to do it?
Can ...
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
0answers
372 views
How-to create .dmg file (python source code + packages) on Mac?
hope someone can help me. I have code a pyqt4 program. That is using a lot of packages, like Qt4, HDF5, qimage2ndarray, and, and, and. Now I want to create a .dmg file that contains everything you ...
0
votes
2answers
116 views
Making a .dmg available for download from a website
Good day lovely computer peoples!
I've uploaded a .dmg file to my server, but when I test to see if it is downloadable by pointing the web browser to it's place in the directory (i.e. using it's URL) ...
0
votes
6answers
208 views
How to add text to disk image?
i have created a disk image using disk utility. but i want to add some text to the disk image for providing help on what to do. How can i do this? Can anybody help me out?
0
votes
1answer
503 views
cocoa + dmg file + trace back its path
I have a situation in which my .dmg file will on my removable storage device which contains my application. when i double click on it, it will get mounted on my local machine and inside the mounted ...
0
votes
2answers
288 views
How to create DMG file which will allow autostarting an application efter bootup
I want to create a DMG file for my application. That DMG file must give me the following functionlity.
1-- If I reboot my computer then my application must start automatically.
How to achieve this ...
0
votes
3answers
962 views
prohibitory sign on application icon (broken folder) on Snow Leopard
I have prepared a disk image with my application,which i want to install in Applications folder. When i copy the application from the disk image to the applications folder, i see that first it gets ...
0
votes
3answers
2k views
Add background image/color to DMG using hdiutil or other tool?
It seems like using Finder UX or some sort of UI tool (http://stackoverflow.com/questions/871199/create-drag-drop-graphic-when-installing-os-x-application-from-dmg) the only way to customize how a DMG ...
0
votes
1answer
249 views
How do I add additional languages to the sla.r I use with my .dmg?
I am using SLAs bundled with my DMGs as described here.
However, I want to support SLAs for languages (for example Catalan) beyond those given in the SLAResources file provided by Apple.
Is this ...
0
votes
3answers
512 views
Apple DMG files over FTP are getting corrupted why?
I am trying to FTP some apple DMG files, if we do it by hand through Safari or IE it ends up at the destination just fine and uncorrupted. However, if I use a freeware FTP client that we had been ...