Jump to content
ToddFrankson

Delphi, MacOS and dmg file

Recommended Posts

Does anyone have recommendations for a MacOS installer?  Something along the lines of Installshield for Mac??

Share this post


Link to post
8 hours ago, ToddFrankson said:

Does anyone have recommendations for a MacOS installer?  Something along the lines of Installshield for Mac??

Personally, I create .pkg files - using the create installer function of Mosco.

  • Like 2

Share this post


Link to post
19 hours ago, Dave Nottage said:

Personally, I create .pkg files - using the create installer function of Mosco.

I am distributing outside of the Apple Store for this Macos product.  I need to install the app and its supporting files in a specific way.  Pkg files don't do that, and I could add it to the app though, on startup...  Just would prefer a real look and feel installer

Share this post


Link to post

We use DropDMG (https://c-command.com/dropdmg/). It's inexpensive and very convenient. It has multiple templates for different installers and creates a signed DMG package by just dropping the app on its window.

  • Like 1

Share this post


Link to post
On 3/21/2025 at 4:56 PM, ToddFrankson said:

I need to install the app and its supporting files in a specific way.  Pkg files don't do that

Could you elaborate on what you found impossible to do with .pkg files? FWIW we use Packages as a comfortable way to build these. And if all else fails, you could make the .pkg run a shell script so there's almost no limit on what you can do.

  • Like 1

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×