Testing the function to "get the version" of Acrobat via the OCX file. 1. Download the GetVersions1.html file in this directory. 2. Check your registry for the following Key HKLM\software\adobe\adobe acrobat\testversions\versions\ 3. If no version information data is in this key, add it. Note: I recommend changing it to something unique to really test it. You can change it back after the test. I add my name to the version string. 4. Double-click on the GetVersions1.html on your hard drive. The HTML page will open in IE and return the version information found in that that registry key. What's happening. This HTML page returned values that I stored in the registry location. It goes and parses the registry for this information and returns it. HKLM\software\adobe\adobe acrobat\testversions\versions\ Bug association #363472 Engineer: Yvonne Duong