up vote 0 down vote favorite
share [g+] share [fb]

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?

link|improve this question

47% accept rate
feedback

4 Answers

Process Monitor

link|improve this answer
feedback

RegMon

link|improve this answer
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
feedback

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|improve this answer
feedback
  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|improve this answer
Hi Greg, Let me know, which one is easiest way to compare two export reg files ...that is to be appreciative ... – Rajakumar Aug 5 '10 at 8:51
feedback

Your Answer

 
or
required, but never shown

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