vote up 0 vote down star

I need something like i6comp but for list of reg changes rather than list of files.

Does such a thing exist?

EDIT:I know there are ways to do monitor changes to the ergistry but are there ways to do it by examining the setup files?

flag

47% accept rate

4 Answers

vote up 5 vote down

Process Monitor

link|flag
vote up 4 vote down

RegMon

link|flag
Note: FileMon and RegMon have been replaced by Process Monitor on versions of Windows starting with Windows 2000 SP4, Windows XP SP2, Windows Server 2003 SP1, and Windows Vista. FileMon and RegMon remain for legacy operating system support, including Windows 9x – jop Oct 3 '08 at 3:01
Who knew? My copy still works :) – Ferruccio Oct 3 '08 at 3:11
vote up 1 vote down

You can check the registry tables in the MSI using something like Orca but thats not guaranteed to catch all possible changes to the registry.

The only sure way is comparing pre and post install changes using somethink like RegMon.

link|flag
vote up 0 vote down
  1. Export the registry.
  2. Run installer.
  3. Export the registry to a different file
  4. Compare the two files with your favorite comparison program.
link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.