Questions tagged [dmg]

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

272 questions
0
votes
2 answers

How to create dmg file in Centos through command line

I want to create a dmg file of three files in centos . i am using hfsutils commands, but it is showing errors like "No known volumes; use `hmount' to introduce new volumes". I googled a lot to get clear steps for creating dmg. some one who knows…
MacDeveloper
  • 1,334
  • 3
  • 16
  • 49
0
votes
1 answer

Download and run dmg file from unidentified uploader

I have made a dmg file for my uploader desktop application. This dmg is ported on my website from where i download the same using the Safari Browser. However, when i try to execute it from the downloads folder, the system does not execute it and…
Bomzinho
  • 161
  • 1
  • 7
  • 14
0
votes
1 answer

dmg drag and drop an run the program

I have a program which create and write to a file on MAC OS X. I created a .dmg file which include my program. Now when I click the .dmg file, I can drag and drop my program to application folder. But I have to run my program in the application…
JennyS
  • 119
  • 9
0
votes
1 answer

Converting a shell script to a dmg

I have a shell script with some functionalities. I want to convert it to an executable file. Any idea if this is possible? Thanks
user3451371
  • 41
  • 1
  • 7
0
votes
1 answer

How to convert jar file to DMG from windows Operating System

I had Developed Java Application in Windows 7. And I had made JAR file of that application. Now I want to convert that File into DMG format which is compatible for MAC Operating System. Can any one Suggest me steps please? I tried into terminal But…
Nirav Dabhi
  • 341
  • 1
  • 7
  • 29
0
votes
3 answers

Download a dmg file by http link

I am trying to download a .dmg file over the http link using ruby script. I have tried NET::HTTP and HTTParty methods described at http://www.ruby-doc.org/stdlib-2.0.0/libdoc/net/http/rdoc/Net/HTTP.html These methods work well with images and other…
CtrlV
  • 115
  • 11
0
votes
1 answer

How to autolaunch installer from dmg

I want to deploy my program on Macintosh and I have a working installer but the installer and the files are packed into a zip file. I would like to make a DMG file and place them into it. This is easy to do but I would like the installer to start…
RegedUser00x
  • 2,313
  • 5
  • 27
  • 34
0
votes
1 answer

Create mac DMG file on windows

We've got application which produces installer for windows and mac (app works under windows). It is almost finished, the last step is to create dmg. Is it possible to do it on windows?
pepuch
  • 6,346
  • 7
  • 51
  • 84
0
votes
1 answer

Create Mono Installer Package (OSX)

I have a C# Winforms application which I developed in Mono on OSX. I would like to create an installer package which will install my application on any OSX computer. How do I create an installer package ? Thanks
user1884325
  • 2,530
  • 1
  • 30
  • 49
0
votes
3 answers

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 generic application icon (sometimes my application…
Nava Carmon
  • 4,523
  • 3
  • 40
  • 74
0
votes
1 answer

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 on use of clustalw not installation) When I clicked…
user1729355
  • 125
  • 1
  • 5
0
votes
1 answer

running a dmg program on linux

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 successfully, i opened a folder called MacOSX (since…
henry bemis
  • 490
  • 3
  • 8
0
votes
1 answer

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: /Users/damuammu/Desktop/spark-Mac/target/installer [mkdir] Created…
developer
  • 9,116
  • 29
  • 91
  • 150
0
votes
1 answer

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, Mac OS X says that its corrupt but this doesn't…
user1556495
0
votes
2 answers

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 information that i need . I have a DataForkChecksum and…
kavaliero
  • 389
  • 1
  • 4
  • 22