header
header Register : : Login header
header
divider
menuleft
menuright
submenu
left

[August 25th, 2008] Check the home page regarding PowerShell related news from a brand new sponsor: Idera

Working with .NET 1.1
Last Post 15 Dec 2008 11:42 PM by pudding. 4 Replies.
Printer Friendly
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
SynJunkieUser is Offline
New Member
New Member
Posts:97
Avatar

--
20 Nov 2008 12:46 PM  
Hi, I'm trying to find the version of an installed application across  a bunch of servers.  The problem is the servers are on an older version of .NET and I cannot find the correct class to query.

Does anyone know which class .NET 1.1 contains information about installed software?

Regards

Lee
marco.shawUser is Offline
Co-Community Director
Basic Member
Basic Member
Posts:195
Avatar

--
20 Nov 2008 02:01 PM  
OK, not sure if you'll actually find such a class, but let me propose using WMI:
PS> gwmi -computername some_computer win32_product

Some other ideas:
http://windowsitpro.com/article/art...g-wmi.html
Marco

*Microsoft MVP - Windows PowerShell: http://www.microsoft.com/mvp
*PowerGadgets MVP: http://www.powergadgets.com/mvp
*Blog: http://marcoshaw.blogspot.com
SynJunkieUser is Offline
New Member
New Member
Posts:97
Avatar

--
13 Dec 2008 08:26 AM  
thats a great link, thanks. i'm pretty sure i tried that class but i'll revisit it when i'm back in the office next year.

regards

lee
EBGreenUser is Online
New Member
New Member
Posts:64
Avatar

--
13 Dec 2008 01:05 PM  
Win32_Product only holds the install information for products that were installed using the Mcrosoft Installer (MSI) engine. If the software vendor doesn't want to play nice, then there just simply is no consistent way to get the install info. The two most common methods are to look at Win32_Product as already discussed and to look at the Uninstall information in the registry at HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall. There is nothing that requires a vendor to put information there, but the vast majority of vendors do.
puddingUser is Offline
New Member
New Member
Posts:4
Avatar

--
15 Dec 2008 11:42 PM  
If Add/Remove Wizard doesn't reflect its presence, you might want to take a look in HKLM\ Software\ Microsoft \Windows \CurrentVersion \Installer. Cheers
You are not authorized to post a reply.

Active Forums 4.1
right
   
footer Sponsored by Quest Software • SAPIEN Technologies • ShellTools, LLC • Microsoft Windows Server 2008 footer
footer