<RelatedProducts> 요소(부트스트래퍼)
RelatedProducts
요소는 현재 제품에 종속되거나 포함된 다른 제품을 정의합니다.
구문
<RelatedProducts>
<DependsOnProduct
Code
/>
<EitherProducts>
<DependsOnProduct
Code
/>
</EitherProducts>
<IncludesProduct
Code
/>
</RelatedProducts>
요소 및 특성
RelatedProducts
요소는 Product
요소의 자식입니다. 특성은 없습니다.
DependsOnProduct
DependsOnProduct
요소는 현재 제품이 명명된 제품에 종속되고 명명된 제품이 현재 제품보다 먼저 설치되어야 함을 나타냅니다. RelatedProducts
요소의 자식입니다. RelatedProducts
요소에는 하나 이상의 DependsOnProduct
요소가 있을 수 있습니다.
DependsOnProduct
에는 다음 특성이 있습니다.
attribute | 설명 |
---|---|
Code |
Product 요소의 ProductCode 특성에 지정된 대로 포함된 제품의 코드 이름입니다. 자세한 내용은 <Product> 요소를 참조하세요. |
EitherProducts
EitherProducts
요소는 0개 이상의 DependsOnProduct
요소를 정의하며 특성을 포함하지 않습니다. 이 세트에 있는 하나 이상의 DependsOnProduct
는 현재 제품보다 먼저 설치해야 합니다. RelatedProducts
요소에는 0개 이상의 EitherProducts
요소가 있을 수 있습니다.
IncludesProduct
IncludesProduct
요소는 제품이 현재 설치에 포함되며 별도의 설치가 필요하지 않음을 나타냅니다. RelatedProducts
요소의 자식입니다. RelatedProducts
요소에는 하나 이상의 IncludesProduct
요소가 있을 수 있습니다.
IncludesProduct
에는 다음 특성이 있습니다.
attribute | 설명 |
---|---|
Code |
Product 요소의 ProductCode 특성에 지정된 대로 포함된 제품의 코드 이름입니다. 자세한 내용은 <Product> 요소를 참조하세요. |
예시
다음 코드 예제에서는 Microsoft Installer가 .NET Framework와 함께 설치되므로 별도의 설치가 필요하지 않도록 지정합니다.
<RelatedProducts>
<IncludesProduct Code="Microsoft.Windows.Installer.2.0" />
</RelatedProducts>