ToddFrankson 8 Posted March 20 Does anyone have recommendations for a MacOS installer? Something along the lines of Installshield for Mac?? Share this post Link to post
Dave Nottage 605 Posted March 20 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. 2 Share this post Link to post
ToddFrankson 8 Posted March 21 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
Alexander Halser 32 Posted April 4 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. 1 Share this post Link to post
msohn 29 Posted April 4 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. 1 Share this post Link to post