Building installer packages

Any advice on what tools people are using to create installer packages for macOS ?

The good bad & ugly would be helpful

Thanks !

The people I trust with disk image creation have a Package Builder app

(I have not used it. Though it will be my first stop if ever asked to make one.)

1 Like

when I was on Mac I’ve used DMG Canvas

1 Like

I use DMG Canvas, which supports an automated workflow with AppWrapper. AppWrapper itself can also create .pkg installers (and notarize them), even with an option to take a single Universal build
and split it into separate Intel and AS packages.

2 Likes

We’re using Packages:

Configure once with UI, then use the command line tools for build automation.

1 Like

I’m also using Packages. It’s a really useful tool.