informix
DataBlade Developers Kit User's Guide
Using BladePack

Packaging for UNIX Installations

To package your DataBlade module, you add content to a BladePack project, assign components, customize the installation procedure, and build the package.

Important: You cannot use all BladePack options when you create an installation package for UNIX. You can only use the options mentioned in this section.

For information on packaging DataBlade modules for InstallShield 3.1, see Packaging for InstallShield 3.1 Installations. For information on packaging DataBlade modules for InstallShield 5.1, see Packaging for InstallShield 5.1 Installations.

To build an installation package with BladePack

  1. Open a project file in one of the following ways:
  2. Define the content of your product, including files, directories, and registry changes.
  3. Define and assign installation components.
  4. Define optional customizations.
  5. Build the installation package.
  6. Transfer files from the build area to installation media.

Establishing Content

You can add these objects to your product in BladePack:

To add a file or directory

  1. Choose Edit Insert object, where object is File to Install, File to Delete, Directory to Install, or Directory to Delete.
  2. The object appears on the Files/Directories page.

  3. Specify the properties of the object on the Details and other pages in the item view.

The following sections describe the properties of the objects on the Files/Directories page.

Files and Directories to Be Installed or Deleted

The following table lists properties you define when you add files and directories to install or delete.

Property Description
Local name The local name of the file or directory to be installed or deleted. Choose Browse to select a file from the Open dialog box. You can have multiple operating system-specific files to install. See Local Paths for Files for Multiple Operating Systems for more information.
Target directory For files and directories to install only. The directory in which the file or directory is installed. See Specifying a Target Directory for more information.
Target operating system The operating system on which to install the file or directory.
Component The component, subcomponent, or shared component to which the file or directory is assigned. See Assigning to Components for more information on assigning to components.
File copy options For files and directories to install only. Options for copying files, including whether the file is installed only if it has the same or later date or version than the existing file. The default is None.

Local Paths for Files for Multiple Operating Systems

If you have files that are operating-system-specific, put them in a directory structure that is the same except for one directory, which is named for the operating system. When you add the file to your BladePack project, replace the directory named for the operating system with %OS%.

For example, if you compile your C or C++ DataBlade module on Sun Solaris and Windows NT, you have two project.bld files, one in each of these directories:

Add the project/src/c/Solaris-sparc/project.bld file to the Files to Install folder and then replace Solaris-sparc with %OS%. When you build the BladePack project for Sun Solaris and Windows NT, BladePack adds the appropriate project.bld file to each project.

For a Java DataBlade module, you have only one version of the project.jar file, which is in the project/src/java directory.

Specifying a Target Directory

For UNIX, the only option in the list for the Directory on target machine field is __home. This is the directory the installer chooses during the installation process. By default this directory is $INFORMIXDIR.

For the DataBlade module files (project.bld or project.jar and the SQL scripts), you should specify the extend/project directory as the target directory under the $INFORMIXDIR directory.

Managing Components

BladePack allows you to organize your product installation package into three layers: component, subcomponent, and shared component. To see the component hierarchy for your product, click the Components tab in the project view.

Organizing an installation package into a component structure allows you to define Typical, Compact, and Custom installations. You specify whether each component or subcomponent is included in the Typical and Compact installations, and whether it is initially selected when users choose the Custom installation.

Use a shared component for those portions of your product that are shared by more than one component. A shared component is always installed with the subcomponent with which it is associated.

During a Custom installation, users can choose to install any components or subcomponents. When you mark a component Custom, the component is initially selected. The user can choose to include or exclude any components, except shared components, from the installation.

In most cases, the component level is sufficient to create Typical, Compact, and Custom installation options. For example, suppose you have created the following components (and no subcomponents) in your installation package and marked them as shown:

In this scheme, users install the DataBlade module, help files, and examples if they choose the Typical installation. If they choose the Compact installation, they install the DataBlade module only. If they choose the Custom installation, the DataBlade module and debugging support are preselected. They can choose to add help and examples.

To create a component

  1. Choose Edit Insert Component.
  2. Complete the properties on the Component Details page in the item view.

To create a subcomponent

  1. Select the component to which you want the subcomponent to be subordinate.
  2. Choose Edit Insert Subcomponent.
  3. Complete the properties on the Component Details page in the item view.

To create and copy a shared component

  1. Select the subcomponent to which you want the shared component to be subordinate.
  2. Choose Edit Insert Shared Component.
  3. With the shared component still selected, choose Edit Copy.
  4. Select another component to which you want to add the shared component.
  5. Choose Edit Paste.

Component Properties

The following table lists the properties of components and subcomponents you define when you create them.

