Try OpenEdge Now
skip to main content
WebClient Applications
Deploying an Application : Choosing an installation method : Using a combination of IntelliStream and an external installer : Application installer registry key entries for components
 
Application installer registry key entries for components
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. For more information, see the External installer. Therefore, your installation program must create the following registry key and registry key values for each component under this key:
<Basekey>\Software\<VendorName>\ApplicationName>\Components
Where <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.
Table 11. Component registry key entry
Registry key value name
Data
<ComponentName>
" "
ComponentName is the identifier you specified for the component in the WebClient Application Assembler Component Definition dialog.
Note: There must be a space between the two quotes.