I need to build a installer for my application which has below components/tasks -
- Main .app file
- Helper .app file
- Supporting folders
- .plist file which needs to be copied to /Library/LaunchAgents
- load the plist file using "launchctl load"
As we see from the above components, 1. files needs to be extracted to /Applications/ABC 2. Execute a perl command file as administrator
As step2 above involved admin activities, installer should prompt admin/local username and password. Based on this, we need to proceed with next steps.
Can someone please suggest - 1. Installer tool (Preferably FREE) for the above scenario 2. Installer should prompt login/pwd while executing command file