Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
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 2007 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