Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Works on Windows 11 on ARM #1305

Open
Hunv opened this issue Nov 20, 2023 · 1 comment
Open

Works on Windows 11 on ARM #1305

Hunv opened this issue Nov 20, 2023 · 1 comment
Labels
Enhancement Issue which are a enhancement

Comments

@Hunv
Copy link

Hunv commented Nov 20, 2023

What workfow do you want to improve?

Installer blocks installation as it mentions "only on x64 systems".

How to make it better?

The ARM Windows-version is also 64bit based. I downloaded the code, compiled and run it. It works out of the box without any changes.
Maybe in the setup.iis file the ARM64 needs to be added to the ArchitecturesAllowed variable, but I don't know InnoSetup. Maybe this needs to be added/changed at other places. So I didn't create a pull request.
Edit: I just saw, that the software is also in the Microsoft Store. It is also available to be installed but as the regular setup while installing it stops with the x64 only-message.

Any alternative?

A seperate version for ARM, but this would not makes any sense, as the software is DotNet based.

Additional context

No response

@Hunv Hunv added the Enhancement Issue which are a enhancement label Nov 20, 2023
@Belphemur
Copy link
Owner

Hey, sorry for taking so long to come back to you.

Currently, to solve the issue either I need to pack the full arm64 runtime with the installer or update the auto-updater code to be clever enough to find a arm64 version of the application (and also build and publish said version).

Currently, I'm not sure arm64 is widely used for Windows (or even performant) so for now, I'm keeping this open to gage people interest. But no plan in the near future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement Issue which are a enhancement
Projects
None yet
Development

No branches or pull requests

2 participants