apple Disk iMaGe – a popular format for distributing OS X applications.

learn more… | top users | synonyms

1
vote
0answers
16 views

how to add a rich text license to a dmg using a plist with javafx?

All the JavaFX docs say is: The DMG installer also supports a click-though license provided in the text format. If use of rich text format is desired, then prepare the license.plist file externally, ...
-1
votes
1answer
46 views

how download xcode dmg file? [closed]

I have an app which is working fine but recently I tried it on an iOS 6 device and it doesn't work and it seems it's because of my old xcode version (4.2) . I tried to download xcode 4.6 dmg file from ...
0
votes
1answer
4 views

Can't configure background image for DMG installation using CMake

I am working with CMake 2.8.10.2 on Mac OS X 10.7.5. I've configured CMake to build a simple application with Xcode that creates an empty window. I then tried to configure CMake to build a DMG ...
-4
votes
0answers
48 views

How to edit / create a DMG [closed]

I want to edit a file from existing dmg using C#. I used SevenZipLib library to unpack a dmg, but I don't know how to create a dmg using C#. If anyone knows then please help me.
-1
votes
0answers
10 views

log file if dmg installation crashed [closed]

I tried to install xcode_3.2.6_and_ios_sdk_4.3.dmg on 10.6.8. After starting the installation it crashed. I downloaded different versions. And tried again and again. I got always this message: ...
0
votes
0answers
22 views

Failed to run JavaFX dmg at Mac OS X

I have created native bundle package for Mac OS X using JavaFX deployment using Ant. As stated at http://docs.oracle.com/javafx/2/deployment/self-contained-packaging.htm#BCGICFDB - Note: Only ...
-2
votes
0answers
57 views

not able to install xcode460417218a.dmg ie. xcode 4.6.0 [closed]

I have downloaded xcode460417218a.dmg that ie. 4.6.0 xcode version from apple website, after the download completed. I tried to install SDK, But when i double clicked on it i got small pop up stating ...
-6
votes
2answers
31 views

Sharing Unsigned OSX Apps [closed]

I'm just starting to develop some OSX apps, and would prefer not to pay the $99 developer fee until I have something legitimate to put out. My issue is that I'm trying to share the small apps I do ...
1
vote
1answer
67 views

Create a DMG Installable for Mac OS

I have to make a DMG installable, I am able to make a Normal installables where it will have symbolic link to Application folder, and My App file, I would like to create similar to Skype or ...
1
vote
0answers
32 views

Change the Background-Image of DMG-SLA

when I create my own dmg-images I always attach a software license agreement to them. When I opened the flattened image, I always got the Jaguar "X" in the background of the agreement dialog, where I ...
0
votes
1answer
62 views

Mac App | Code Signed | distribution Not through Mac App store [closed]

Our Application will not be distributed via mac app store initially, it will be through DMG File, Well in that case also, should it be signed / certified application ? I tried in one of the test ...
0
votes
1answer
80 views

Is it safe to enter the root password while installing dmg or pkg files on a Mac? [closed]

I don't want to hear something like yes it is or similar. What I need is an explanation how Apple or the Cocoa team makes it sure that the producer of the package isn't using its own login dialog and ...
0
votes
0answers
100 views

PreBuilt LMMS Mac DMG

Does anyone have a dmg or prebuilt LMMS package for Mac OSX? I have been trying for hours to get it to work, but I have failed.
0
votes
0answers
67 views

Create XAMPP exe & dmg file with my additional files

I am trying to create .exe file of XAMPP Zip file, but through my custom files added. How can I do that. Actually I am a php programmer and have made some web-based applications to work on XAMPP local ...
1
vote
1answer
126 views

Make a Python app package/install for Mac

I have developed an application for a friend. Aplication is not that complex, involves only two .py files, main.py and main_web.py, main being the application code, and _web being the web interface ...
-3
votes
1answer
37 views

Trying to figure out a way to open Apple extension .dmg [closed]

Trying to figure out a way to open Apple extension .dmg files on Linux. I tried searching for this, but I found various results and nothing quite clear in a step by step format. Wondering if this is ...
0
votes
0answers
48 views

