Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Installer like InnoSetup for Mac

I'm looking for a simple and efficient Mac installer software. For Windows, there are many good installers - Inno Setup, NSIS, etc. Anything like that available for apples?

Thank you!

like image 632
SharpAffair Avatar asked Jun 20 '10 13:06

SharpAffair


1 Answers

Do you really need an installer? It's most macish to have a DMG image with the app in it, so the user can just drag it to the Programs folder.

If it's more complex, I think you have use a .pkg package. The Installer app will install the files out of it. Those packages can be created by using PackageMaker, which is brought by XCode.

like image 99
Karl von Moor Avatar answered Nov 15 '22 07:11

Karl von Moor