diff --git a/src/Docusaurus/docs/tools/burn/builtin-variables.md b/src/Docusaurus/docs/tools/burn/builtin-variables.md index 0d868dbf..e8b212a9 100644 --- a/src/Docusaurus/docs/tools/burn/builtin-variables.md +++ b/src/Docusaurus/docs/tools/burn/builtin-variables.md @@ -26,7 +26,7 @@ The Burn engine offers a set of commonly-used variables so you can use them with | LocalAppDataFolder | The well-known folder for CSIDL_LOCAL_APPDATA. | | LogonUser | The current user name. | | MyPicturesFolder | The well-known folder for CSIDL_MYPICTURES. | -| NativeMachine | Set to an [Image File Machine value](https://docs.microsoft.com/en-us/windows/win32/sysinfo/image-file-machine-constants) representing the native architecture of the machine. Set only on Windows 10 version 1511 (TH2) and later. | +| NativeMachine | Set to an [Image File Machine value](https://docs.microsoft.com/en-us/windows/win32/sysinfo/image-file-machine-constants) representing the native architecture of the machine. Set only on Windows 10, version 1709 and later. | | NTProductType | Numeric product type from OS version information. | | NTSuiteBackOffice | Non-zero if OS version suite is Back Office. | | NTSuiteDataCenter | Non-zero if OS version suite is Datacenter. | diff --git a/src/Docusaurus/docs/tools/wixext/wininfo.md b/src/Docusaurus/docs/tools/wixext/wininfo.md index a7f9b4de..f36c9b50 100644 --- a/src/Docusaurus/docs/tools/wixext/wininfo.md +++ b/src/Docusaurus/docs/tools/wixext/wininfo.md @@ -90,4 +90,4 @@ QueryWindowsSuiteInfo sets one or more of the following session properties for [ | Property | Description | | -------- | ----------- | -| WIX_NATIVE_MACHINE | Set to an [Image File Machine value](https://docs.microsoft.com/en-us/windows/win32/sysinfo/image-file-machine-constants) representing the native architecture of the machine. This property is set only on Windows 10 version 1511 (TH2) and later. | +| WIX_NATIVE_MACHINE | Set to an [Image File Machine value](https://docs.microsoft.com/en-us/windows/win32/sysinfo/image-file-machine-constants) representing the native architecture of the machine. This property is set only on Windows 10, version 1709 and later. | diff --git a/src/Docusaurus/versioned_docs/version-v3/bundle/bundle_built_in_variables.md b/src/Docusaurus/versioned_docs/version-v3/bundle/bundle_built_in_variables.md index 9a9f9384..294c93df 100644 --- a/src/Docusaurus/versioned_docs/version-v3/bundle/bundle_built_in_variables.md +++ b/src/Docusaurus/versioned_docs/version-v3/bundle/bundle_built_in_variables.md @@ -24,7 +24,7 @@ The Burn engine offers a set of commonly-used variables so you can use them with * LocalAppDataFolder - gets the well-known folder for CSIDL\_LOCAL\_APPDATA. * LogonUser - gets the current user name. * MyPicturesFolder - gets the well-known folder for CSIDL\_MYPICTURES. -* NativeMachine - gets the [Image File Machine value](https://docs.microsoft.com/en-us/windows/win32/sysinfo/image-file-machine-constants) representing the native architecture of the machine. This variable was added in v3.14 and is only set on Windows 10, version 1511 (TH2) and higher. +* NativeMachine - gets the [Image File Machine value](https://docs.microsoft.com/en-us/windows/win32/sysinfo/image-file-machine-constants) representing the native architecture of the machine. This variable was added in v3.14 and is only set on Windows 10, version 1709 and higher. * NTProductType - numeric product type from OS version information. * NTSuiteBackOffice - non-zero if OS version suite is Back Office. * NTSuiteDataCenter - non-zero if OS version suite is Datacenter. diff --git a/src/Docusaurus/versioned_docs/version-v3/customactions/osinfo.md b/src/Docusaurus/versioned_docs/version-v3/customactions/osinfo.md index 232b1263..39743cdb 100644 --- a/src/Docusaurus/versioned_docs/version-v3/customactions/osinfo.md +++ b/src/Docusaurus/versioned_docs/version-v3/customactions/osinfo.md @@ -559,7 +559,7 @@ WixUtilExtension will automatically schedule the custom actions as needed after -

Set to an [Image File Machine value](https://docs.microsoft.com/en-us/windows/win32/sysinfo/image-file-machine-constants) representing the native architecture of the machine. This property was added in v3.14 and is only set on Windows 10, version 1511 (TH2) and higher.

+

Set to an [Image File Machine value](https://docs.microsoft.com/en-us/windows/win32/sysinfo/image-file-machine-constants) representing the native architecture of the machine. This property was added in v3.14 and is only set on Windows 10, version 1709 and higher.