Installation Overview
You can install the Verastream SDK on a workstation, or you can create an administrative installation. An administrative installation image is a network share that includes an image of the downloaded product distribution or CD. This image can later be used to install the SDK on multiple workstations, either through end-user installations or by using deployment tools.
This topic includes instructions for the following tasks:
|
The Verastream SDK does not support upgrades. You must remove previous versions of the SDK before completing any of these procedures. |
Installing the Verastream SDK on a Workstation
You can install the Verastream SDK to a workstation from the distributed install image (or CD) or from an administrative installation image. Before you start:
- Make sure that the Microsoft .NET framework and the Oracle JRE are installed as required. The Verastream SDK setup tool does not install the .NET framework or the JRE. You will need to install them separately.
For all applications, make sure that Oracle SE 1.7.0_51 JRE or higher is installed. For COM and .NET applications, use the 32-bit JRE. (COM and .NET applications developed with the Verastream SDK do not support the 64-bit JRE.)
For COM and .NET applications, make sure that .NET Framework 4.0 or higher is installed.
- Verify that your machine meets the system requirements (see System Requirements).
To install the Verastream SDK on a Windows Machine: |
|
You must log on with administrator privileges to install the product. If you do not have the necessary access rights, ask your system administrator to elevate your privileges.
|
-
From the distribution (or CD) image or an administrative installation image, click the setup.exe file, and then follow the instructions for the installer.
-
(Optional) To personalize the installation, click the User Information tab and enter the name, organization, and Volume Purchase Agreement (VPA) number (if you have a VPA). VPA numbers are issued by Micro Focus for volume purchase agreements. These numbers allow customer support to expedite service requests.
-
(Optional) To change the default installation folder, click the File Location tab and browse to the folder in which you want to install the Verastream SDK.
-
(Optional) If you are planning to use the SDK to develop .NET or COM-based applications, click the Feature Selection tab and select the VSDK COM/.NET Support option.
The Microsoft .NET Framework 4.0 is required for this option.
-
Click the Advanced Tab, and select Install To This PC. If you want to create a log file, check Create A Log File For This Installation.
If selected, the log file is created in the Windows Temp folder with a naming format of atm- tendigitnumber.log.
-
When you have reviewed all the prompts for the product configuration, click Install Now.
The install summary page appears.
|
To install the Verastream SDK on a UNIX machine: |
-
Insert the Verastream SDK CD into the CD-ROM drive.
-or- Copy or FTP the contents of the install CD to your UNIX system.
-
Use the utilities appropriate for your particular UNIX system to g-unzip verastreamSDKunix.tar.gz.
This produces verastreamSDKunix.tar.
-
Un-tar verastreamSDKunix.tar to a temporary directory.
-
Change directories to the temporary directory.
-
Execute the VSDK_setup.sh script and follow the prompts.
The install script confirms your acceptance of the license agreement and the install location.
Once the Verastream SDK has been successfully installed, you may remove the temporary installation directory.
|
Using Add/Remove Programs to Add .NET Support
If you installed the Verastream SDK without .NET support, and you wish to add .NET support, you can do so using the Add/Remove Programs feature in the Windows Control Panel.
To add the .NET support: |
- From the Windows Control Panel, open Add/Remove Programs.
- Select Change.
The Verastream SDK install utility appears.
- Click the Feature Selection tab, and then change the value for the VSDK COM/.NET Support feature to Will Be Installed.
- Click Continue.
|
Creating an Administrative Image or .mst Transform of the Verastream SDK
This procedure allows you to create an administrative install image (.msi) or a customized .mst transform file. These files are typically placed on a network server for large scale deployment. The transform file can then be included with a command line switch to automatically install the customized version of this product. For more information, see Deploying a Customized Installation (.mst Transform File).
To create an administrative image: |
- From the distribution (or CD) image, click the file setup.exe, and then follow the instructions on the installer.
- (.mst Transform Only) To create a .mst transform file, complete each tab in the wizard that applies to your situation.
|
If you are creating a duplicate install image, use only the Advanced tab. Configurations made on other tabs will be ignored. |
- On the Advanced tab, click one of the following options:
To do this |
Select this |
Duplicate the install image |
Create an Administrative Install Image On A Server
This option creates a duplicate install image.
|
Create a .mst transform file |
Save These Settings
This option creates a transform file (.mst) of all changes to the default installation, including feature selections, user information, and install location.
|
- Click Continue, and then browse to the folder you want to use for the administrative installation image.
Administrative installation images are typically created in a file server folder. However, you can create administrative installation images in any folder on a local hard disk, which can be useful for testing purposes.
- Click Install Now.
Your duplicated image or transform file is now ready to be installed on a workstation or deployed over a network for installation.
For more information on the command line switches used to install the Verastream SDK from an .mst file, see Deploying a Customized Installation (.mst Transform file).
|