From ebfcb7f23df4546977628dc718982730682a68c0 Mon Sep 17 00:00:00 2001
From: Richard Jones <rjones@redhat.com>
Date: Mon, 8 Mar 2010 19:31:12 +0000
Subject: inspector: Read information about Windows guests from the Registry.

This commit changes substantially the way that we get information
about Windows guests.  We now use the Windows Registry to get
information such as the version, product name and much else.

This uses Win::Hivex (ie. the hivex library).  'reged' is no longer
needed or used.

As an incidental change, this also tries harder to search for
%systemroot%, in the case when we cannot find boot.ini (ie.
Windows Vista and more recent).  This ensures we can get more
detail from those versions of Windows.
---
 README | 3 ---
 1 file changed, 3 deletions(-)

(limited to 'README')

diff --git a/README b/README
index 8ad0d65e..c00ebd3c 100644
--- a/README
+++ b/README
@@ -63,9 +63,6 @@ Requirements
 
 - (Optional) Readline to have nicer command-line editing in guestfish.
 
-- (Optional) 'reged' program from chntpw to decode Windows registry
-  entries (http://home.eunet.no/~pnordahl/ntpasswd/)
-
 - (Optional) xmllint to validate virt-inspector RELAX NG schema
 
 - (Optional) OCaml + OCaml library xml-light if you want to rebuild
-- 
cgit