dmg package will include unnecessary header files

I'm trying to make a dmg package for my .app file(folder) What I am following is the following instruction: http://munkymorgy.blogspot.com/2009/01/create-dmg-files-from-command-line.html the ...
0
votes
0answers
66 views

how to make a DMG file which contain the eclipse using bash script?

i want to make the eclipse folder to a DMG file, and i double click the .dmg file, then move the Eclipse.app to /Application folder, so the eclipse will be installed currently, finally click the ...
1
vote
1answer
295 views

Monodevelop on Mac: `Mono.framework MDK is missing`

In Monodevelop, if I enable the Include the Mono runtime in the application bundle checkbox, then I get this error at build: Merging Mono Runtime into app bundle ...
1
vote
1answer
122 views

Monodevelop/MonoMac: No “Create Mac installer” menu item

For my Mono project, I want to generate a Mac package with Monodevelop/MonoMac, as described here: http://www.mono-project.com/MonoMacPackager#Bundle_Configuration The screenshot on the page above ...
0
votes
0answers
92 views

creating a DMG hangs on OSX10.8 at the “update without registering applications” command

I create a DMG for Mac OSX based on this page: How do I create a nice-looking DMG for Mac OS X using command-line tools? and it works fine on my OSX 10.7. however, on my OSX 10.8 it hangs until it ...
0
votes
1answer
369 views

How can I create a Java .app bundle for Max OS X on my windows build machine

I have a SWT based Java application that works on Windows, Mac OS and Linux. I develop it on my Windows machine and have a tester with Linux and a tester with a Mac. Currently my process creates a ...
1
vote
2answers
78 views

Ways to license a software on Mac (file based/ offline)

I created a Java application for Mac, which I plan to distribute as a dmg file - users can simply mount the dmg and run the application. The problem I am facing is with the licensing. As of now, I ...
1
vote
0answers
73 views

Mac OS - Auto update DMG

I created an application on Mac OS. Now, I need to work with auto-update function. I try to use Sparkle framework, but it has error when uploading Do you have any way to do auto-update for an app on ...
0
votes
3answers
123 views

hide .volumeicon.icns in dmg

I want to hide .volumeicon.icns in DMG file. Is it possible? I try this on Terminal app defaults write com.apple.finder AppleShowAllFiles TRUE killall Finder But it's not working
1
vote
1answer
374 views

Programmatically add application icon to dock on install

I would like my application to be automatically added to the dock after the package (DMG) is installed? Does anyone know how to do this?
0
votes
1answer
50 views

clustalw installation on Mac

