Initial ARM64 build support#121
Open
amorrowbellarmine wants to merge 1 commit intopseymour:masterfrom
Open
Conversation
International support causes a bunch of problems because AL.exe doesn't support AMR64 as a valid platform. The work around is to disable the built in assembly linking and replicate the action using a cusotm action. Another option is to compile for x64 and then copy the needed assemblies to the correct directories as mentioned in the following stackoverflow answer: https://stackoverflow.com/questions/77414978/c-sharp-wpf-implements-multi-language-internationalization-support-and-the-corr
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
International support causes a bunch of problems because AL.exe doesn't support AMR64 as a valid platform. I worked around it by disabling the built-in assembly linking and replicating the action using a custom action. Another option is to compile for x64 and then copy the needed assemblies to the correct directories as mentioned in the following Stackoverflow answer: https://stackoverflow.com/questions/77414978/c-sharp-wpf-implements-multi-language-internationalization-support-and-the-corr
During the first compilation, there is a warning saying it couldn't execute al.exe because the culture wasn't specified. But that message doesn't appear in the debug output, and all the files are built correctly. I don't know what is generating the warning. And it doesn't appear on subsequent recompiles.
I installed my ARM64 build on a Dell Latitude 7455, and it appears to work. However, I'm unsure of everything that needs to be tested, and I don't know if the French and Danish localizations are correct.
WiX v3.14.0.3910 added ARM support. You will need that release or higher. I used 3.14.1.8722