Discussion Custom.ini For Application

  • Thursday, December 06, 2012 12:46 PM
     
     

    HI All,

      When i deploy the OS following 3 screen need the user input. So how do i automate fully by changing the CS.ini

       1. Time Zone pop up screen

     skipLocaleSelection=YES
    UserLocale=en-AU
    SystemLocale=en-AU
    UIlanguage=en-US
    KeyboardLocale=0c09:00000c09

    SkipTimeZone=NO
    TimeZoneName=Sydney Standard Time

       2. Select Task Sequence 

         

         3. Select Applcation

    AS

All Replies

  • Thursday, December 06, 2012 2:01 PM
     
     

    1.  Skip Time Zone:

        SkipTimeZone=Yes
        TimeZone=15
        TimeZoneName=Pacific Standard Time

    2.  Skip Task Sequence

        SkipTaskSequence=YES
        TaskSequenceID=BLD-WIN8

    3.  Skip Applications

        SkipApplications=YES
        SkipAppsOnUpgrade=YES
        Applications001={GUID}
        Applications002={GUID}

    The Time Zone and applications you may want in every run, but you may have different Task Sequences.  For the Task Sequence specification, you may want to do it only for a specific MAC or some other setting (like model, etc).


    David Coulter | http://DCtheGeek.blogspot.com | @DCtheGeek

  • Monday, January 07, 2013 12:45 AM
     
     

    Hi,

     What is the correct settings for Melbourne , Australia?  have set following but still prompt for selection?

    SkipTimeZone=YES
    TimeZoneName=A.U.S. Eastern Standard Time

    What is TimeZone=?

    AS

  • Tuesday, January 08, 2013 12:38 AM
     
     

    I believe it's 255.


    David Coulter | http://DCtheGeek.blogspot.com | @DCtheGeek

  • Tuesday, January 08, 2013 10:26 PM
     
     

    What is the OS you are trying to deploy?

    If it is Windows 7 , I guess the TIMEZONENAME would be sufficient, or if it is Windows XP I suggest use the TIMEZONE value.

    For all Time Zone Names and Values I generally refer to http://joshuasmueller.wordpress.com/2009/12/07/sccm-operating-system-deployment-mdt-timezone-values-for-windows-xp/

    Hope this helps!

  • Wednesday, January 09, 2013 6:50 PM
     
     

    For windows 7, the names can be found in the registry at HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones