|
To package your DataBlade module, you add content to a BladePack project, assign components, customize the installation procedure, and build the package.
For information on packaging DataBlade modules for UNIX, see Packaging for UNIX Installations. For information on packaging DataBlade modules for InstallShield 5.1, see Packaging for InstallShield 5.1 Installations.
Open or launch BladePack from the BladeSmith Tools menu while the project is open.
New.
You can add these objects to your product in BladePack:
Insert
object, where object is File to Install, File to Delete, Directory to Install, Directory to Delete, or Change to Registry.
The following sections describe the properties of the objects on the Files/Directories page.
The following table lists properties you define when you add files and directories to install or delete.
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\WinNT-i386\project.bld file to the Files to Install folder and then replace WinNT-i386 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 DirectoryYou have the following options in the list for the Directory on target machine field:
The target directory for the DataBlade module files (project.bld and the SQL scripts) should be the extend\project directory under the $INFORMIXDIR directory.
File Sharing OptionsFor files in the Files to Install folder, choose one of these file sharing options from the Copy Options page:
You can add entries to the Windows NT registry for the initialization and configuration of your DataBlade module and its associated programs.
Refer to your Microsoft Developer Studio documentation for information about the registry.
The following table lists the properties you define when adding registry changes.
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.
Insert
Component.
Insert
Subcomponent.
Insert
Shared Component.
Copy.
Paste.
The following table lists the properties of components and subcomponents you define when you create them.
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.
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:
Custom extensions for the installation program are optional. For InstallShield 3.1 installation packages, you can add these custom extensions:
In addition to adding the custom routines, dialog boxes, and 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 routine, dialog box, or program in a file, you need only add that file to the Support Files folder once.
Insert
Item, where Item is Custom DLL Routine, Custom DLL Dialog, or Custom Program.
Insert
Support File.
Insert
Readme File.
The following table lists the properties of custom routines, dialog boxes, and programs you specify when you add them to your installation project.
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:
BladePack creates a directory structure in the target directory and copies files into the tree. When you build an interactive installation package for Windows, BladePack calls InstallShield to process the files and create CD-ROM and diskette images.
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.
BladePack provides default text strings for the InstallShield installation wizard screens for Windows. You can override some of these text strings. For example, in the Select Installation Type wizard, you can change the text that appears next to the words Typical, Compact, and Custom to provide your own definitions for these three types of installations. When you save a BladePack project, BladePack saves any new string definitions in the appropriate string files.
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.
To install a product from diskettes on a Windows platform, the installer executes the Setup.exe program on the first diskette. To create diskettes, copy the contents of the disk1 ... diskn directories to formatted 1.4 MB diskettes.
To create all other types of media, use the cdrom directory in the build area.
To distribute multiple products with their own installations on a CD-ROM or tape, rename the cdrom directory to the name of the DataBlade module before you copy the directory and its contents to the media or into the archive file.
For example, to install the Circle DataBlade module from CD-ROM, the installer mounts the CD-ROM, changes to the circle subdirectory, and executes Setup.
Important: Put the Setup.exe program in a short path. If the combined length of the path and filename of any file is longer than 255 characters, the program will not execute. This is due to a Windows limitation.