Developer's Topics
Chapter 12, Custom Distribution Mastering Toolkit

About component scripts

About component scripts

``Component scripts'' are scripts which function as an API between custom(ADM) and the component; custom runs these scripts during installation of the component.

The custom utility recognizes two types of component scripts:

As the component developer, use these component scripts to:


NOTE: Creating ccs and cqs scripts is not mandatory to creating a custom-installable product with CDMT; use these scripts for more advanced installations and upgrades.

The syntax for the ccs is: 

ccs step [keyword_list] package_list

See ``Software management phases'' for information about the step option and ccs(CDMT) for information about the other arguments to ccs.

The syntax for the cqs is: 

cqs [keyword_list] package_list

See cqs(CDMT) for information about the cqs.

See also: