Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

zrbecker

macrumors member
Original poster
Jun 28, 2009
58
0
Some programs install using a .pkg installer that require and administrator user to install. I was wondering if there was a way to determine where these installers are putting files.

Thanks
 
Run the pkg.

At the first install screen in the menu bar click File --> Show Files (Command + I).

Another useful thing to do is look at the install log.

Window --> Installer Log (Command + L)

To determine where it puts files after the fact (the pkg is still relevant, but you may not have it anymore).

Use the lsbom command. An example:
Code:
lsbom -f /var/db/receipts/com.growl.growl.pkg.bom

Package receipts are stored in /var/db/receipts (in 10.6).

Apple has changed the receipts location a number of times and the format and location can depend on when the package was created. You may need to look in /Library/Receipts/
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.