I am searching if there is an API
Q1) that can tell who installed a given app or Q2) that list of all the apps installed by given user
Hi I already looked at How can I discover what apps are installed on OS X using Objective C or Macruby?
Already have gone through Launch Service, which is mostly to deal with "Open with " action , it does give all installed apps, but I couldn't find any property like which user installed that app.
For Q1, how good or bad would be to locate the .app file in /Application and then try to get FileInfo about that and figure out which user created that file ?