Ticket #741: test.au3
| File test.au3, 402 bytes (added by , on Dec 16, 2008 at 9:22:33 AM) |
|---|
| Line | |
|---|---|
| 1 | $regRead1 = RegRead("HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{B508B3F1-A24A-32C0-B310-85786919EF28}", "DisplayVersion") |
| 2 | ;2.1.21022 |
| 3 | msgbox(0, "RegRead1", $regRead1) |
| 4 | $regRead2 = RegRead("HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{B508B3F1-A24A-32C0-B310-85786919EF28}", "Publisher") |
| 5 | ;Microsoft Corporation |
| 6 | msgbox(0, "RegRead2", $regRead2) |
