Link to home
Start Free TrialLog in
Avatar of RichardRiga
RichardRiga

asked on

Windows Server 2008 Add/Remove programs question

In previous versions of windows servers, you could click on add/remove programs in the control panel and get a list of programs installed on the system.  I know the basics of how that works in windows 2008; HOWEVER...

In previous server versions, once you clicked on a program it gave you an option "click here for support information" in order to obtain program version number, etc.  How do I get this information from 2008?  If you right click any program it only gives the options "Uninstall, Change, Repair".

Thanks for the info
ASKER CERTIFIED SOLUTION
Avatar of ecsrd
ecsrd

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
You can use the command line tool to get the information:
C:\>wmic product caption,version
C:\>wmic product "<product name>"
C:\>wmic product "<product name>" get version