I want to create MAC installer and would like to know which type of installer suitable for my requirements?
My Requirements are
- I have bash script which does following operation
- Get Hardware ID and some details specific to the hardware
- Construct XML
- Generate PLIST
- Download an DMG file from internet (Using curl)
- Mount DMG
- Launch .app inside the DMG.
Can you please suggest me whether I can go the DMG or use PackageMaker to create .PKG file?
Thanks Bala