Do someone know if there is a way to silently install an .app from a DMG using command line?
I'm not talking about apps that you have to copy to /Applications nor about the .pkg ones.
Do someone know if there is a way to silently install an .app from a DMG using command line?
I'm not talking about apps that you have to copy to /Applications nor about the .pkg ones.
.app packages are not meant to be installed silently. The only way you will be able to do what you want is by adding open -a application.app to execute it per the instructions given above, so for example: