CustomLicensePanel extension for InstallShield Java Edition

This extension is similar to the software license agreement panel included with InstallShield, but it will word wrap the text.  The license file, license.txt needs to be included in the root of your source. To change the name of the license file or the message text you will need to modify the source code.

To add this extension to your installation in InstallShield Java Edition version 2.02 or greater:

1.  Compile the extension files.
2.  Turn on the View option under the Extensions menu option of the build wizard.
3.  Select the Welcome Information extension.
4.  Select the Add option under the Extensions menu option.
5.  Fill in the Root class by browsing to CustomLicensePanel.class.
6.  Build your installation.

This extension has not been tested with InstallShield Java Edition versions prior to 2.02 but supposedly you would add the following entry to your object.ini file:

[LicensePanel]
RootClass=CustomLicensePanel
