mattchesters Posted October 12, 2009 Posted October 12, 2009 Hi All,I was wondering whether anyone has figured out how to customize the LiteTouchPE_x86, removing the need to select regional settings or even the MDT share credentials?I would really like to be able to but can't figure out how, I'm pretty certain that the setup runs from the scripts folder on the share, but can't make much sense of it.
cluberti Posted October 12, 2009 Posted October 12, 2009 In the \Control folder in the deployment share you will find 2 .ini files, CustomSettings.ini and Bootstrap.ini. Edit CustomSettings.ini as follows to automate MOST of the MDT settings:[Settings]Priority=DefaultProperties=MyCustomProperty[Default]OSInstall=YDeployRoot=\\SERVER\DeploymentShare$DeploymentType=NEWCOMPUTERHome_Page=http://www.live.comUserID=userUserDomain=DOMAINUserPassword=userpasswordAdminPassword=newcomputeradminpasswordOrgName="Organization"FullName=USERTimeZone=035TimeZoneName=Eastern Standard TimeUserLocale=en-usUILanguage=en-us_SMSTSORGNAME=OrganizationBDEInstallSuppress=YESSkipAdminPassword=YESSkipApplications=YESSkipDomainMembership=YESSkipUserData=YESUserDataLocation=NONESkipAppsOnUpgrade=YESSkipCapture=YESSkipProductKey=YESSkipLocaleSelection=YESSkipTimeZone=YESIf you want to know more about this file, read the MDT help documentation. All of the Property Definitions are defined there.
oskingen Posted October 12, 2009 Posted October 12, 2009 In the \Control folder in the deployment share you will find 2 .ini files, CustomSettings.ini and Bootstrap.ini. Edit CustomSettings.ini as follows to automate MOST of the MDT settings:[settings]Priority=DefaultProperties=MyCustomProperty[Default]......Regarding to this, is it possible to configure all these setting in waik or something that generate xml file instead of use .ini file ?
cluberti Posted October 12, 2009 Posted October 12, 2009 Regarding to this, is it possible to configure all these setting in waik or something that generate xml file instead of use .ini file ?No, these aren't WAIK-specific settings, they're read by MDT when creating the litetouch media. You must configure the .ini manually.
oskingen Posted October 12, 2009 Posted October 12, 2009 (edited) Regarding to this, is it possible to configure all these setting in waik or something that generate xml file instead of use .ini file ?No, these aren't WAIK-specific settings, they're read by MDT when creating the litetouch media. You must configure the .ini manually.Thank, except the MDT documentation do you know where i can find a good documentation or blog about these 2 files (CustomSettings.ini and Bootstrap.ini.) ? Edited October 12, 2009 by hannubys
cluberti Posted October 12, 2009 Posted October 12, 2009 You can try the deploymentguys blog, although I'm not sure of a lot of documentation around these .ini files. Most of this stuff dates back to BDD2007. That might make a good blog post though - might be something you can request from them .
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now