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!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.