A few people have asked about the script updates that were made in MDT 2008 Update 1.  Here's the quick summary listing all the scripts that were modified in MDT 2008 Update 1 and a very brief description of the changes made to each:
  • DeployWiz_Definition_ENU.xml.  If the deployment type is blank, show the deployment type wizard pane even if directed to skip it. 如果Deployment Type一项为空,则启动向导,即使Skip也是一样
  • DeployWiz_Initialization.vbs.  Better handle task sequences that reference OSes that no longer exist.  For new computers, filter out task sequences that aren't for the current architecture of Windows PE.  Don't display the application selection pane if there are no "Install Application" steps in the task sequence. 对新电脑方案,过滤那些无法支持的架构的TaskSequence,如果没有安装程序则不出现应用程序选择界面
  • DeployWiz_Validation.vbs.  Preserve the preconfigured DeploymentType value while clicking through task sequences.
  • LiteTouch.wsf.  Add hooks for the LTI OEM preloading process.  Send proper "beginning" events to the management pack.添加LTI OEM预读过程,添加“Beginning”时间到MOM管理包 
  • LTIApply.wsf.  Set the right p_w_picpath path, pointing to the locally-cached p_w_picpath, when performing multicast Windows Vista or Server 2008 deployments. 实施多播时设置正确的镜像路径,指向本地缓存的镜像
  • LTICleanup.wsf.  Changes to support the LTI OEM preloading process.
  • LTISysprep.wsf.  For Windows XP and Server 2003, set the local Administrator password to blank before running sysprep. 在实施Sysprep前清空本地管理员密码
  • ZTIBackup.wsf.  When capturing a Windows XP or Server 2003 p_w_picpath, remove the boot folder and bootmgr file so that they don't confuse ConfigMgr 2007 if the p_w_picpath is later used with ConfigMgr. 抓取XP或者2003镜像时,删除Boot目录和bootmgr文件
  • ZTIBcdUtility.vbs.  Fixed a problem when running BCDEDIT on a non-English OS.  (See [url]http://support.microsoft.com/?id=952573[/url].)
  • ZTIDiskpart.wsf.  Changes to support the LTI OEM preloading process (don't repartition and reformat the disk if the deployment point is on it).
  • ZTIDiskUtility.vbs.  Use DiskIndex instead of Index when querying WMI for disk information.
  • ZTIGather.wsf.  Fixed logic for setting SMSDP variable.  Modified computer name assignment logic so that logging and management pack behaviors are more consistent.
  • ZTIGather.xml.  Added OSDComputerName property.  Fixed ADDSUserPassword to be ADDSPassword.
  • ZTIMediaHook.wsf.  Added logic to wait for an advertisement after adding a new unknown computer.
  • ZTIMoveStateStore.wsf.  If the "move" process fails, try to copy the state store directory.
  • ZTISCCM.wsf.  Cache the MDT files package content even in Windows PE, as long as there is a place to put it, to avoid later network access issues.
  • ZTIStorageDrivers.wsf.  Don't do anything when installing an p_w_picpath (only for unattended installs of Windows XP and Server 2003).  Use XCOPY to copy mass storage drivers, removing read-only attributes.  Remove "IDE CD-ROM" entry from unattend.txt that caused problems on non-English OSes.
  • ZTIStorageDriversSysprep.wsf.  Fixed a variety of errors related to the processing of TXTSETUP.OEM files.  Added "hdc"-class drivers to the selection criteria.
  • ZTIUtility.vbs.  Modified the management pack event file creation logic.  Changed the computer name assignment logic to be more consistent, especially during ConfigMgr deployments.  Properly build SQL connection strings when specifying named pipes and a port.
  • ZTIWindowsUpdate.wsf. Add logic to opt in to Microsoft Update.  Restore the original state of the Window Update Agent when done performing updates.
There are also two new scripts:
  • LTIOEM.wsf.  Load a Lite Touch media deployment point onto the hard disk.
  • ZTIOEM.wsf.  Save and restore needed task sequence variables to support the split two-part OEM task sequence templates.