CPack/WIX: Replace documentation links with their permanent redirects

This commit is contained in:
Brad King 2025-02-08 09:32:39 -05:00
parent feaa0f5cc0
commit 6f7341ed27
2 changed files with 6 additions and 7 deletions

View File

@ -3,7 +3,7 @@ CPack WIX Generator
Use the `WiX Toolset`_ to produce a Windows Installer ``.msi`` database. Use the `WiX Toolset`_ to produce a Windows Installer ``.msi`` database.
.. _`WiX Toolset`: https://wixtoolset.org/ .. _`WiX Toolset`: https://www.firegiant.com/wixtoolset/
.. versionadded:: 3.7 .. versionadded:: 3.7
The :variable:`CPACK_COMPONENT_<compName>_DISABLED` variable is now The :variable:`CPACK_COMPONENT_<compName>_DISABLED` variable is now
@ -222,7 +222,7 @@ Windows using WiX.
simply provide the name of the culture. If you specify more than one simply provide the name of the culture. If you specify more than one
culture identifier in a comma or semicolon delimited list, the first one culture identifier in a comma or semicolon delimited list, the first one
that is found will be used. You can find a list of supported languages at: that is found will be used. You can find a list of supported languages at:
https://wixtoolset.org/docs/v3/wixui/wixui_localization/ https://docs.firegiant.com/wix3/wixui/wixui_localization/
.. variable:: CPACK_WIX_TEMPLATE .. variable:: CPACK_WIX_TEMPLATE
@ -427,7 +427,7 @@ Windows using WiX.
for using WiX extensions. Each declaration should be in the form name=url, where for using WiX extensions. Each declaration should be in the form name=url, where
name is the plain namespace without the usual xmlns: prefix and url is an unquoted name is the plain namespace without the usual xmlns: prefix and url is an unquoted
namespace url. A list of commonly known WiX schemata can be found here: namespace url. A list of commonly known WiX schemata can be found here:
https://wixtoolset.org/docs/v3/xsd/ https://docs.firegiant.com/wix3/xsd/
.. variable:: CPACK_WIX_SKIP_WIX_UI_EXTENSION .. variable:: CPACK_WIX_SKIP_WIX_UI_EXTENSION
@ -486,4 +486,4 @@ Windows using WiX.
latter installer should be distributed with instructions to latter installer should be distributed with instructions to
first manually uninstall any older version. first manually uninstall any older version.
See https://wixtoolset.org/docs/v3/xsd/wix/package/ See https://docs.firegiant.com/wix3/xsd/wix/package/

View File

@ -16,8 +16,7 @@ each of which has to match the following format.
``<user>`` and ``<domain>`` specify the windows user and domain for which the ``<user>`` and ``<domain>`` specify the windows user and domain for which the
``<Permission>`` element should be generated. ``<Permission>`` element should be generated.
``<permission>`` is any of the YesNoType attributes listed here:: ``<permission>`` is any of the YesNoType attributes listed at:
https://docs.firegiant.com/wix3/xsd/wix/permission/
https://wixtoolset.org/documentation/manual/v3/xsd/wix/permission.html
The property is currently only supported by the :cpack_gen:`CPack WIX Generator`. The property is currently only supported by the :cpack_gen:`CPack WIX Generator`.