<!-- ServerManagerCmd Answer File compatible with Windows Server 2008 		-->
<!-- Usage: ServerManagerCmd -ip MOSSbase.xml				-->
<!-- 										-->

<ServerManagerConfiguration
	Action="Install"
	xmlns="http://schemas.microsoft.com/sdm/Windows/ServerManager/Configuration/2007/1">

	<!-- Install the Web Server role with additional child components for MOSS -->
	<Role Id="Web-Server"/>

	<!-- Common HTTP features -->
	<RoleService Id="Web-Static-Content"/>
	<RoleService Id="Web-Default-Doc"/>
	<RoleService Id="Web-Dir-Browsing"/>
	<RoleService Id="Web-Http-Errors"/>

	<!-- Application Development -->
	<RoleService Id="Web-Asp-Net"/>
	<RoleService Id="Web-Net-Ext"/>
	<RoleService Id="Web-ISAPI-Ext"/>
	<RoleService Id="Web-ISAPI-Filter"/>

	<!-- Health and Diagnostics -->
	<RoleService Id="Web-Http-Logging"/>
	<RoleService Id="Web-Log-Libraries"/>
	<RoleService Id="Web-Request-Monitor"/>
	<RoleService Id="Web-Http-Tracing"/>

	<!-- Security -->
	<RoleService Id="Web-Basic-Auth"/>
	<RoleService Id="Web-Digest-Auth"/>
	<RoleService Id="Web-Windows-Auth"/>
	<RoleService Id="Web-Filtering"/>

	<!-- Performance -->
	<RoleService Id="Web-Stat-Compression"/>
	<RoleService Id="Web-Dyn-Compression"/>

	<!-- Management Tools -->
	<RoleService Id="Web-Mgmt-Console"/>
	<!-- IIS 6 Management Compat -->
	<RoleService Id="Web-Metabase"/>
	
		
	<!-- Install .NET framework 3.0 -->
	<Feature Id="NET-Framework-Core"/>


</ServerManagerConfiguration>