summaryrefslogtreecommitdiffstats
path: root/inspector
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2011-03-31 15:51:00 +0100
committerRichard W.M. Jones <rjones@redhat.com>2011-03-31 15:51:00 +0100
commit64bc4495031a1942472038db7aee0bf3b746949d (patch)
tree4db1624d9ba18c6c39e43ea2b038d471e0ccbb6d /inspector
parentb8e1dee73a1deef1bfd5937e2abfbe9afef7b1ef (diff)
downloadlibguestfs-64bc4495031a1942472038db7aee0bf3b746949d.tar.gz
libguestfs-64bc4495031a1942472038db7aee0bf3b746949d.tar.xz
libguestfs-64bc4495031a1942472038db7aee0bf3b746949d.zip
inspect: Detect 32 bit applications running on WOW64 emulator (RHBZ#692545).
These applications are located along a different Registry path. See http://support.microsoft.com/kb/896459 for all the details. Thanks Jinxin Zheng for finding the bug and the solution.
Diffstat (limited to 'inspector')
-rw-r--r--inspector/example-windows.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/inspector/example-windows.xml b/inspector/example-windows.xml
index 12c69560..7b3ae743 100644
--- a/inspector/example-windows.xml
+++ b/inspector/example-windows.xml
@@ -40,6 +40,13 @@
<install_path>C:\Program Files\Red Hat\test3</install_path>
<publisher>Red Hat Inc.</publisher>
</application>
+ <application>
+ <name>test4</name>
+ <display_name>Test4 is not real software</display_name>
+ <version>1.2.6</version>
+ <publisher>Red Hat Inc.</publisher>
+ <description>WOW6432node is where 32 bit emulated apps are installed on 64 bit Windows</description>
+ </application>
</applications>
</operatingsystem>
</operatingsystems>