summaryrefslogtreecommitdiffstats
path: root/tests/guests/guest-aux/windows-software.reg
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2011-12-22 12:15:06 +0000
committerRichard W.M. Jones <rjones@redhat.com>2011-12-22 15:48:11 +0000
commitcd077b8229731e292798f34dd56892cbfa6f1e0e (patch)
treed7c2fb6e9d8c34b8f73152c297f243eee74dc450 /tests/guests/guest-aux/windows-software.reg
parentc649817586e5b4df53b251d1290422f5ef046045 (diff)
downloadlibguestfs-cd077b8229731e292798f34dd56892cbfa6f1e0e.tar.gz
libguestfs-cd077b8229731e292798f34dd56892cbfa6f1e0e.tar.xz
libguestfs-cd077b8229731e292798f34dd56892cbfa6f1e0e.zip
tests: Split images -> tests/data + tests/guests
Diffstat (limited to 'tests/guests/guest-aux/windows-software.reg')
-rw-r--r--tests/guests/guest-aux/windows-software.reg49
1 files changed, 49 insertions, 0 deletions
diff --git a/tests/guests/guest-aux/windows-software.reg b/tests/guests/guest-aux/windows-software.reg
new file mode 100644
index 00000000..2c0f41ce
--- /dev/null
+++ b/tests/guests/guest-aux/windows-software.reg
@@ -0,0 +1,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"