Exporting Installed Program List

  • Thread starter Thread starter K
  • Start date Start date
K

K

Is it possible (using a script) to export the list of programs which
Add/Remove Programs displays?
 
K said:
Is it possible (using a script) to export the list of programs which
Add/Remove Programs displays?

What exactly are you trying to do? There are third-party applications (free)
that will do this for you...
 
[K]s message :
I know there are 3rd party tools, but I am trying to do this as part of
another batch file/script that already runs. I want nothing more than a
text list of installed programs.

from a command prompt-
wmic product list status

If you want more info then you can add/modify some parameters. Type:
wmic product list /?

at command prompt for info.



Good Luck, Ayush.
 
Is it possible (using a script) to export the list of programs which
What exactly are you trying to do? There are third-party applications
(free)
that will do this for you...

I know there are 3rd party tools, but I am trying to do this as part of
another batch file/script that already runs. I want nothing more than a
text list of installed programs.
 
Back
Top