windows-itpro-docs/windows/deploy/create-an-application-to-deploy-with-windows-10-using-configuration-manager.md
Jan Backstrom 162303d424 fix tagging
change W10 to w10 (lower case) and changed author of CFaw to
greg-lindsay
2016-05-31 12:33:08 -07:00

5.0 KiB

title, description, ms.assetid, keywords, ms.prod, ms.mktglfcycl, ms.sitesec, author
title description ms.assetid keywords ms.prod ms.mktglfcycl ms.sitesec author
Create an application to deploy with Windows 10 using Configuration Manager (Windows 10) Microsoft System Center 2012 R2 Configuration Manager supports deploying applications as part of the Windows 10 deployment process. 2dfb2f39-1597-4999-b4ec-b063e8a8c90c deployment, task sequence, custom, customize w10 deploy library mtniehaus

Create an application to deploy with Windows 10 using Configuration Manager

Applies to

  • Windows 10

Microsoft System Center 2012 R2 Configuration Manager supports deploying applications as part of the Windows 10 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 Deploy Windows 10 with the Microsoft Deployment Toolkit.

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.

 

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.

  1. On CM01, using File Explorer, copy the C:\Setup\Adobe Reader XI folder to the E:\Sources\Software\Adobe folder.

  2. Using the Configuration Manager Console, in the Software Library workspace, expand Application Management.

  3. Right-click Applications and select Folder / Create Folder. Assign the name OSD.

  4. Right-click the OSD folder, and select Create Application.

  5. In the Create Application Wizard, on the General page, use the following settings:

    1. Automatically detect information about this application from installation files

    2. Type: Windows Installer (*.msi file)

    3. Location: \\CM01\Sources$\Software\Adobe\Adobe Reader XI

    4. \AdbeRdr11000_en_US.msi

    figure 19

    Figure 19. The Create Application Wizard.

  6. Click Next, and wait while Configuration Manager parses the MSI file.

  7. On the Import Information page, review the information and then click Next.

  8. On the General Information page, name the application Adobe Reader XI - OSD Install, click Next twice, and then click Close.

    Note   Since it is not 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.

     

    figure 20

    Figure 20. Add the "OSD Install" suffix to the application name.

  9. In the Applications node, select the Adobe Reader XI - OSD Install application, and click Properties on the ribbon bar.

  10. 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.

Integrate Configuration Manager with MDT 2013 Update 2

Prepare for Zero Touch Installation of Windows 10 with Configuration Manager

Create a custom Windows PE boot image with Configuration Manager

Add a Windows 10 operating system image using Configuration Manager

Add drivers to a Windows 10 deployment with Windows PE using Configuration Manager

Create a task sequence with Configuration Manager and MDT

Deploy Windows 10 using PXE and Configuration Manager

Refresh a Windows 7 SP1 client with Windows 10 using Configuration Manager

Replace a Windows 7 SP1 client with Windows 10 using Configuration Manager