Processor Type Values for .inf Files (Compact 2013)

3/26/2014

When working with .inf files that the CAB Wizard will use to create .cab files, you can use a combination of platform labels and version numbers, and processor types to specify the platforms on which your application can be installed.

Target CPUs are identified by a processor type, which in turn is assigned a value. You can obtain this value for your device by calling SYSTEM_INFO.dwProcessorType.

Processor family

String

x86-based

686

ARM-based

2577

See Also

Reference

Information (.inf) File Overview
CEDevice

Other Resources

SYSTEM_INFO