Creating Custom Beans

Creating Custom Beans

InstallShield 11 Universal

Available in InstallShield Universal Premier and Professional Only

Custom beans that are specific to your product installation can be created for use in Universal projects. You can extend the behavior or appearance of your installation program using custom beans. A bean is a Java class that contains properties and uses methods that follow a standard naming convention. Custom beans are based on JavaBeans technology—if you are unfamiliar with JavaBeans, please see the available online documentation and training at the Sun Web Site at http://developer.java.sun.com.

Tips

The following topics are available to assist you in creating custom beans.

Creating Custom Beans
Help Information Rules for Creating Custom Beans
Rules for creating custom beans
Help Information Property Naming Conventions
Conventions for naming properties
Help Information Working With the Add-in Manager
Instructions for registering, unregistering, and searching for your custom beans
Help Information Specifying Additional Bean Information
Instructions for creating a BeanInfo class for your custom beans
Help Information Providing Bean Help
Instructions for providing context-sensitive ("bean") help for your custom beans