quickStartGroup Element

The quickStartGroup element contains child elements that define a section of the Quick Start window in the Web PI.

Schema Hierarchy

feed Element

Syntax

<quickStartGroup>  <id>ASPNETQuickStart</id>  <name>Install support for ASP.NET applications</name>  <description>Install all the tools you need to develop or host ASP.NET applications including IIS, ASP.NET, and more.</description>  <groupingId>ASPNETQSGrouping</groupingId>  <developmentGroupingId>ASPNETDevQSGrouping</developmentGroupingId>  <betaGroupingId>BetaQSGrouping</betaGroupingId></quickStartGroup><quickStartGroup>  <id>PHPQuickStart</id>  <name>Install support for PHP applications</name>  <description>Install all the tools you need to develop or host ASP.NET applications including IIS, PHP, and more.</description>  <groupingId>PHPQSGrouping</groupingId>  <developmentGroupingId>PHPDevQSGrouping</developmentGroupingId>  <betaGroupingId>BetaQSGrouping</betaGroupingId></quickStartGroup><quickStartGroup>  <id>EverythingQuickStart</id>  <name>Install everything</name>  <description>Install all the available products in the Web Platform including IIS ASP.NET, PHP, SQL Server Express, and more.</description>  <groupingId>EverythingQSGrouping</groupingId>  <developmentGroupingId>EverythingDevQSGrouping</developmentGroupingId>  <betaGroupingId>BetaQSGrouping</betaGroupingId></quickStartGroup>

Attributes and Elements

The following sections describe attributes, child elements, and parent elements.

Attributes

None.

Child Elements

Element Description

id

An ID associated with the grouping.

name

The name of the grouping that is displayed in the Web PI interface.

description

The description of the grouping that is displayed in the Web PI interface.

groupingId

An ID used to group products into categories in the Web PI interface.

developmentGroupingId

An ID used to group products into a Development category in the Web PI interface.

betaGroupingId

An ID used to group products into a Beta category in the Web PI interface.

Parent Elements

Element Description

quickStart

Defines the Quick Start window in the Web PI.