I am developing a Mac OS X application (cloud printing application). To run my application, I need some support drivers. So I packaged these drivers and my application using the software for creating packages. And I created a pkg file.
It works great as a package installer. But I need to silently install this package by running scripts / commands in the terminal.
PS: Silent install is a method that will install the software with any user intervention (for example, agree to the conditions). he will silently install the software using the admin admin using the terminal commands. On the side of the window, you can make this silent installation.
Can someone provide a solution for this silent installation in the package installer?
macos silent-installer packagemaker
santhosh
source share