Component Functions

InstallShield 2024 » InstallScript Language Reference

Because a Windows Installer-based installation uses features as the highest level of organization in installation projects, and not components, component-related functions are deprecated in InstallShield. All supported component functions now have corresponding feature functions that should be used in your script.

For example, the ComponentAddItem function is now FeatureAddItem. For more information and a list of available feature-related functions, see Feature Functions