InstallShield 11 Universal

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 technologyif you are unfamiliar with JavaBeans, please see the available online documentation and training at the Sun Web Site at http://developer.java.sun.com.

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