Deployment ConfigFile options
As an alternative to entering deployment options at the command line or in a script, you can include the options for executing a deployment package in a configuration file referenced by the /ConfigFile command-line option. The configuration file is in XML format.
| Option | Description |
|---|---|
|
<DeploymentData>
|
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.phaseforward.com/DeploymentData/2006-04-25" |
|
<HostName /> <HostUserName /> <HostUserPassword /> <HostSharedDirectory /> <HostSharedDirectoryLocalPath /> |
Reserved for future use. |
| <TargetType/> | INFORM |
| <ServerName/> | Name of the InForm application server. |
| <TrialName/> | Name of the InForm study. |
| <UserName/> | Oracle user name for the study database. |
| <UserPassword/> | Oracle password for the study database. |
| <StrictMode/> |
|
| <TrialMode/> |
|
| <TRIDSN /> | ODBC System DSN for the Oracle InForm study. |
| <DatabaseConnectString/> | Connection string for the Oracle instance. |
| <TrialStartupMode/> |
|
| <ServerStartupMode/> |
|
| <ForceBASEInstall/> |
|
| <CheckInFormVersion/> |
|
|
<ProtocolName /> <ProtocolUserName /> <ProtocolUserPassword /> <DBAdminUser /> <DBAdminUserPassword /> <DataSpace /> <TableSpace /> <UNCHelpDirectory /> <VirtualHelpDirectory /> <WebPath /> <SSL/> |
Reserved for future use. |
Parent topic: Execute the deployment package