SCCM 2012 OSD: Using CustomSettings.ini to deploy packages based on PC Model.

Answered SCCM 2012 OSD: Using CustomSettings.ini to deploy packages based on PC Model.

  • Friday, December 07, 2012 11:53 PM
     
     

    Hello,

    I am using a modified CustomSettings.ini file to deploy certain packages based on PC Model. During the task sequence it seems to run smoothly but at completion I am told that the package I want to deploy is UNKNOWN and it doesn't install.

    Here is my Customsetting.ini below:

    The Packages format is as follows PackageID:Package Program Name

    Is there something I'm missing here?

    
    

All Replies

  • Saturday, December 08, 2012 7:24 AM
     
     Answered
    Have you allowed to program to be installed in a task sequence without being deployed?
    • Marked As Answer by Stephen Perrott Saturday, December 08, 2012 5:41 PM
    •  
  • Saturday, December 08, 2012 5:45 PM
     
     

    I didn't realize that was an option for Packages. I only thought it was for Application Deployments.

    Thank you for that it works great now.

    I just have another question for you. I know you can do the same thing for PC Name.

    Our classroom PCs have names like NYC-LAB-W01 through W16 for example.

    Would having the name Variable work with NYC-LAB-%%% or would it have to be some other way?

    Thank you for your help