20
Mar
08

SCCM: How to create SCCM client Package and Program for OSD

When creating a Task sequence for OS deployment you need to provide the package for SCCM client.
Here are the steps how to create SCCM client Package

Open Configuration Manager Console
Go to System Center Configuration Manager>Site Database>Computer Management>Software Distribution
Right click on Packages and select New>Package
11.jpg

The New Package Wizard will start. Enter the package name and also you can provide other details
21.jpg

Select This package contains source filesand provide UNC path to the location where your SCCM client is located. Usually it is located in \\$server$\SMS_$site_code$\client share.($server$ is your SCCM server name, $site_code$ is your 3 character site code). Click Next.
31.jpg

Select Access the distribution Folder through common ConfigMgr package share and click Next
41.jpg

Leave default in Distribution Settings and click Next
51.jpg

Leave defaults in Reporting and click Next
61.jpg

Leave defaults in Security and click Next
71.jpg

Review Summary and click Next
81.jpg

Wait until progress completes and click Close.
9.jpg

Once the Package is created you need to create a Program

Expand SCCM client Package. Right click on Programs and select New>Program
10.jpg

New Program Wizard will start. Enter the program name. Click on Browse button and select ccmsetup.exe click OK. Click Next.
111.jpg

Leave defaults in Requirements click Next.
12.jpg

In Environment  change Program can run to Whether or not a user is logged on. Select Run with administrative rights and Run with UNC name click Next
13.jpg

Untick all ticked boxes in Advanced click Next.
14.jpg

Click Next in Windows Installer
15.jpg

Because I don’t have MOM I don’t need to tick anything in MOM Maintenance Mode
16.jpg

Review Summary and click Next
17.jpg

Wait until Progress finishes and click Close.
18.jpg

The Program is created. Now we need to assign Distribution Point to the package.

Expand SCCM client Package. Right click on Distribution Points and select New Distribution Point
191.jpg

New Distribution Point Wizard will start. Press next in Welcome screen.
Select Distribution point or points that you want to use and press Next.
20.jpg

Wait for progress to finish and click close.
211.jpg

 That’s it. The SCCM client is ready for deployment.


6 Responses to “SCCM: How to create SCCM client Package and Program for OSD”


  1. 1 Muthukannan.G Jun 16th, 2008 at 06:26

    thnaks…

    But what about advertising the package…

  2. 2 Andrius Jun 23rd, 2008 at 11:13

    You don’t need to advertise the package if it will be used with OSD only.

  3. 3 Anonymous Sep 30th, 2008 at 11:49

    How do i create silent packages in sccm 2007

  4. 4 Andrius Oct 10th, 2008 at 10:00

    It depends how the installation was packaged. Most of the time you just add switches(like /silent /quiet) to the setup.exe when creating program. To find out what switches you need just open command prompt and type the name of installation file(which is ussualy setup.exe and add ‘/?’. So it would look like ’setup.exe /?’. This should list all the switches and options that you can use.

  5. 5 Anonymous Nov 17th, 2009 at 11:45

    Hi,
    I want to know if its possible to push this client package you created to any computers listed in queries?
    meaning the machines that doesnt have an agent installed but have being discovered and shoowing up in queries

  1. 1 SCCM: How to Create Task Sequence for OSD | Andrius Blog Pingback on Mar 20th, 2008 at 15:11