Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 2 Installing TIBCO ActiveMatrix BusinessWorks BPEL Extension : Installing on Microsoft Windows

Installing on Microsoft Windows
Before starting the installation procedure, review the topics in this section to determine that your system meets the basic requirements and that you have the prerequisite software installed.
The following is a list of prerequisites for installing TIBCO ActiveMatrix BusinessWorks BPEL Extension on Microsoft Windows systems. See Installer Disk Space Requirements in Temporary Area for additional disk space requirements.
Microsoft Windows 2000
Microsoft Windows XP
Microsoft Windows Server 2003
TIBCO ActiveMatrix BusinessWorks Must be Installed Before TIBCO ActiveMatrix BusinessWorks BPEL Extension
Before you can install TIBCO ActiveMatrix BusinessWorks BPEL Extension, you must install TIBCO ActiveMatrix BusinessWorks. If you select the Typical option during installation, the installer places all libraries and other products required by TIBCO ActiveMatrix BusinessWorks BPEL Extension into the BW_HOME directory.
During installation, the installer checks for the availability of all dependent products in the target system. If any of the dependencies are not available, the installer immediately exits. Otherwise installation proceeds.
Installer Account
You must have administrator privileges for the machine on which TIBCO ActiveMatrix BusinessWorks BPEL Extension is installed.
If you do not have administrator privileges, the installer exits. You must then log out of the system and log in as a user with the required privileges, or request your system administrator to assign the privileges to your account.
Installing from Network Drive
If you intend to install the product on a network drive, you must ensure that the account used for installation has permission to access the network drive.
Installing on Windows 2000 Terminal Server
There are two modes in terminal server, Execute and Install. By default all users are logged on in Execute mode, which allows them to run the applications. When you want to install TIBCO ActiveMatrix BusinessWorks BPEL Extension for use by everyone, the Administrator should change to Install mode.
The best way to install TIBCO ActiveMatrix BusinessWorks BPEL Extension is to use the Add/Remove Programs control panel applet, because this automatically sets the mode to Install during the installation and then back to Execute at the end. Alternatively, you can manually change your mode to Install by typing:
 
C:\> change user /install
Change back to execute:
 
C:\> change user /execute
Check your current mode:
 
C:\> change user /query
If you install in the Execute mode, the installation registry is maintained in your user home directory. If you install in the Install mode, the installation registry is maintained in the %SystemRoot% folder.
Installing TIBCO ActiveMatrix BusinessWorks BPEL Extension on Microsoft Windows
Two installation types are available: Development Tools and Customize Installation. The Development Tools type installs all the products in the package on the specified platform. The Customize Installation type allows you to select one or more product features to be installed.
Use one of the following modes to install TIBCO ActiveMatrix BusinessWorks BPEL Extension.
Installing in GUI mode
To install the product in GUI mode:
1.
Open the physical media or download the TIBCO ActiveMatrix BusinessWorks BPEL Extension package. For example, TIB_bwbpel_5.9.0_win_x86.zip for Microsoft Windows platform.
2.
3.
4.
Run TIBCOUniversalInstaller. You can do so in one of the following ways:
On the command prompt, provide the absolute path of the installer file on without specifying any options. The installer defaults to GUI mode.
5.
6.
The License Agreement screen appears. After reading through the license text, click I accept the terms of the license agreement and then click Next.
7.
The Installation Profile Selection screen appears. Select Development Tools and then click Next.
8.
If you selected Development Tools, proceed to step 9. If you selected Customize Installation checkbox, then select the components available for installation. By default, all the components are selected. Clear the checkboxes next to the components you don’t want installed. Click Next.
9.
The TIBCO Installation Home screen appears. Select the Use an existing TIBCO_HOME option and select an environment from the drop-down list. Click Next.
10.
The Pre Install summary screen appears. Verify the list of features selected for install and then click Install. The installation location of the links depends on the TIBCO Business Studio version available in your environment.
11.
The Post Install Summary screen appears. This screen summarizes the installation process. Click Finish to complete the installation process and close the installer window.
Install Using Console Mode
Console mode allows you to install the software in a non-windows environment. The installer will prompt you for values. Type the following at the command prompt:
 
TIB_bwbpel-simple_<version_num>_win_x86.exe -is:javaconsole -console
When running in console mode you can move through the installation process as described next:
 
Enter Key = Moves forward in the installer
2 = Goes back to previous screen
3 = Cancels the Wizard and exits the installation or uninstallation
4 = Redisplays the current screen
Install Using Silent Mode
Silent mode allows you to install the software without prompts. Type the following at the command prompt:
 
TIB_bwbpel-simple_<version_num>_win_x86.exe -silent
Install and Generate a Response File
You can generate a response file during installation which you can later use to invoke the installer with the selected values as default values (GUI mode) or as selected values (silent mode).
To install and generate a response file, type the following at the command prompt:
 
TIB_bwbpel-simple_<version_num>_win_x86.exe -options -record C:\<directoryPath>\<responseFile>
The response file does not record selections at the component level. It does record all other selections, for example, which products you wished to install.
Install Using a Response File
You can use a previously generated response file for installation. For non-silent modes, the response file determines the defaults that are presented. For silent mode, the response file determines what will be installed.
To install using a response file, type the following at the command prompt:
 
TIB_bwbpel-simple_<version_num>_win_x86.exe -options C:\<directoryPath>\<responseFileName>
Combining Options
You can combine the different available options. For example, to install in silent mode using a response file, use:
 
<install_package_name>.exe -silent -options <responseFileName>
To install using console mode and generate a response file, use:
 
<install_package_name>.exe -is:javaconsole -console -options -record <responseFileName>

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved