This topic has not yet been rated - Rate this topic

PROCESSOR Element

Specifies the type of processor the software will run on.

Syntax

<PROCESSOR
    VALUE = "sProcessor"/>

Attributes

VALUE
Required. String value representing the name of the processor that the software will run on.
AlphaAlpha processor.
MIPSMIPS processor.
PPCPPC processor.
x86x86 processor.

Element Information

Parent elements IMPLEMENTATION
Child elements None
Minimum availability Internet Explorer 4.0
Minimum operating systems Windows 95, Windows NT 4.0

Remarks

There may be zero or more instances of this element specifying the particular processor architectures that an implementation runs on. If no PROCESSOR is specified, the particular IMPLEMENTATION runs on all processors.

Example

This example shows how to specify which type of processor the software will run on.


<PROCESSOR VALUE="x86"/>
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.