Click here to Skip to main content
15,888,816 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hai ALL,


I am able to get the list of software installed in a local system,but I am unable to get the list of software installed in a remote system. How to use MSI.dll for a remote system . Help me through c# code.
Posted
Comments
Sandeep Mewara 14-Mar-11 2:14am    
What effort have you made?

1 solution

You can using that method. You can, however, get the software installed on the machine using WMI and the System.Management namespace. IIRC, the name of the class you're looking for is Win32_Product[^].
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900