System Monitor

VBOfficer

Member
Joined
Jan 22, 2009
Messages
23
Hello,
I know there are some programs that monitor the system for changes.
For example you run it and install a program, it says that your installed program has made what changes to the registry, to the file system, what files have been added and removed during the installation, etc...
I searched but didnt found one of them, if anyone knows please introduce me one.
Thanks :)
 
The only thing Ive seen that does what you describe is a dedicated install/uninstall program. The three big ones are: Microsoft (built in installer with Visual Studio), InstallShield, and Wise install. There are a number of free ones as well.

Keep in mind that none of them just "knows" what gets installed. The person making the installer must tell the installer whats there, and what should get uninstalled. Most will know about folders and files but if you have registry settings, youll have to tell the installer which branch and keys you have. If you write custom config files, save files, etc., youll have to tell the installer about them so it can do cleanup later. Fancier installs will even prompt the user on uninstall with something like "Extra config files were detected at [folder name]. Would you like these removed?"

I know of no "monitor" that will simply scan/check everything - registry, files, etc. to let you know whats been installed.

-ner
 
Back
Top