J
Jeremy
Guest
Got from MSDN that there's an element - assemblyIdentity in the application
manifest which describes and uniquely identifies the application owning this
application manifest.
What I'm puzzled is following attributes with this element:
1- processorArchitecture (optional), which specifies the processor, x86 for
32-bit Windows; ia64 for 64-bit Windows. If my application needs to support
both 32-bit and 64-bit Windows how should I specify it?
2- type (required), which specifies the application type and must be Win32
(not sure if it works on 64-bit Windows)
I generated an application using Visual Studio 2005 and extract its manifest
using mt.exe but cannot find this required attribute and the
processorArchitecture is specified as msil
Any advice would be appreciate!
Jeremy
manifest which describes and uniquely identifies the application owning this
application manifest.
What I'm puzzled is following attributes with this element:
1- processorArchitecture (optional), which specifies the processor, x86 for
32-bit Windows; ia64 for 64-bit Windows. If my application needs to support
both 32-bit and 64-bit Windows how should I specify it?
2- type (required), which specifies the application type and must be Win32
(not sure if it works on 64-bit Windows)
I generated an application using Visual Studio 2005 and extract its manifest
using mt.exe but cannot find this required attribute and the
processorArchitecture is specified as msil
Any advice would be appreciate!
Jeremy