WebClient registry keys and shortcuts
- Last Updated: January 16, 2024
- 2 minute read
- OpenEdge
- Version 12.8
- Documentation
When WebClient is installed, it creates registry entries based on the input from the user and the type of installation.
HKEY_LOCAL_MACHINE\Software\PSC\WebClientHKEY_LOCAL_MACHINE\Software\Wow6432Node\PSC\WebClientHKEY_CURRENT_USER\Software\PSC\WebClientThese registry key values specify path settings for accessing WebClient functionality, and user-supplied options for running WebClient. You must be aware of these registry entries when you write your application installation. The path settings include two values that you can use to set up application shortcuts and a default setting for your application installation directory. For information on programmatically checking the installation type, see the Checking application registry access.
The following table lists the registry key value names as they appear in the registry and provides a description of the information that appears under Data in the registry.
| Registry key value name | Data |
|---|---|
ProwciniPath
|
The complete path, including filename, of the WebClient Initializer executable. |
ProwcamPath
|
The complete path, including filename, of the WebClient Application Manager executable. |
ApplicationsPath
|
Default path on the end user's machine that you can use as a root
directory to install your WebClient application. The WebClient installation allows
the end user to specify this location. Using this registry value in your application installer eliminates the need to prompt the users for information about where they want the application installed. As a result, this creates a more silent application installation. However, you do not want to use this registry value if there might not be enough space on a drive to install the application. |
ProwciniPath{ "<VendorName>/<ApplicationName>" -s }- ProwciniPath
-
The complete path, including filename, to the WebClient Initializer executable. This pathname is stored by the WebClient installer as the ProwciniPath registry key value.
- <VendorName>/<ApplicationName>
-
A unique identifier for an application. The values for VendorName and ApplicationName match the values you specify in the General tab of the WebClient Application Assembler when you define your application. WebClient Initializer uses these values to indirectly locate the application configuration file.
ProwcamPath "<VendorName>/<ApplicationName>"- ProwcamPath
-
The complete path, including filename, to the WebClient Application Manager executable. This pathname is stored by the WebClient installer as the ProwcamPath registry key value.
- <VendorName>/<ApplicationName>
-
A unique identifier for an application. The values for VendorName and ApplicationName match the values you specify in the General tab of the WebClient Application Assembler when you define your application. WebClient Application Manager uses these values to access information about the WebClient Application.