windows - How can I create ARM64 build profile in Advanced Installer based on an existing x64 build profile to make both builds

admin2025-04-28  2

I am new to Advanced Installer and have already set up a working x64 build profile. Now, I need to create a separate ARM64 build profile for an application that uses different files (ARM64-compatible files). My goal is to be able to build both the x64 and ARM64 versions at the same time.

Can I simply copy the x64 build profile with all its configurations to a new ARM64 profile, and then update the necessary parts (like file paths and any architecture-specific settings), or is there a more detailed procedure I should follow to ensure everything works smoothly for ARM64?

I am new to Advanced Installer and have already set up a working x64 build profile. Now, I need to create a separate ARM64 build profile for an application that uses different files (ARM64-compatible files). My goal is to be able to build both the x64 and ARM64 versions at the same time.

Can I simply copy the x64 build profile with all its configurations to a new ARM64 profile, and then update the necessary parts (like file paths and any architecture-specific settings), or is there a more detailed procedure I should follow to ensure everything works smoothly for ARM64?

Share Improve this question edited Jan 9 at 4:22 User0987 asked Jan 8 at 13:35 User0987User0987 1982 silver badges11 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 1

In this case you can duplicate existing build option to create a new build with the exact settings from your current one.

After that, you can start customizing each build accordingly. In the Install Parameters view you can set the package type accordingly for each build.

In the Organization view you can set different features to be added in the corresponding builds:

In the Files and Folders view you can organize your files and include them in relevant features:

I assume that files might end in the same install location. In this case, you can enable the Install folder content into the parent folder option from the folder properties:

If you have prerequisites which also needs to be configured, please check the Create Web, Offline & Enterprise MSI within the same Advanced Installer project article with related information for hints and guidance.

转载请注明原文地址:http://anycun.com/QandA/1745853891a91256.html