• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Complete uninstall and log for a application?

qmrneo

Member
Don't know how it will sound but I need a windows application that can track each action while a setup is installing on the machine. Where it is placing and modifying the registry location and keeping the keys. And then give a log file when the installation is done.

This came up as I found many application are not completely uninstalled and keep some traces here and there.
I need a application that can clean every single bit of file for any install.

Thanks
 
There really isnt something like this. What you will want to do is virtualize the applications with Thinapp or APPV
 
Don't know how it will sound but I need a windows application that can track each action while a setup is installing on the machine. Where it is placing and modifying the registry location and keeping the keys. And then give a log file when the installation is done.

This came up as I found many application are not completely uninstalled and keep some traces here and there.
I need a application that can clean every single bit of file for any install.

Thanks

There used to be products like CleanSweep that would do that, but thankfully they all pretty much died since they provide no real value. An uninstaller leaving a few K in files and a few registry entries behind has little to no affect on the PC.
 
CCleaner will do most of what you have asked for. Revo uninstaller is a pretty good sidekick for CC.
 
Regshot
http://sourceforge.net/projects/regshot/

Regshot is an open-source(GPL) registry compare utility that allows you to quickly take a snapshot of your registry and then compare it with a second one - done after doing system changes or installing a new software product.

may be a little to old though ..last listed OS is XP

Here's a more recent one after googling 'snapshot registry':
SysTracer
http://systracer.en.softonic.com/
 
Last edited:
Back
Top