The name of the database. If the name does not follow the SQL server "Rules for Regular Identifiers" (see <html:ahref="http://msdn.microsoft.com/en-us/library/ms175874.aspx">MSDN</html:a>) it must be surrounded by quotes or square brackets. Since this value can be formatted text, this means that if you choose to use square brackets you must use the MSI method for escaping square brackets, for example: [\[]blah[\]].
The name of the database. The value can be a literal value or derived from a
Property element using the <html:ahref='http://msdn.microsoft.com/library/aa368609.aspx'target='_blank'>Formatted</html:a>
<xs:annotation><xs:documentation>Suppress linking Help registration custom actions. Help redistributable merge modules will be required. Use this when building a merge module.</xs:documentation></xs:annotation>
<xs:annotation><xs:documentation>Suppress linking Help registration custom actions. Help redistributable merge modules will be required. Use this when building a merge module.</xs:documentation></xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:complexType>
</xs:element>
</xs:element>
@ -100,6 +107,9 @@
<xs:attributename="Search"type="xs:string">
<xs:attributename="Search"type="xs:string">
<xs:annotation><xs:documentation>Key for HxQ (Query) file.</xs:documentation></xs:annotation>
<xs:annotation><xs:documentation>Key for HxQ (Query) file.</xs:documentation></xs:annotation>
<xs:annotation><xs:documentation>Suppress linking Help registration custom actions. Help redistributable merge modules will be required. Use this when building a merge module.</xs:documentation></xs:annotation>
<xs:annotation><xs:documentation>Key for the feature parent of this help collection. Required only when plugging into external namespaces.</xs:documentation></xs:annotation>
<xs:annotation><xs:documentation>Key for the feature parent of this help collection. Required only when plugging into external namespaces.</xs:documentation></xs:annotation>
<xs:annotation><xs:documentation>Suppress linking Visual Studio Help namespaces. Help redistributable merge modules will be required. Use this when building a merge module.</xs:documentation></xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:complexType>
</xs:element>
</xs:element>
@ -164,6 +177,7 @@
<xs:documentation>Create a reference to a HelpCollection element in another Fragment.</xs:documentation>
<xs:documentation>Create a reference to a HelpCollection element in another Fragment.</xs:documentation>
This attribute has been deprecated. Use the Name attribute instead.
</xs:documentation>
<xs:appinfo>
<xs:appinfo>
<xse:deprecatedref="Name"/>
<xse:deprecatedref="Name"/>
</xs:appinfo>
</xs:appinfo>
@ -3090,7 +3129,7 @@
</xs:annotation>
</xs:annotation>
</xs:attribute>
</xs:attribute>
<xs:attributename="ProcessorArchitecture">
<xs:attributename="ProcessorArchitecture">
<xs:annotation><xs:documentation>Specifies the architecture for this assembly. This attribute should only be used on .NET Framework 2.0 assemblies.</xs:documentation></xs:annotation>
<xs:annotation><xs:documentation>Specifies the architecture for this assembly. This attribute should only be used on .NET Framework 2.0 or higher assemblies.</xs:documentation></xs:annotation>
<xs:simpleType>
<xs:simpleType>
<xs:restrictionbase="xs:NMTOKEN">
<xs:restrictionbase="xs:NMTOKEN">
<xs:enumerationvalue="msil">
<xs:enumerationvalue="msil">
@ -3141,6 +3180,9 @@
</xs:attribute>
</xs:attribute>
<xs:attributename="src"type="xs:string">
<xs:attributename="src"type="xs:string">
<xs:annotation>
<xs:annotation>
<xs:documentation>
This attribute has been deprecated. Use the Source attribute instead.
</xs:documentation>
<xs:appinfo>
<xs:appinfo>
<xse:deprecatedref="Source"/>
<xse:deprecatedref="Source"/>
</xs:appinfo>
</xs:appinfo>
@ -3552,6 +3594,9 @@
<xs:elementname="Registry">
<xs:elementname="Registry">
<xs:annotation>
<xs:annotation>
<xs:appinfo>
<xs:appinfo>
<xs:documentation>
This element has been deprecated. Use the RegistryValue element instead.
@ -923,6 +962,7 @@ Copyright (c) Microsoft Corporation. All rights reserved.
</ResolveVCProjectOutput>
</ResolveVCProjectOutput>
<Error
<Error
Code="WIXTARGETS104"
Text="MSBuild cannot resolve the reference to the Visual C++ project '%(VCProjectReference.Identity)' when building a stand-alone MSBuild project. To correctly resolve this reference, please build the solution file containing these projects."
Text="MSBuild cannot resolve the reference to the Visual C++ project '%(VCProjectReference.Identity)' when building a stand-alone MSBuild project. To correctly resolve this reference, please build the solution file containing these projects."
Condition=" '$(BuildingSolutionFile)' != 'true' and '$(BuildingInsideVisualStudio)' != 'true' " />
Condition=" '$(BuildingSolutionFile)' != 'true' and '$(BuildingInsideVisualStudio)' != 'true' " />
@ -936,33 +976,54 @@ Copyright (c) Microsoft Corporation. All rights reserved.