sserebrennikov
Posts: 5
Score: 0 Joined: 3/24/2009 Status: offline
|
Thanks for your help. I was looking at the SDK. It has a lot of reference to program history locations in the server database, accessible via WMI. For the client, however, I was able to find that CCM_Software_Distribution class has a property called PRG_HistoryLocation, which tells you location of history. SDK description is: PRG_HistoryLocation Data type: string Access type: Read Location to check or record history for this program. Possible values are: User — If the program can run only when a user is logged on, and the behavior of the program when targeted at a computer is to run once for every user, then this program is a per-user program and the user's history should be checked. Machine — In all other cases, the program is a per-computer program. In most cases, I am seeing this set to "Machine". Question is where to look for "User's" history or "Machine" history records. In the user or machine hives? Is that the only place? Looks like it might be.
|