| View previous topic :: View next topic |
| Author |
Message |
James Guest
|
Posted: Tue Jul 29, 2003 3:05 pm Post subject: Retrieve Installed Application Info |
|
|
I would like have a program that can get a list of applications installed in
any computer in an NT network or in a NT domain. Could anyone give me hint?
Thank you.
James
|
|
| Back to top |
|
 |
Ben Hochstrasser Guest
|
Posted: Tue Jul 29, 2003 3:21 pm Post subject: Re: Retrieve Installed Application Info |
|
|
James wrote:
| Quote: | I would like have a program that can get a list of applications
installed in any computer in an NT network or in a NT domain. Could
anyone give me hint?
|
- Enum the computers in the domain
- for each computer, open the registry and enum the uninstall entries
--
Ben
|
|
| Back to top |
|
 |
|