A
Al
Anyone know of freeware that will print a simple list of all software
installed on my computer? Thank you.
installed on my computer? Thank you.
MyUninstaller worked great. Thank you.John said:http://www.pxserver.com/WinAudit.htm
also this http://www.nirsoft.net/utils/myuninst.html no install app
Anyone know of freeware that will print a simple list of all software
installed on my computer? Thank you.
Al said:Anyone know of freeware that will print a simple list of all software
installed on my computer? Thank you.
John said:I think this one can give you the list
http://www.pxserver.com/WinAudit.htm
also this http://www.nirsoft.net/utils/myuninst.html no install app
(download link on the bottom of page) can save as text if you go
EDIT> SELECT ALL then FILE > SAVE SELECTED
tell me if this helps
Such freeware doesn't exist. If you simply want a list of programs
installed, and listed in the registry, however then there are a number
of options. Most of which will probably be mentioned in this thread.
If you have installed software that doesn't make any registry entries
then don't expect it to be listed.
On Tue, 18 Apr 2006 21:42:37 +1000, John Fitzsimons
Conversely, doing dir *.exe /s from the root directory will list
[almost] all executable files on the drive.
Not sure if it does it all but Belarc Advisor prints out a fair amount of
software on your system. Give it a try see what you think.
Belarc didn't list installed programs here that don't make a registry
entry.
On Thu, 20 Apr 2006 18:15:57 +1000, John Fitzsimons
That's because programs that don't make registry entries aren't
"installed", they're just copied to disk.
< snip >
Programs don't need to make registry entries to be "installed".
I have
many installed programs that haven't touched the registry. At the
moment there appears to be no freeware/payware program to list
all installed software.
A program that is installed with an ini file is still installed. It is
not necessarily better/worse than a program that is installed and
makes registry entries. But it is still installed.
Ever heard of windows 3.1 ? Programs could be installed on it and
they made no "registry" entries.
On Fri, 21 Apr 2006 10:26:27 +1000, John Fitzsimons
If you go with the normal definition of "installed", which means "put
on the computer by an installer program", they do.
So the solution is trivial - look for .ini files.
Oh, that's not your
definition of "installed". Then exactly what *is* your definition?
Because there was no registry.
Again - since there's no agreed-upon definition of "installed" there
can be no program that lists all installed, and only installed,
programs. You can't write code that does "you know what I mean".
Sure, nice to see that you agree with me that programs can be
installed without needing to make registry entries.
This isn't rocket science. It has been mentioned in this newsgroup
plenty of times. A listing of all .exe files that aren't compressed
.exe files would come pretty close to the mark. AFAIK nobody has
created a program to do this. Presumably it is far from a trivial
task.
Such a listing would include programs that have registry references
and those that don't.
Such a listing would be a better list of
"Installed Software" (as per this thread) than only listing those
referenced in the registry.
One can use an installer program to install something without it
making registry entries. Most installer programs may make registry
entries but that doesn't mean one cannot install something without
touching the registry.
On Sat, 22 Apr 2006 10:31:49 +1000, John Fitzsimons
No, it's a very trivial task - just read the first few hundred bytes
of every .exe file and see whether it's compressed.
Such a listing would be a better list of
"Installed Software" (as per this thread) than only listing those
referenced in the registry.
Now all it needs is someone a) capable of writing a trivial little
program and b) interested in listing all his "installed" apps.
Not me, though. I have better things to do with my time.
Related to this issue, I recently reinstalled a new copy of windows 98,
and recovered the applications I used with it, on another partition. I
was pleased to notice that lots of these programs just ``ran'' when I
executed them, even though they no longer had registry entries.
Their
uninstall programs are usually right with the main executable. Perhaps
some of these programs, reinsert registry entries, as needed as they
run (e.g., when you readjust some of their settings options).
I suppose you can make the registry files read only before installations,
or keep a backup of the basic registry, let installations write to the
registry, and then just overwrite with the small registry.
The problem with a computer upgrade though is that everything isn't
in the registry. That's why some of us want a list of "all installed
software". So that we can make sure that all our old programs are
moved to our new computer/OS.