blob: 2c0f41ced0c20918ab7850e5398f781083507d3d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
|
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft]
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT]
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion]
"ProductName"=str(1):"Microsoft Windows 7 Phony Edition"
"CurrentVersion"=str(1):"6.1"
"InstallationType"=str(1):"Client"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows]
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion]
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall]
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\test1]
"DisplayName"=str(1):"Test1 is not real software"
"URLInfoAbout"=str(1):"http://libguestfs.org/"
"DisplayVersion"=str(1):"1.2.3"
"VersionMajor"=dword:00000001
"VersionMinor"=dword:00000002
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\test2]
"DisplayName"=str(1):"Test2 is not real software"
"URLInfoAbout"=str(1):"http://libguestfs.org/"
"DisplayVersion"=str(1):"1.2.4"
"Comments"=str(1):"Longer description about phony test2 software"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\test3]
"DisplayName"=str(1):"Test3 is not real software"
"DisplayVersion"=str(1):"1.2.5"
"Publisher"=str(1):"Red Hat Inc."
"InstallLocation"=str(1):"C:\\Program Files\\Red Hat\\test3"
[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432node]
[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432node\Microsoft]
[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432node\Microsoft\Windows]
[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432node\Microsoft\Windows\CurrentVersion]
[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432node\Microsoft\Windows\CurrentVersion\Uninstall]
[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432node\Microsoft\Windows\CurrentVersion\Uninstall\test4]
"DisplayName"=str(1):"Test4 is not real software"
"DisplayVersion"=str(1):"1.2.6"
"Publisher"=str(1):"Red Hat Inc."
"Comments"=str(1):"WOW6432node is where 32 bit emulated apps are installed on 64 bit Windows"
|