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

20 Mar

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.

Tags: , , , , ,

7 Responses

  1. […] Also you must have SCCM client package ready: How to create SCCM client Package and Program for OSD […]

  2. Muthukannan.G says:

    thnaks…

    But what about advertising the package…

  3. Andrius says:

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

  4. Anonymous says:

    How do i create silent packages in sccm 2007

  5. Andrius says:

    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.

  6. Anonymous says:

    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

  7. Annoyed says:

    Also, don’t make the mistake of doing this (as I did) from the MSI. It won’t install. It *MUST* be the ccmsetup.exe file you create the package from @ this stage. You can’t create the package out of the MSI. It just won’t install because the create & capture is hardcoded to look for the ccmsetup.exe when it hits the client install, even if you’ve told it to use the MSI. I couldn’t find this documented anywhere. PITA!

Leave a Reply

IT Blog

Just another blog on Kozeniauskas.com Network