Create an Application to Deploy with Windows 8.1 Using Configuration Manager
Applies To: Windows 8.1
Microsoft System Center 2012 R2 Configuration Manager supports deploying applications as part of the Windows 8.1 deployment process. In this section, you create an application in System Center 2012 R2 Configuration Manager that you later configure the task sequence to use.
For the purposes of this topic, we will use CM01, a machine running Windows Server 2012 R2 Standard that is a member of the domain contoso.com for the fictitious Contoso Corporation. For more details on the setup for this topic, please see Proof-Of-Concept Environment.
Note
Even though the new application model is fully supported to deploy via the task sequence, the most reliable way to deploy software via the task sequence is still the legacy packages, especially if you deploy many applications.
See also
Prepare for Zero Touch Installation of Windows 8.1 with Configuration Manager
Create a Custom Windows PE 5.0 Boot Image with Configuration Manager
Add a Windows 8.1 Operating System Image Using Configuration Manager
Add Drivers to a Windows 8.1 Deployment with Windows PE Using Configuration Manager
Finalize the Operating System Configuration for Windows 8.1 Deployment with Configuration Manager
Monitor the Windows 8.1 Deployment with Configuration Manager
Refresh a Windows 7 SP1 Client with Windows 8.1 Using Configuration Manager
Replace a Windows 7 SP1 Client with Windows 8.1 Using Configuration Manager
Example: Create the Adobe Reader XI application
The steps below show you how to create the Adobe Reader XI application. This section assumes that you have downloaded the MSI version of Adobe Reader XI to the C:\Setup\Adobe Reader XI folder on CM01.
On CM01, using File Explorer, copy the C:\Setup\Adobe Reader XI folder to the E:\Sources\Software\Adobe folder.
Using the Configuration Manager Console, in the Software Library workspace, expand Application Management.
Right-click Applications and select Folder / Create Folder. Assign the name OSD.
Right-click the OSD folder, and select Create Application.
In the Create Application Wizard, on the General page, use the following settings:
Automatically detect information about this application from installation files
Type: Windows Installer (*.msi file)
Location: \\CM01\Sources$\Software\Adobe\Adobe Reader XI
\AdbeRdr11000_en_US.msi
Figure 20. The Create Application Wizard.
Click Next, and wait while Configuration Manager parses the MSI file.
On the Import Information page, review the information and then click Next.
On the General Information page, name the application Adobe Reader XI - OSD Install, click Next twice, and then click Close.
Note
Since it isn’t possible to reference an application deployment type in the task sequence, you should have a single deployment type for applications deployed by the task sequence. If you are deploying applications via both the task sequence and normal application deployment, and you have multiple deployment types, you should have two applications of the same software. In this section, you add the “OSD Install” suffix to applications that are deployed via the task sequence. If using packages, you can still reference both package and program in the task sequence.
![](images\Dn744269.aaf96052-6d8e-4229-864f-e407e778ab93(WS.11).png) Figure 21. Adding the “OSD Install” suffix to the application name.
In the Applications node, select the Adobe Reader XI - OSD Install application, and click Properties on the ribbon bar.
In the General Information tab, select the Allow this application to be installed from the Install Application task sequence action without being deployed check box, and click OK.