diff options
-rw-r--r-- | src/xsd/wix.xsd | 22 | ||||
-rw-r--r-- | src/xsd/wixloc.xsd | 2 |
2 files changed, 12 insertions, 12 deletions
diff --git a/src/xsd/wix.xsd b/src/xsd/wix.xsd index d62d0639..4816ae8c 100644 --- a/src/xsd/wix.xsd +++ b/src/xsd/wix.xsd | |||
@@ -2395,7 +2395,7 @@ | |||
2395 | </xs:documentation> | 2395 | </xs:documentation> |
2396 | <xs:appinfo> | 2396 | <xs:appinfo> |
2397 | <xse:remarks> | 2397 | <xse:remarks> |
2398 | <html:p>You can specify any valid Windows code page by integer like 1252, or by web name like Windows-1252. See [Code pages](../../tools/codepage.md) for more information.</html:p> | 2398 | <html:p>You can specify any valid Windows code page by integer like 1252, or by web name like Windows-1252. See [Code pages](../../../tools/codepage/) for more information.</html:p> |
2399 | </xse:remarks> | 2399 | </xse:remarks> |
2400 | </xs:appinfo> | 2400 | </xs:appinfo> |
2401 | </xs:annotation> | 2401 | </xs:annotation> |
@@ -2626,7 +2626,7 @@ | |||
2626 | <xs:annotation> | 2626 | <xs:annotation> |
2627 | <xs:documentation> | 2627 | <xs:documentation> |
2628 | The code page integer value or web name for the resulting MSM. You can specify any valid Windows | 2628 | The code page integer value or web name for the resulting MSM. You can specify any valid Windows |
2629 | code by by integer like 1252, or by web name like Windows-1252. See [Code pages](../../tools/codepage.md) | 2629 | code by by integer like 1252, or by web name like Windows-1252. See [Code pages](../../../tools/codepage/) |
2630 | for more information. | 2630 | for more information. |
2631 | </xs:documentation> | 2631 | </xs:documentation> |
2632 | </xs:annotation> | 2632 | </xs:annotation> |
@@ -2929,7 +2929,7 @@ | |||
2929 | </xs:documentation> | 2929 | </xs:documentation> |
2930 | <xs:appinfo> | 2930 | <xs:appinfo> |
2931 | <xse:remarks> | 2931 | <xse:remarks> |
2932 | <html:p>You can specify any valid Windows code by by integer like 1252, or by web name like Windows-1252. See [Code pages](../../tools/codepage.md) for more information.</html:p> | 2932 | <html:p>You can specify any valid Windows code by by integer like 1252, or by web name like Windows-1252. See [Code pages](../../../tools/codepage/) for more information.</html:p> |
2933 | <html:p>The ClientPatchId attribute allows you to specify an easily referenced identity that you can use in product authoring. This identity prefixes properties added by WiX to a patch transform, such as <html:i>ClientPatchId</html:i>.PatchCode and <html:i>ClientPatchId</html:i>.AllowRemoval. If the patch code GUID is auto-generated you could not reference any properties using this auto-generated prefix.</html:p> | 2933 | <html:p>The ClientPatchId attribute allows you to specify an easily referenced identity that you can use in product authoring. This identity prefixes properties added by WiX to a patch transform, such as <html:i>ClientPatchId</html:i>.PatchCode and <html:i>ClientPatchId</html:i>.AllowRemoval. If the patch code GUID is auto-generated you could not reference any properties using this auto-generated prefix.</html:p> |
2934 | <html:p>For example, if you were planning to ship a patch referred to as "QFE1" and needed to write your own registry values for Add/Remove Programs in product authoring such as the UninstallString for this patch, you could author a RegistryValue with the name UninstallString and the value <html:code>[SystemFolder]msiexec.exe /package [ProductCode] /uninstall [QFE1.PatchCode]</html:code>. In your patch authoring you would then set ClientPatchId to "QFE1" and WiX will add the QFE1.PatchCode property to the patch transform when the patch is created. If the Id attribute specified the patch code to be generated automatically, you could not reference the <html:i>prefix</html:i>.PatchCode property as shown above.</html:p> | 2934 | <html:p>For example, if you were planning to ship a patch referred to as "QFE1" and needed to write your own registry values for Add/Remove Programs in product authoring such as the UninstallString for this patch, you could author a RegistryValue with the name UninstallString and the value <html:code>[SystemFolder]msiexec.exe /package [ProductCode] /uninstall [QFE1.PatchCode]</html:code>. In your patch authoring you would then set ClientPatchId to "QFE1" and WiX will add the QFE1.PatchCode property to the patch transform when the patch is created. If the Id attribute specified the patch code to be generated automatically, you could not reference the <html:i>prefix</html:i>.PatchCode property as shown above.</html:p> |
2935 | <html:p>The summary information is automatically populated from attribute values of the Patch element including the code page. If you want to override some of these summary information properties or use a different code page for the summary information itself, author the PatchInformation element.</html:p> | 2935 | <html:p>The summary information is automatically populated from attribute values of the Patch element including the code page. If you want to override some of these summary information properties or use a different code page for the summary information itself, author the PatchInformation element.</html:p> |
@@ -3373,7 +3373,7 @@ | |||
3373 | </xs:documentation> | 3373 | </xs:documentation> |
3374 | <xs:appinfo> | 3374 | <xs:appinfo> |
3375 | <xse:remarks> | 3375 | <xse:remarks> |
3376 | <html:p>You can specify any valid Windows code by by integer like 1252, or by web name like Windows-1252. See [Code pages](../../tools/codepage.md) for more information.</html:p> | 3376 | <html:p>You can specify any valid Windows code by by integer like 1252, or by web name like Windows-1252. See [Code pages](../../../tools/codepage/) for more information.</html:p> |
3377 | </xse:remarks> | 3377 | </xse:remarks> |
3378 | </xs:appinfo> | 3378 | </xs:appinfo> |
3379 | </xs:annotation> | 3379 | </xs:annotation> |
@@ -3441,7 +3441,7 @@ | |||
3441 | <xs:documentation>Properties about the patch to be placed in the Summary Information Stream. These are visible from COM through the IStream interface, and these properties can be seen on the package in Explorer.</xs:documentation> | 3441 | <xs:documentation>Properties about the patch to be placed in the Summary Information Stream. These are visible from COM through the IStream interface, and these properties can be seen on the package in Explorer.</xs:documentation> |
3442 | <xs:appinfo> | 3442 | <xs:appinfo> |
3443 | <xse:remarks> | 3443 | <xse:remarks> |
3444 | <html:p>You can specify any valid Windows code by by integer like 1252, or by web name like Windows-1252. See [Code pages](../../tools/codepage.md) for more information.</html:p> | 3444 | <html:p>You can specify any valid Windows code by by integer like 1252, or by web name like Windows-1252. See [Code pages](../../../tools/codepage/) for more information.</html:p> |
3445 | </xse:remarks> | 3445 | </xse:remarks> |
3446 | </xs:appinfo> | 3446 | </xs:appinfo> |
3447 | </xs:annotation> | 3447 | </xs:annotation> |
@@ -4008,7 +4008,7 @@ | |||
4008 | </xs:documentation> | 4008 | </xs:documentation> |
4009 | <xs:appinfo> | 4009 | <xs:appinfo> |
4010 | <xse:remarks> | 4010 | <xse:remarks> |
4011 | <html:p>You can specify any valid Windows code by by integer like 1252, or by web name like Windows-1252. See [Code pages](../../tools/codepage.md) for more information.</html:p> | 4011 | <html:p>You can specify any valid Windows code by by integer like 1252, or by web name like Windows-1252. See [Code pages](../../../tools/codepage/) for more information.</html:p> |
4012 | </xse:remarks> | 4012 | </xse:remarks> |
4013 | </xs:appinfo> | 4013 | </xs:appinfo> |
4014 | </xs:annotation> | 4014 | </xs:annotation> |
@@ -5678,7 +5678,7 @@ | |||
5678 | Specifies the name of the installed file. If this attribute is omitted, then | 5678 | Specifies the name of the installed file. If this attribute is omitted, then |
5679 | its default value is the file name portion of the Source attribute. If the | 5679 | its default value is the file name portion of the Source attribute. If the |
5680 | Source attribute is omitted, you must specify a Name attribute. For more | 5680 | Source attribute is omitted, you must specify a Name attribute. For more |
5681 | information, see [Specifying source files](../../tools/payloads.md). | 5681 | information, see [Specifying source files](../../../tools/payloads/). |
5682 | </xs:documentation> | 5682 | </xs:documentation> |
5683 | </xs:annotation> | 5683 | </xs:annotation> |
5684 | </xs:attribute> | 5684 | </xs:attribute> |
@@ -5870,7 +5870,7 @@ | |||
5870 | Specifies the path to the file in the build process. Overrides default source | 5870 | Specifies the path to the file in the build process. Overrides default source |
5871 | path set by parent directories and Name attribute. This attribute must be set | 5871 | path set by parent directories and Name attribute. This attribute must be set |
5872 | if no source information can be gathered from parent directories. For more | 5872 | if no source information can be gathered from parent directories. For more |
5873 | information, see [Specifying source files](../../tools/payloads.md). | 5873 | information, see [Specifying source files](../../../tools/payloads/). |
5874 | </xs:documentation> | 5874 | </xs:documentation> |
5875 | </xs:annotation> | 5875 | </xs:annotation> |
5876 | </xs:attribute> | 5876 | </xs:attribute> |
@@ -8436,7 +8436,7 @@ | |||
8436 | <xs:annotation> | 8436 | <xs:annotation> |
8437 | <xs:documentation> | 8437 | <xs:documentation> |
8438 | Used to set the default file system source for child Component elements. For more information, see | 8438 | Used to set the default file system source for child Component elements. For more information, see |
8439 | [Specifying source files](../../tools/payloads.md). | 8439 | [Specifying source files](../../../tools/payloads/). |
8440 | </xs:documentation> | 8440 | </xs:documentation> |
8441 | </xs:annotation> | 8441 | </xs:annotation> |
8442 | </xs:attribute> | 8442 | </xs:attribute> |
@@ -8733,7 +8733,7 @@ | |||
8733 | <xs:attribute name="FileSource" type="xs:string"> | 8733 | <xs:attribute name="FileSource" type="xs:string"> |
8734 | <xs:annotation> | 8734 | <xs:annotation> |
8735 | <xs:documentation>Used to set the file system source for this directory's child elements. | 8735 | <xs:documentation>Used to set the file system source for this directory's child elements. |
8736 | For more information, see [Specifying source files](../../tools/payloads.md).</xs:documentation> | 8736 | For more information, see [Specifying source files](../../../tools/payloads/).</xs:documentation> |
8737 | </xs:annotation> | 8737 | </xs:annotation> |
8738 | </xs:attribute> | 8738 | </xs:attribute> |
8739 | <xs:attribute name="Name" type="xs:string"> | 8739 | <xs:attribute name="Name" type="xs:string"> |
@@ -8842,7 +8842,7 @@ | |||
8842 | <xs:attribute name="FileSource" type="xs:string"> | 8842 | <xs:attribute name="FileSource" type="xs:string"> |
8843 | <xs:annotation> | 8843 | <xs:annotation> |
8844 | <xs:documentation>Used to set the file system source for this DirectoryRef's child elements. | 8844 | <xs:documentation>Used to set the file system source for this DirectoryRef's child elements. |
8845 | For more information, see [Specifying source files](../../tools/payloads.md).</xs:documentation> | 8845 | For more information, see [Specifying source files](../../../tools/payloads/).</xs:documentation> |
8846 | </xs:annotation> | 8846 | </xs:annotation> |
8847 | </xs:attribute> | 8847 | </xs:attribute> |
8848 | <xs:anyAttribute namespace="##other" processContents="lax"> | 8848 | <xs:anyAttribute namespace="##other" processContents="lax"> |
diff --git a/src/xsd/wixloc.xsd b/src/xsd/wixloc.xsd index 094324cf..2f67b16c 100644 --- a/src/xsd/wixloc.xsd +++ b/src/xsd/wixloc.xsd | |||
@@ -17,7 +17,7 @@ | |||
17 | <xs:annotation> | 17 | <xs:annotation> |
18 | <xs:appinfo> | 18 | <xs:appinfo> |
19 | <xse:remarks> | 19 | <xse:remarks> |
20 | <html:p>You can specify any valid Windows code page by integer like 1252, or by web name like Windows-1252 or iso-8859-1. See [Code pages](../../tools/codepage.md) for more information.</html:p> | 20 | <html:p>You can specify any valid Windows code page by integer like 1252, or by web name like Windows-1252 or iso-8859-1. See [Code pages](../../../tools/codepage/) for more information.</html:p> |
21 | </xse:remarks> | 21 | </xse:remarks> |
22 | <xse:howtoRef href="ui_and_localization/build_a_localized_version.html">How To: Build a localized version of your installer</xse:howtoRef> | 22 | <xse:howtoRef href="ui_and_localization/build_a_localized_version.html">How To: Build a localized version of your installer</xse:howtoRef> |
23 | <xse:howtoRef href="ui_and_localization/make_installer_localizable.html">How To: Make your installer localizable</xse:howtoRef> | 23 | <xse:howtoRef href="ui_and_localization/make_installer_localizable.html">How To: Make your installer localizable</xse:howtoRef> |