Finding Project Professional 2007 only

(imported topic written by ken@gracenote91)

I need to find out how many installations of Project 2007 we have.

I used the application dashboard but I believe that it is showing me all project installs, not just Project 2007.

After a bit of research I figured out that I should look for the following registry key for Project Professional 2007 (client - not server) :

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall{90120000-003B-0000-0000-0000000FF1CE}

What would be the relevance statement I would use to create an analysis to list all the computers (32bit and 64 bit) with the Project 2007 client installed?

Can’t wait to take the fixlet authoring class…

Thanks

Ken

(imported comment written by BenKus)

Hey Ken,

Try this:

exists key “HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall{90120000-003B-0000-0000-0000000FF1CE}” of native registry

But note that DSS SAM will give you the answers you need regarding which applications are installed without needing to write custom relevance.

Ben