Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Example of successful layout verification output:

...

Install VS on ARM64 machine

After creating local VS installer layout you can install it on your ARM64 machine.

Copy the layout to ARM64 machine local folder

You can copy layout e.g. using Ctrl+C / Ctrl+V inside Remote Desktop session.

Install VS from the layout

Use C:\vs_native\vs_setup.exe to install VS.

Note: Please remove old VS Community 2022 installation.

Install SDK and WDK

Please follow https://learn.microsoft.com/en-us/windows-hardware/drivers/download-the-wdk article’s:

  • Step 2: Install SDK and

  • Step 3: Install WDK.

Test your installation by building WindowsPerf solution

You can open windowsperf.sln with your VS 2022 and build e.g. wperf project. You will see something like this:

...