Sample Configuration XML File
When you run the Commerce Server Configuration Wizard, you have the option of saving an XML configuration file that is named CSConfig.xml in the Commerce Server 2009 installation path. You obtain this file by clicking Save on the Summary page. You can use this file to perform unattended configurations on servers in your deployment.
The following example shows a sample configuration XML file with all features configured.
<Configuration>
<VirtualDirectory ID="Publishing" Create="True" />
<NTService ID="StagingService">
<UserName>CSStageSvc</UserName>
<Domain>A-TEST-09</Domain>
<Password />
</NTService>
<SQL ID="CommerceAdminDB">
<Server>A-TEST-09</Server>
<Database>MSCS_Admin</Database>
<WindowsSecurity>yes</WindowsSecurity>
<Password />
</SQL>
<SQL ID="DirectMailerDB">
<Server>A-TEST-09</Server>
<Database>DirectMailer</Database>
<WindowsSecurity>yes</WindowsSecurity>
<Password />
</SQL>
<NTService ID="DirectMailerService">
<UserName>CSDMSvc</UserName>
<Domain>A-TEST-09</Domain>
<Password />
</NTService>
</Configuration>
See Also
Other Resources
How to Perform an Unattended Commerce Server Installation