osx - How to include installer dependencies in dmg/pkg on mac -


i have mac application (eg. sample.pkg containing sample.app) along few pkg dependencies (eg. a.pkg , b.pkg ). whenever user runs dmg/product archive bundled these 3 packages, a.pkg , b.pkg has run first before sample.pkg installed. there way can specify dependency while packaging mac application, without need user manually check , install them in right order?


Comments

Popular posts from this blog

searchKeyword not working in AngularJS filter -

sequelize.js - Sequelize: sort by enum cases -

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -