How to Perform an Unattended Commerce Server Configuration

Follow these steps to perform an unattended configuration of Commerce Server 2009.

To perform an unattended configuration of Commerce Server using CSconfig.exe

  1. Click Start, point to Programs, point to MicrosoftCommerce Server 2009 , point to Tools, and then click Commerce Server Tools Command Prompt.

  2. Move up one directory. The CSConfig.exe command is in the /Programs/MicrosoftCommerce Server 2009  directory.

  3. To start the unattended configuration, at the command prompt, type the following and then press ENTER:

    CSConfig.exe/<option name> <parameters>

    For information about options and parameters, see Commerce Server Configuration Command Line Syntax.

    For example, the following statement uses the CSConfig.xml configuration file to configure all Commerce Server features:

    CSConfig.exe /f /l %systemdrive%\install.log /r ALL /s CSConfig.xml

See Also

Other Resources

Using Commerce Server Configuration Wizard

Commerce Server Configuration Command Line Syntax

Sample Configuration XML File

Using Commerce Server Configuration Tools