PostInstallConfiguration

PostInstallConfiguration

Typically used in an enterprise scenario to populate the deployment with services and configure the computers with basic settings.

Syntax

PostInstallConfiguration.vbs [DeploymentName] [/f]

This script populates the deployment specified by the DeploymentName parameter, then prompts the user for the property values used to perform post-install configuration of all the servers in the specified deployment. The /f argument allows services to be added even if they are missing (when Microsoft Speech Server (MSS) is not installed or the server cannot be contacted) or already part of the deployment.

Conventions

MSS administrative scripts use the following syntax conventions:

  • Bold indicates required syntax elements, for example, ConfigurationDisplayProperties.vbs.

  • Italics indicate variable names, for example, object.

  • Square brackets surrounding an argument indicate the argument is optional, for example, [object].

  • Enter server names without the slash characters, for example, "localhost" rather than "\\localhost".

For information about how to run a script from the command window or using Microsoft Management Console (MMC), see Running Server Scripts.