I am really confused on how to install clustalw2. I downloaded a macosx.dmg file and when I double clicked on it I saw a folder and inside it two icons, one was a help page (I did read that but its ...
0
votes
1answer
85 views

running a dmg program on linux [closed]

i'm using linux, and i downloaded a program (called hype) that was written for a mac and saved as a dmg. i then used the dmg2img program to mount the program as an image file. after doing that ...
0
votes
2answers
663 views

compiling HTML5 to .exe/.dmg

I am currently beginning a project where we want to build an Interactive Whiteboard (educational activities) and deploy via CD-ROM. I want to build the project in HTML5 for it's interactivity and then ...
0
votes
0answers
87 views

Multi TIFF representation not working for snow leopard as DMG background

I have to make the DMG background of the app retina compatible, ensuring that it is compatible with Mac OS X 10.5,10.6,10.7 and 10.8. I have tried multirepresentation tiff as mentioned in the apple ...
0
votes
0answers
343 views

Anyone having problems with DMG on Mountain Lion but made on Lion?

One of my customers has Mountain Lion and tried to open the DMG I made using Lion (10.7.4) but the DMG is not opening (just flashes momentarily like it is about to open, but nothing happens). Has ...
0
votes
1answer
156 views

MacOS X: Update software from dmg installer

I have a small software for MacOS with a simple dmg installer (Open, drag and drop to Application folder, you know). My problem is, that the software writes a small ini file inside the .app package ...
0
votes
1answer
167 views

Unable to build app for Mac OS X, getting error

Iam building the .dmg file using ant script, inturn it uses applescript will peovide below. Below is the error iam getting. installer.mac: [mkdir] Created dir: ...
1
vote
1answer
103 views

How do I copy a config placed along side a .pkg file in dmg. Can't access it from PackageMaker “preflight” script

My Question I want to make my installer copy a config file is placed in same directory as the PKG. The .pkg + config file would be distributed as a DMG. I need the installer to copy this config file ...
0
votes
5answers
2k views

Do I need an Apple Developer account?

I am newbie in Xcode and Mac. I can make programs working well on simulators but cant make dmg files . Somewhere I heard I need an Apple Developer account ( 99$) for that but I dont want to publish ...
1
vote
1answer
82 views

Is there a way to merge redundant files when preparing a .dmg file?

My company ships a package containing several Qt-based MacOS/X GUI applications; the package ships as a .dmg file, and "installation" consists of double-clicking the .dmg icon, then dragging one or ...
0
votes
1answer
99 views

php and .dmg not playing well

I created an upload site and for some reason handling .dmg files always end up corrupted when they are downloaded. Any other file type works fine but if someone uploads a .dmg and then downloads it, ...
0
votes
1answer
178 views

Extract from DMG

How to extract content of DMG without mounting it? I want add autoupdate system to my application. It downloads DMG from website, then extract new version of application from it.
0
votes
2answers
119 views

How to calculate the MasterChecksum and DataForkChecksum on a dmg file

I try to change some information on a dmg files, It works well but when i tried to open the dmg i have the error message checksum invalid So i get the header of my dmg file, and i get all the ...
1
vote
1answer
144 views

Header Apple Disk Image

I try to get the header of a dmg file. I saw this a link that help me a lot . So I make a c++ program to get all this thing . here it is : struct Header { int img; char tag[4]; short size; short ...
3
votes
2answers
753 views

Create dmg with Retina background support?

I need to make a dmg that support both 1x and 2x background, but there seems no info about retina in hdiutil or other tools like dropdmg. I create a normal one and it apparently blurs on Retina MBP. ...
0
votes
1answer
157 views

Compiling and running code as dmg or exe

Newbie question I am finding it hard to get my head around. If I wanted to use one of the many tool out their like rsync lsync or s3cmd how can you build these into a program for none computer savvy ...
2
votes
2answers
597 views

How to embebed javafx 2.1 in an installation package

I need to distribute a javafx 2.1 application but the client doesn't want to be asked if he wants to install javafx 2.1. It should be automatically installed. Does someone know how to wrap it in a dmg ...
4
votes
0answers
100 views

Setting font color of Icon View Options

While building a custom dmg 'drag installer', a question arose whether the font color of labels under the icons can be changed. The information in here doesn't seem terribly positive - there is no ...
4
votes
2answers
310 views

How to serve a .dmg file via PHP/readfile?

I'm having no luck serving a .dmg from my online store. I stripped down the code to just the following to debug, but no matter what I get a zero-byte file served: header('Content-Type: ...
18
votes
1answer
720 views

How to package ruby shoes apps on OSX 10.7

I have been making an app using Ruby Shoes. I am happy with how it turned out and would like to share it with some friends. However, the GUI packager doesn't work in OSX and the Windows packager only ...
0
votes
1answer
269 views

Getting error while build the dmg file

Iam building dmg file by using ant tool, but iam getting error while build, Please can anyone help on this.Here iam putting build.xml link as it contains more than 30000 characters its not allowing to ...
3
votes
2answers
3k views

Create installer for Mac OS X in Xcode

I have created a small application in Xcode. How can i make that application as an installer (.DMG). I am new to this Mac OS x and Xcode environment. Do i have to use a third party software or are ...
1
vote
1answer
358 views

Creating an installer for my Mac application

I have this Mac application that consists of 2 files: firstFile.tst secondFile I would like to put them in: ~/Library/Audio/MyProg/ ~/Library/Application Support/MyProg/ I would also like the ...
1
vote
1answer
207 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)

1 2