I want to deploy on both win32 & win64 with the below manifest but it says win32.
What should I do?
I want to deploy on both win32 & win64 with the below manifest but it says win32.
What should I do?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Rajkiran SwainPosted Apr 13, 2023, 6:44 AM
If you want to deploy your application on both win32 and win64 platforms, you will need to modify your manifest file to include separate entries for each platform. Here is an example of what your manifest file might look like for a multi-platform environment:
In this example, there are separate entries for win32 and win64 platforms, each with their own processor architecture specified in the dependentAssembly element. The compatibility section includes two separate supportedOS entries for each platform.
Make sure to modify the name, version, and other relevant details to match your specific application. Once you've modified the manifest file, you can include it in your application's deployment package and it should work on both win32 and win64 platforms.