[GH-ISSUE #1259] .NET 8.0 has Windows Arm64 Installer #929

Closed
opened 2026-02-26 09:33:03 +03:00 by kerem · 1 comment
Owner

Originally created by @iKineticate on GitHub (Dec 7, 2023).
Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/1259

Originally assigned to: @NickeManarin on GitHub.

Describe the bug
Windows on arm must install .NET 8.0(x64)

Expected behavior
.NET 8.0 has Windows Arm64 Installer

Desktop (please complete the following information):

  • OS: [e.g. Windows 11 on ARM]
  • Version [e.g. 2.40]
Originally created by @iKineticate on GitHub (Dec 7, 2023). Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/1259 Originally assigned to: @NickeManarin on GitHub. **Describe the bug** Windows on arm must install .NET 8.0(x64) **Expected behavior** .NET 8.0 has Windows Arm64 Installer **Desktop (please complete the following information):** - OS: [e.g. Windows 11 on ARM] - Version [e.g. 2.40]
kerem 2026-02-26 09:33:03 +03:00
Author
Owner

@NickeManarin commented on GitHub (Dec 18, 2023):

The installer calls this WinAPI method to get the OS architecture:

    [DllImport("kernel32.dll", SetLastError = true)]
    private static extern bool IsWow64Process2(IntPtr process, out ushort processMachine, out ushort nativeMachine);

I don't have access to a Arm64 machine right now to be able to test it properly.

<!-- gh-comment-id:1859486230 --> @NickeManarin commented on GitHub (Dec 18, 2023): The installer calls this WinAPI method to get the OS architecture: [DllImport("kernel32.dll", SetLastError = true)] private static extern bool IsWow64Process2(IntPtr process, out ushort processMachine, out ushort nativeMachine); I don't have access to a Arm64 machine right now to be able to test it properly.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ScreenToGif#929
No description provided.