Table 28 lists the ApplicationPage task sequence variables with the description and whether the variable is read by the wizard page, written by the wizard page, or can be configured in the UDI Wizard configuration file.

Table 28. ApplicationPage Task Sequence Variables

Variable

Read

Write

Config

ApplicationBaseVariable

Specifies the name used as the base for the task sequence variable names created for each Configuration Manager 2012 application selected on the ApplicationPage wizard page. This variable is configured using the Edit Software Settings button in the Edit Settings group on the Ribbon in the UDI Wizard Designer.

A separate task sequence variable is created for each application selected on this page. The default value for this variable is APPLICATIONS. So, for example, the default names of the task sequence variables created for each application selected on this page will be APPLICATIONS001, APPLICATIONS002, APPLICATIONS003, and so forth.

No

Yes

Yes

OSDApplicationList

Specifies the list of application identifiers that should be initially selected. The variable contains a list of numeric values separated by semicolons (;).

The application identifiers are found in the Id attribute of the Application element in the UDI Wizard application configuration file (UDIWizard_Config.xml.app). There is a separate Application element for each application displayed in this wizard page.

Yes

No

No

OSDArchitecture

Specifies the processor architecture of the target computer. The ApplicationPage wizard page uses this variable to filter the available applications when the VolumeArchitecture memory variable has not been set. However, if the VolumeArchitecture memory variable has been set, it always takes precedence over this task sequence variable for filtering the available applications.

The value for this variable can be:

·     x86, which indicates a 32-bit processor architecture

·     amd64, which indicates a 64-bit processor architecture

Yes

No

No

OSDBaseVariableName

Specifies the name used as the base for the task sequence variable names created for each Configuration Manager 2012 package and program selected on the ApplicationPage wizard page. This variable is configured using the Edit Software Settings button in the Page Behavior group on the Ribbon in the UDI Wizard Designer.

A separate task sequence variable is created for each application selected on this page. The default value for this variable is PACKAGES. So, for example, the default names of the task sequence variables created for each application selected on this page will be PACKAGES001, PACKAGES002, PACKAGES003, and so forth.

No

Yes

Yes

 

Related Topics

ApplicationPage