0

I have just a simple question. Is it possible to install .pkg files in background? I would like to install python but in the background.

Is it possible to do this with applescript or schell commands?

Thx

rmaddy
  • 314,917
  • 42
  • 532
  • 579
test test
  • 11
  • 3

1 Answers1

0

There's a command line installer at /usr/sbin/installer

Typing man installer at the shell prompt (in Terminal) will display the documentation.

TheDarkKnight
  • 27,181
  • 6
  • 55
  • 85