Thank you for being a valued part of the CNET community. As of December 1, 2020, the forums are in read-only format. In early 2021, CNET Forums will no longer be available. We are grateful for the participation and advice you have provided to one another over the years.

Thanks,

CNET Support

General discussion

software installation tracker

Aug 16, 2007 2:11AM PDT

Is there a program (free preferable), that tracks the location and changes made to a computer when you install a new program? If so what is the name of it. Thanks

Discussion is locked

- Collapse -
System Information
Aug 16, 2007 4:42AM PDT

Enter msinfo32 in the run dialog box. Select View, System History, Software Environment. Specify the display date in the upper right corner if desired.

- Collapse -
This may do some of what you want
Aug 16, 2007 4:46AM PDT
- Collapse -
(NT) What exactly are your trying to accomplish?
Aug 16, 2007 3:48PM PDT
- Collapse -
tracking
Aug 16, 2007 9:22PM PDT

I wanted to find the location of what dll's, registry items etc. that the program put on the computer. Then if, say the program isn't quiet right and I have to delete it I can manually remove those items that the uninstaller missed.

- Collapse -
Probably not possible
Aug 16, 2007 11:00PM PDT

in the sense you ask.

Software writers are incredibly lazy nowadays. Instead of keeping their dll's and other files within the same program directory, (or folder), they plant them all over the place in Windows. The favorite location is the Windows/System32 folder, and if you have checked that folder on your computer recently you will see why it is so difficult to keep track of any changes, (I have 2475 objects in mine at the moment). The same with the registry, whilst software writers are keen to make entries in the registry to conform with Microsoft requirements, they are not so bothered about deleting them within their uninstall procedure.

Many applications will now include a folder in the Documents and Settings, either for your user name or for All Users, so the best way to keep a lid on this is to set a Restore Point before installing anything. That way, if you need to revert back you restore back to that point. Then you hunt down the Document and Settings folder, and the folder within Program Files, or wherever you installed the application, and delete those folders. I would forget about the System32 folder additions.

Some programmers will include a log of the installation process. You see this some times when during the install you see a "Details" option. that lists the files being extracted and installed. Usually such logs are held in the Application folder, in Program files, or wherever. So you could use that to track down the installed files, but beware, any files you track down in the System32 folder may well be shared files, (by other applications), and so deleting those may be risky.

Mark

- Collapse -
tracking
Aug 16, 2007 11:18PM PDT

Thank you, yes the 32 folder is a nightmare. I'll look around, but you're right about the shared stuff.

- Collapse -
Sometimes another "nightmare"....
Aug 17, 2007 7:35AM PDT

is that while System Restore is probably one of the best utlities MS ever came up with, it is incapable of backing up the entire Registry, on occasion leaves behind some Registry entries placed by programs that have been uninstalled (Norton a case in point) which can at times reek havoc on the system or other programs. System Restore can also restore or remove folders, files and documents when you didn't want it too. Something that MS did not entend, and appearantly refuses to fix.

These problems can be avoided by first creating a complete backup of the System Registry. This can be safely and quickly accomplished using ERUNT
The Emergency Recovery Utility NT
Registry Backup and Restore for Windows NT/2000/2003/XP/Vista
.
After removing the undesirable porgram, the backup called ERDNT will restore the exact same Registry entries/settings with the exception that it will not restore/remove folders, files and documents. I [have] found that it (and Systen Restore) does change the time in No Frill Timer (NFT). According to the author this is a bug in the program which he once told me how to fix, but it was all Greek to me.

Charlie

- Collapse -
In Passing, Charlie... I Saw Your Other post w/ Erunt ....
Aug 17, 2007 4:47PM PDT

suggestion and got the program & installed. Actually used the restore facility for the first time tonight and worked beautifully (as far as I can tell). Just opened my chosen back up date folder & clicked on the exe there-in, ok'd reboot and done. Thanks for the tip!! Sandy Grin

- Collapse -
(NT) Glad it worked out for you.
Aug 20, 2007 3:13AM PDT