Custom macOS PKG for installation image - kowwwalski/docs GitHub Wiki
For each additional application do this steps:
- Download the application DMG-file from it's official resource.
- Mount the application DMG-file and copy the .app package from mounted image to your machine.
- Re-pack the .app package to .pkg format via Terminal:
productbuild --component /path/to/YourApplication.app /Applications/ /path/to/YourApplication.pkg
- Add YourApplication.pkg file to your system installation DMG Workflows directory (or create new DMG), for example: /Volumes/%YourDMG%/Deploy/Workflows/%ImageName%/Packages/