I am trying to create a Mac Installer to streamline the process for my end users. The idea is that they could just run one installer that would take them through the process of installing 5 different pieces of software.
Another complicating factor is that I would like to run different types of installers within this one meta-installer in a particular order 1) Install a bunch of files (including the DMG files) 2) Run one DMG file and install it 3) Run another DMG file and install it 4) Run a .sh python script that would execute through the terminal 5) Install some more files
My questions are:
- Is this possible?
- Any idea how to do this with either Iceberg or Package Maker?
Thanks in advance!