Is there any tool that can summarize Registry and File differences between two VMWARE Windows XP images?
feedback
|
migrated from stackoverflow.com Jul 16 '09 at 16:19
This question came from our site for professional and enthusiast programmers.
|
I'm not aware of any diff tool specifically for VMWare images, but if you can start up the VMs then why not use a standard file & Registry diff from within the guest OS? For example, Regshot will allow you to take a snapshot of Registry and filesystem information, and compare it with another snapshot taken from a different machine:
The difference between Registry and file structure on the two VMs will be displayed. | |||
|
feedback
|
|
Assuming the VMs you want to compare are powered off, I would try using the VMware Disk Mount utility to mount their virtual disks and then use diff or your favorite file comparison tool on them. There is a little tutorial on using the utility here: http://www.petri.co.il/virtual_mount_vmware_virtual_disk_without_vmware.htm. Good luck! --jed | |||
|
feedback
|
|
For generic files you could use md5sum (or whatever GUI alternatives there are) and then diff that and for registry whatever tool that can dump it to a file. | |||
|
feedback
|
|
I can suggest you Ashampoo Uninstaller It can create shanpshoot of registry and file system, export it to various formats. 2 different snapshots can be visually compared within it, or you can even create installation out of it. Superb tool, I use it for years even before Ahsampoo bought it, to make portable tools. | |||
|
feedback
|