Skip to content
This repository was archived by the owner on Feb 14, 2025. It is now read-only.

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/Docusaurus/docs/tools/burn/builtin-variables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The Burn engine offers a set of commonly-used variables so you can use them with
2626
| LocalAppDataFolder | The well-known folder for CSIDL_LOCAL_APPDATA. |
2727
| LogonUser | The current user name. |
2828
| MyPicturesFolder | The well-known folder for CSIDL_MYPICTURES. |
29-
| 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. |
29+
| 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. |
3030
| NTProductType | Numeric product type from OS version information. |
3131
| NTSuiteBackOffice | Non-zero if OS version suite is Back Office. |
3232
| NTSuiteDataCenter | Non-zero if OS version suite is Datacenter. |

src/Docusaurus/docs/tools/wixext/wininfo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,4 @@ QueryWindowsSuiteInfo sets one or more of the following session properties for [
9090

9191
| Property | Description |
9292
| -------- | ----------- |
93-
| 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. |
93+
| 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. |

src/Docusaurus/versioned_docs/version-v3/bundle/bundle_built_in_variables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The Burn engine offers a set of commonly-used variables so you can use them with
2424
* LocalAppDataFolder - gets the well-known folder for CSIDL\_LOCAL\_APPDATA.
2525
* LogonUser - gets the current user name.
2626
* MyPicturesFolder - gets the well-known folder for CSIDL\_MYPICTURES.
27-
* 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.
27+
* 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.
2828
* NTProductType - numeric product type from OS version information.
2929
* NTSuiteBackOffice - non-zero if OS version suite is Back Office.
3030
* NTSuiteDataCenter - non-zero if OS version suite is Datacenter.

src/Docusaurus/versioned_docs/version-v3/customactions/osinfo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@ WixUtilExtension will automatically schedule the custom actions as needed after
559559
</td>
560560

561561
<td>
562-
<p>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.</p>
562+
<p>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.</p>
563563
</td>
564564
</tr>
565565
</table>

0 commit comments

Comments
 (0)