installable - Installable (installable)

The installable configuration element

NameTypeDefaultDescription
idstringA unique configuration ID.
namestringdefaultThe name of the installable archive file, for example, wlp.8555.zip.
typestringThe installable type. Valid values are wlp, jre, or other. This attribute overrides the type prefix of the installable name.
expandstringSpecifies whether to expand the installable during deployment. Valid values are yes, no, or auto. Overrides the default behavior determined by the installable file type. A no value disables unzip for installable zip files.The default value is auto, which determines whether to expand or not expand based on the installable file type. For example, auto selects to expand the zip file type.
sourceDirstringAbsolute path to the installable archive file. The default value is the path: ${WLP_STACK_GROUPS_DIR}/stack_name/installables
installDirstringAbsolute path to the installable target directory.