Using Command-line Scripts

The following table lists the command-line scripts:

File Name (with relative path)

Description

CreateInfrastructureDb.cmd

This command-line script initiates a complete installation of the databases. It removes old databases (if necessary), and then it creates and populates the new databases. This is intended as an example of how to do a clean installation. It takes two command-line parameters: CCF Db Admin Account and CCF Db User Account).

CreateInfrastructureDbWithDefaults.cmd

This command-line script is identical to CreateInfrastructureDb.cmd except that it uses the following default values for the required parameters:

BUILTIN\Administrators and %USERDOMAIN%\aspuser

Upgrade2.6To3.0.cmd

This command-line script does a complete installation of the databases. It removes the old databases (if necessary), and then creates the new databases and populates them with the data from a v2.6 database. It expects two command-line parameters (CCF Db Admin Account and CCF Db User Account).

Upgrade2.6To3.0WithDefaults.cmd

This command-line script is identical to Upgrade2.6To3.0.cmd except that it uses the following default values for the required parameters:

BUILTIN\Administrators and %USERDOMAIN%\aspuser