Versions Compared

Key

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

...

and will continue with VS Community component download. Please note that d:\vs_native will be populated with around 40 GB of data. Downloading process will take at least 15 minutes.

...

When process is finished you will see:

...

[Optional] You can verify your layout

Use below command to verify your layout:

Code Block
languagepowershell
>vs_Community.exe --layout d:\vs_native --verify

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:

...