Previous Topic

Next Topic

Book Contents

Silent install parameters

The InForm Adapter 6.3.1 silent install uses the parameters settings you specify in the setup.iss and the upgrade.iss files, located in the InForm Adapter folder of the install image.

In the setup directory, edit the setup.iss file as follows.

setup.iss parameters

Field

Description

szDir

Directory where the InForm Adapter software will be installed.

Component-count

Number of components to be installed.

At a minimum, when the components list is customized, it must include: RegisterTrialTool, IntegrationManager, InstallScript and an Adapter Administration component.

Component-<no.>

Each component to be installed. Each <no.> must correspond to a component and must be in sequence. The total number of components in the sequence must match the Component-count parameter.

The following values are possible:

  • InForm Adapter Administration WCF Service (required)
  • InForm Adapter Central Administration WCF Service
  • InForm Adapter Coding Service
  • InForm Adapter Discrepancy Service
  • InForm Adapter ODM WCF Service
  • InForm Adapter Transaction Interface WCF Service
  • RegisterTrialTool (required)
  • IntegrationManager (required)
  • InstallScript (required)

    For example, to install the ODM and Adapter Administration interface, you will have to enter the following values, in addition to the other required components:

    Component-0=InForm Adapter Administration WCF Service

    Component-1=InForm Adapter ODM

VirtualDirectoryName

Virtual directory used by the InForm Adapter software.

WebSiteOption

  • 0 for Default Web Site
  • 1 for InForm Adapter Web Site

HttpPort

HTTP port number for the InForm Adapter site. This value is used if the InForm Adapter site does not have an HTTP port. When WebSiteOption is set to 0, this value is not applicable.

HttpsPort

HTTPS port number for the InForm Adapter site. This value is used if the InForm Adapter site does not have an HTTPS port. When WebSiteOption is set to 0, this value is not applicable.

CompanyURL

Company URL for the installation.

UserName

Name for the existing InForm Adapter database schema user.

UserPwd

Password for the existing InForm Adapter database schema user.

TnsName

TNS name used to connect to the InForm Adapter database.

NewUser

  • 0 to use the existing InForm Adapter schema user
  • 1 to create a new InForm Adapter schema

TNS_Names

TNS name used to connect to the database to create a new InForm Adapter schema.

SystemUserName

Oracle system user name.

SystemUserPassword

Oracle system user password.

userName

Name for the new InForm Adapter schema user.

userPwd

Password for the new InForm Adapter schema user.

ComboBox1

Tablespace name for the new InForm Adapter schema user.

Send Feedback