From bae7faa9cbea337ccde897a6450a48676e860ea9 Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Sat, 15 Feb 2025 02:20:42 -0800 Subject: Fix documentation links in XSDs --- src/xsd/wix.xsd | 22 +++++++++++----------- 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 @@ - 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. + 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. @@ -2626,7 +2626,7 @@ The code page integer value or web name for the resulting MSM. 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) + code by by integer like 1252, or by web name like Windows-1252. See [Code pages](../../../tools/codepage/) for more information. @@ -2929,7 +2929,7 @@ - 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. + 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. 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 ClientPatchId.PatchCode and ClientPatchId.AllowRemoval. If the patch code GUID is auto-generated you could not reference any properties using this auto-generated prefix. 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 [SystemFolder]msiexec.exe /package [ProductCode] /uninstall [QFE1.PatchCode]. 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 prefix.PatchCode property as shown above. 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. @@ -3373,7 +3373,7 @@ - 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. + 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. @@ -3441,7 +3441,7 @@ 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. - 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. + 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. @@ -4008,7 +4008,7 @@ - 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. + 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. @@ -5678,7 +5678,7 @@ Specifies the name of the installed file. If this attribute is omitted, then its default value is the file name portion of the Source attribute. If the Source attribute is omitted, you must specify a Name attribute. For more - information, see [Specifying source files](../../tools/payloads.md). + information, see [Specifying source files](../../../tools/payloads/). @@ -5870,7 +5870,7 @@ Specifies the path to the file in the build process. Overrides default source path set by parent directories and Name attribute. This attribute must be set if no source information can be gathered from parent directories. For more - information, see [Specifying source files](../../tools/payloads.md). + information, see [Specifying source files](../../../tools/payloads/). @@ -8436,7 +8436,7 @@ Used to set the default file system source for child Component elements. For more information, see - [Specifying source files](../../tools/payloads.md). + [Specifying source files](../../../tools/payloads/). @@ -8733,7 +8733,7 @@ Used to set the file system source for this directory's child elements. - For more information, see [Specifying source files](../../tools/payloads.md). + For more information, see [Specifying source files](../../../tools/payloads/). @@ -8842,7 +8842,7 @@ Used to set the file system source for this DirectoryRef's child elements. - For more information, see [Specifying source files](../../tools/payloads.md). + For more information, see [Specifying source files](../../../tools/payloads/). 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 @@ - 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. + 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. How To: Build a localized version of your installer How To: Make your installer localizable -- cgit v1.2.3-55-g6feb