Deploy Applications in SCCM 2012

Hi,

Let’s take a look at application deployment in ConfigMgr 2012.

First of all, things have changed. And for the better.
In SCCM 2007 an user would get his/her software mandatory (pushed) or published via RAP (Run Advertised Programs) or Add/Remove Programs, both found in the Control Panel. For most system administrators and users this was not so nice.

Now we still have the possibility of pushing out software, but the RAP is gone.
Actually it is not gone but replaced with something smarter, the Software Center.

So how dows this work?

  1. Create Application
    In order to deploy anything we first have to create an application.

    Create Application SCCM2012

    Create Application SCCM2012

    With the application wizard we have a few options:
    – Windows Installer (Native) –> MSI
    – Microsoft Application Virtualization — App-V
    – Windows Mobile Cabinet –> Windows Mobile
    – Nokia SIS/JAR –> Symbian sis/jar packages

    Application Wizard

    Application Wizard step 1

    The application is imported successfully.

    Application Wizard

    Application Wizard step 2

    Continue with the wizard. I have created an Administrative category “Tools”, will come in handy later 😉

    Application Wizard

    Application Wizard step 3

    And there it is, our application:

    Application Wizard

    Application Wizard step 4

  2. Deploy the application.
    Let’s deploy the application to a User Group. Nice because we set-up Active Directory with the needed Groups and now we want to use them.
    I have created a XMLNotepad collection which it filled with the Security Group XMLNotepad.

    SCCM2012 Deploy Application

    SCCM2012 Deploy Application

    Deploy Application

    Deploy Application Wizard

    This is where we set the Required or Available option, and whether to Install or Uninstall the application. Rather cool huh!

    Deploy Application Wizard

    Deploy Application Wizard

  3. See the action.
    Now log on to the client and see the Application delivery.

    So that’s pretty cool and easy!