Files
libguestfs/test-data/phony-guests/windows-software.reg
Richard W.M. Jones dc1d0880b0 tests: Move the tests/data and tests/guests directories to test-data.
Create a new top-level directory called test-data, which will carry
all the test data which is large and/or shared between multiple tests.

There are actually several new subdirectories created:

test-data/binaries: The pre-built binary and library files for random
architectures that we use to test various architecture detection
features (was part of tests/data).

test-data/blank-disks: The blank disks which are used for disk format
detection (was part of tests/data).

test-data/files: Other miscellaneous test files from tests/data that
are not included in the above.

test-data/phony-guests: The phony guests (was tests/guests).

test-data: The top-level directory builds the 'test.iso' image file
that is used for testing the C API and in miscellaneous other tests.
2015-10-30 16:07:32 +00:00

50 lines
1.8 KiB
Reg

[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"