Version number of Web thin client

The name of the CAB file identified in the CODEBASE URL is version-specific. Therefore, acuthinax800.cab always contains the Version 8.0.0 Web thin client. However, you can implement your CODEBASE URL with a version string that refers to the version number as well as the build number.

If, for example, you deploy your Web site with the following CODEBASE value:

http://www.acucorp.com/support/downloads/acuthinax/acuthinax800.cab

a control associated with the specified CLASSID will be used (if found), regardless of version. If no associated control is available on the client machine, the CAB file will be downloaded, installed, and executed.

On the other hand, if your Web site contains the following value:

https://www.microfocus.com/support/downloads/acuthinax/acuthinax800.cab#version=8,0,0,900

Users with an earlier version of the control will automatically be prompted to download the new version the next time they visit your Web site. The convention for the Web thin client control is therefore:

acuthinaxMmr.cab#version=M,m,r,b

where M,m,r,b represent the Major, minor, release, and build numbers of the particular version of the control. This allows you to determine which version of the control is available to your end users.

To determine the version and build number of a Web thin client control, you can use the AboutBox method available in the object interface. See the next section for more information. You can also obtain the version number by following these steps:

  1. Locate the file, acuthinax.ocx, for the version you want to deploy.
  2. In Windows Explorer, right-click on the control and select Properties.
  3. Select the Version tab and view the value in the File Version field.