Consultor Eletrônico



Kbase 21792: WebClient: How To Get Application Version Info At Runtime
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   14/02/2002
SUMMARY:

When a WebClient application gets installed on a client machine, information about the application is stored in the registry under the following key:

HKEY_LOCAL_MACHINE\SOFTWARE\<Vendor Name>\<Application Name>

One of the 'keys' (actually a name/value pair) associated with the above 'key' is 'VersionName'. This key contains the version name information that you entered in the Application Assembler.

SOLUTION:

You can use the LOAD, USE, GET-KEY-VALUE & UNLOAD commands to read the 'VersionName' key from the registry.