Application installer registry key entries for components
- Last Updated: August 28, 2019
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
If you use an external installer for the initial installation of your components, but you want to use IntelliStream to update those components, your installer must store the name of each component it installs in addition to the other tasks required by your external installer.
<Basekey>\Software\<VendorName>\ApplicationName>\ComponentsWhere <Basekey> is either the HKLM or the HKCU registry hive depending on the installation type, and <VendorName> and <ApplicationName> match the values you enter in the General tab of the WebClient Application Assembler when you define your application.
The following table lists the registry key value name as it appears in the registry and provides a description of the information that appears under Data in the registry.
| Registry key value name | Data |
|---|---|
<ComponentName>
|
" " |
ComponentName is the identifier you specified for the component in the WebClient Application Assembler Component Definition dialog.