Property Description
Name The name of the component or subcomponent that appears in the left column on the Select Installation Components screen during a custom installation
Description The description of the component or subcomponent that appears in the right column when the item is selected on the Select Installation Components screen during a custom installation
Inclusion What type of install the component or subcomponent is included in:
  • Compact
  • Typical
  • Custom
  • Shared components have one property: an identifier that is assigned by BladePack. You can edit the identifier; it can be an alphanumeric string up to 128 characters. Make sure it is unique among shared components. If you change an identifier, be sure to update it for every instance of that shared component.

    Assigning to Components

    You must assign every item on the Files/Directories and Customization pages to a component, subcomponent, or shared component. If you try to build the project with unassigned items, the build fails and you receive an error message telling you which item is not assigned to a component.

    Initially, all files and directories that appear on the Files/Directories page are listed under the Unassigned Files and Directories folder on the Components page. Custom extensions are not shown on the Components page.

    To assign an item to a component, use one of these methods:

    Customizing the Installation

    Custom extensions for the installation program are optional. Your customization options depend on your operating system.

    For UNIX installation packages, you can add custom programs to call from the installation program and README files.

    In addition to adding the custom programs in their respective folders, you must also add the file containing the custom extension to the Support Files folder. However, if you have more than one program in a file, you need only add that file to the Support Files folder once.

    To add a custom program

    1. Choose Edit Insert Custom Program.
    2. Complete the Details page in the item view.
    3. Choose Edit Insert Support File.
    4. Type the path and filename of the file containing the custom routine, dialog box, or program or click Browse to select the file from the Open dialog box.

    The following table lists the properties of custom programs you specify when you add them to your installation project.

    Property Description
    Name The filename of the program. Type the name or click Browse to select the file in the Open dialog box.
    ID or command line arguments The command line arguments you want to use for the program during the installation process.
    Target operating system The operating system on which the custom extension runs.
    Component The component, subcomponent, or shared component to which the file or directory is assigned. See Assigning to Components for more information on assigning to components.
    When to run When the custom extension is executed during the installation procedure:
  • Before the installation program begins
  • Before the project files are copied
  • After the project files are copied
  • Before the installation program exits
  • To add a README file

    1. Choose Edit Insert Readme File.
    2. Type the path and filename or click Browse to select the file from the Open dialog box.

    Building the Installation

    When the content and organization of your installation package are complete, build and test it.

    To build, choose Build Build Installation. The Build Installation wizard is launched and prompts you for the following information:

    Installation Type

    BladePack creates a directory structure in the target directory and copies files into the tree. When you build an interactive installation for a UNIX platform, BladePack includes install and uninstall shell scripts.

    When you build a file tree installation, BladePack creates the file tree specified in the project in the target directory. A file tree build is useful for debugging the BladePack project.

    After you successfully build an interactive installation, the target directory contains the subdirectories described in the following table.

    Directory Description
    cdrom Contains an image of the installation package that can be transferred to distribution media. DataBlade module developers can rename this directory to the name of the DataBlade module before creating a .tar file. This directory contains an install shell script and other files that the install script uses during installation.
    support Contains copies of files to support the installation, such as project files. Its contents are not distributed with your installation package.
    folder_tree Contains a directory tree containing the contents of all of the directories to be included in the installation package. The contents of this directory are not distributed with your installation package.
    tree The root of a directory tree containing files to be included in the installation package. The tree directory can be used to debug problems in the installation package. The contents of this directory are not distributed with your installation package.

    Creating Distribution Media

    To ensure that customers can install DataBlade modules and other Informix products using common instructions, the product you distribute must conform to the Informix DataBlade module installation standard. BladePack creates an interactive installation that ensures a consistent user interface.

    Important: If you create a UNIX .tar file, rename the cdrom directory to the name of your product before you copy the directory to media or the release area. For example, for the Circle DataBlade module, rename the cdrom directory to circle. (Do not include the version number in the directory name.)

    Copy the renamed directory and its contents to the media or into the archive file. This makes it possible to distribute multiple products with their own installations on a CD-ROM or tape.

    For example, to install the Circle DataBlade module from CD-ROM, the installer mounts the CD-ROM, changes to the circle subdirectory, and executes the install script.

    To install the Circle DataBlade module from a file named circle3.6.tar, retrieved through a local network or the Internet, the installer extracts the file into a temporary directory, changes to the circle subdirectory, and executes install. When the installation has finished, the circle subdirectory can be removed.

    Tip: BladePack does not compress .tar files. If you want to distribute your DataBlade module as a compressed file, you must compress it yourself.


    DataBlade Developers Kit User's Guide, Version 4.0
    Copyright © 1999, Informix Software, Inc. All rights reserved