<?xml version="1.0"?>
<SmsTaskSequencePackage xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <BootImageID>WNB00005</BootImageID>
  <Category />
  <DependentProgram />
  <Description>Deploying Windows 7 with help from windows-noob.com January 2010</Description>
  <Duration>360</Duration>
  <Name>Deploy Windows 7 Enterprise X86 RTM-custom locale</Name>
  <ProgramFlags>152084498</ProgramFlags>
  <SequenceData>
    <sequence version="3.00">
      <referenceList>
        <reference package="WNB00063" />
        <reference package="WNB0003F" />
        <reference package="WNB0004C" />
      </referenceList>
      <globalVarList>
        <variable name="OSDEnableTCPIPFiltering" property="EnableTCPIPFiltering">false</variable>
        <variable name="OSDAdapterCount" property="NumAdapters">0</variable>
      </globalVarList>
      <group name="Capture Files and Settings" description="Actions to capture files and settings in the original operating system" disable="true">
        <condition>
          <expression type="SMS_TaskSequence_VariableConditionExpression">
            <variable name="Operator">equals</variable>
            <variable name="Value">false</variable>
            <variable name="Variable">_SMSTSInWinPE</variable>
          </expression>
        </condition>
        <step type="SMS_TaskSequence_CaptureWindowsSettingsAction" name="Capture Windows Settings" description="" runIn="WinPEandFullOS" successCodeList="0">
          <action>osdwinsettings.exe /capture /name:%OSDMigrateComputerName% /reginfo:%OSDMigrateRegistrationInfo% /timezone:%OSDMigrateTimeZone%</action>
          <defaultVarList>
            <variable name="OSDMigrateComputerName" property="MigrateComputerName">true</variable>
            <variable name="OSDMigrateRegistrationInfo" property="MigrateRegistrationInfo">true</variable>
            <variable name="OSDMigrateTimeZone" property="MigrateTimeZone">true</variable>
          </defaultVarList>
        </step>
        <step type="SMS_TaskSequence_CaptureNetworkSettingsAction" name="Capture Network Settings" description="" runIn="FullOS" successCodeList="0">
          <action>osdnetsettings.exe capture netmembership:%OSDMigrateNetworkMembership% adapters:%OSDMigrateAdapterSettings%</action>
          <defaultVarList>
            <variable name="OSDMigrateAdapterSettings" property="MigrateAdapterSettings">true</variable>
            <variable name="OSDMigrateNetworkMembership" property="MigrateNetworkMembership">false</variable>
          </defaultVarList>
        </step>
        <group name="Capture User Files and Settings" description="Capture User Files and Settings">
          <step type="SMS_TaskSequence_RequestStateStoreAction" name="Request User State Storage" description="" runIn="FullOS" successCodeList="0">
            <action>osdsmpclient.exe /capture</action>
            <defaultVarList>
              <variable name="OSDStateFallbackToNAA" property="FallbackToNAA">false</variable>
              <variable name="OSDStateRequestType" property="RequestType" hidden="true">capture</variable>
              <variable name="OSDStateSMPRetryCount" property="SMPRetryCount" hidden="true">3</variable>
              <variable name="OSDStateSMPRetryTime" property="SMPRetryTime" hidden="true">60</variable>
            </defaultVarList>
          </step>
          <step type="SMS_TaskSequence_CaptureUserStateAction" name="Capture User Files and Settings" description="" continueOnError="true" runIn="FullOS" successCodeList="0">
            <action>osdmigrateuserstate.exe /collect /continueOnError:%OSDMigrateContinueOnLockedFiles% /skipefs:%OSDMigrateSkipEncryptedFiles%</action>
            <defaultVarList>
              <variable name="OSDMigrateContinueOnLockedFiles" property="ContinueOnLockedFiles">true</variable>
              <variable name="OSDMigrateEnableVerboseLogging" property="EnableVerboseLogging">true</variable>
              <variable name="OSDMigrateMode" property="Mode">Simple</variable>
              <variable name="OSDMigrateSkipEncryptedFiles" property="SkipEncryptedFiles">true</variable>
              <variable name="_OSDMigrateUsmtPackageID" property="UsmtPackageID">WNB00050</variable>
            </defaultVarList>
          </step>
          <step type="SMS_TaskSequence_ReleaseStateStoreAction" name="Release User State Storage" description="" runIn="FullOS" successCodeList="0">
            <action>osdsmpclient.exe /release</action>
            <defaultVarList />
          </step>
        </group>
      </group>
      <group name="Install Operating System" description="Actions to run in Windows PE to install and configure the image">
        <step type="SMS_TaskSequence_RebootAction" name="Restart in Windows PE" description="" runIn="WinPEandFullOS" successCodeList="0">
          <condition>
            <expression type="SMS_TaskSequence_VariableConditionExpression">
              <variable name="Operator">equals</variable>
              <variable name="Value">false</variable>
              <variable name="Variable">_SMSTSInWinPE</variable>
            </expression>
          </condition>
          <action>smsboot.exe /target:WinPE</action>
          <defaultVarList>
            <variable name="SMSRebootMessage" property="Message">A new Microsoft Windows operating system is being installed.  The computer must reboot to continue.</variable>
            <variable name="SMSRebootTimeout" property="MessageTimeout">10</variable>
            <variable name="SMSRebootTarget" property="Target" hidden="true">WinPE</variable>
          </defaultVarList>
        </step>
        <step type="SMS_TaskSequence_PartitionDiskAction" name="Partition Disk 0" description="Actions to partition and format the new machine" runIn="WinPE" successCodeList="0">
          <condition>
            <expression type="SMS_TaskSequence_VariableConditionExpression">
              <variable name="Operator">notExists</variable>
              <variable name="Variable">_SMSTSClientCache</variable>
            </expression>
          </condition>
          <action>osddiskpart.exe</action>
          <defaultVarList>
            <variable name="OSDDiskIndex" property="DiskIndex">0</variable>
            <variable name="OSDDiskType" property="DiskType">Basic</variable>
            <variable name="OSDDiskpartBiosCompatibilityMode" property="DiskpartBiosCompatibilityMode">false</variable>
            <variable name="OSDGPTBootDisk" property="GPTBootDisk">false</variable>
            <variable name="OSDPartitionStyle" property="PartitionStyle">MBR</variable>
            <variable name="OSDPartitions" property="Partitions" hidden="true">1</variable>
            <variable name="OSDPartitions0Bootable" property="Partitions0Bootable">true</variable>
            <variable name="OSDPartitions0FileSystem" property="Partitions0FileSystem">NTFS</variable>
            <variable name="OSDPartitions0QuickFormat" property="Partitions0QuickFormat">true</variable>
            <variable name="OSDPartitions0Size" property="Partitions0Size">100</variable>
            <variable name="OSDPartitions0SizeUnits" property="Partitions0SizeUnits">PERCENT</variable>
            <variable name="OSDPartitions0Type" property="Partitions0Type">PRIMARY</variable>
            <variable name="OSDPartitions0VolumeLetterVariable" property="Partitions0VolumeLetterVariable">
            </variable>
            <variable name="OSDPartitions0VolumeName" property="Partitions0VolumeName">Default</variable>
          </defaultVarList>
        </step>
        <step type="SMS_TaskSequence_ApplyOperatingSystemAction" name="Apply Operating System" description="Actions to apply operating system with help from windows-noob.com" runIn="WinPE" successCodeList="0">
          <action>OSDApplyOS.exe /image:WNB0003F,%OSDImageIndex% "/config:WNB00063,%OSDConfigFileName%"</action>
          <defaultVarList>
            <variable name="OSDConfigFileName" property="ConfigFileName">it_unattend.xml</variable>
            <variable name="ConfigFilePackage" property="ConfigFilePackage" hidden="true">WNB00063</variable>
            <variable name="OSDImageIndex" property="ImageIndex">1</variable>
            <variable name="ImagePackageID" property="ImagePackageID" hidden="true">WNB0003F</variable>
          </defaultVarList>
        </step>
        <step type="SMS_TaskSequence_ApplyWindowsSettingsAction" name="Apply Windows Settings" description="Actions to apply windows settings" runIn="WinPE" successCodeList="0">
          <action>osdwinsettings.exe /config</action>
          <defaultVarList>
            <variable name="OSDLocalAdminPassword" property="AdminPassword">
            </variable>
            <variable name="OSDComputerName" property="ComputerName">%_SMSTSMachineName%</variable>
            <variable name="OSDProductKey" property="ProductKey">
            </variable>
            <variable name="OSDRandomAdminPassword" property="RandomAdminPassword">false</variable>
            <variable name="OSDRegisteredOrgName" property="RegisteredOrgName">SCCM</variable>
            <variable name="OSDRegisteredUserName" property="RegisteredUserName">smsadmin</variable>
            <variable name="OSDServerLicenseConnectionLimit" property="ServerLicenseConnectionLimit">5</variable>
            <variable name="OSDTimeZone" property="TimeZone">W. Europe Standard Time</variable>
          </defaultVarList>
        </step>
        <step type="SMS_TaskSequence_ApplyNetworkSettingsAction" name="Apply Network Settings" description="Actions to configure network settings" runIn="WinPEandFullOS" successCodeList="0">
          <action>osdnetsettings.exe configure</action>
          <defaultVarList>
            <variable name="OSDDomainName" property="DomainName">server2008.lab.local</variable>
            <variable name="OSDDomainOUName" property="DomainOUName">LDAP://CN=Computers,DC=server2008,DC=lab,DC=local</variable>
            <variable name="OSDJoinPassword" property="DomainPassword">
            </variable>
            <variable name="OSDJoinAccount" property="DomainUsername">server2008\domjoin</variable>
            <variable name="OSDEnableTCPIPFiltering" property="EnableTCPIPFiltering" hidden="true">false</variable>
            <variable name="OSDNetworkJoinType" property="NetworkJoinType">0</variable>
            <variable name="OSDAdapterCount" property="NumAdapters" hidden="true">0</variable>
          </defaultVarList>
        </step>
        <step type="SMS_TaskSequence_AutoApplyAction" name="Apply Device Drivers" description="" runIn="WinPE" successCodeList="0">
          <condition>
            <expression type="SMS_TaskSequence_VariableConditionExpression">
              <variable name="Operator">notEquals</variable>
              <variable name="Value">FullMedia</variable>
              <variable name="Variable">_SMSTSMediaType</variable>
            </expression>
          </condition>
          <action>osddriverclient.exe /auto /bestmatch:%OSDAutoApplyDriverBestMatch% /unsigned:%OSDAllowUnsignedDriver%</action>
          <defaultVarList>
            <variable name="OSDAutoApplyDriverBestMatch" property="BestMatch">true</variable>
            <variable name="OSDAllowUnsignedDriver" property="UnsignedDriver">false</variable>
          </defaultVarList>
        </step>
      </group>
      <group name="Setup Operating System" description="Setup Operating System">
        <step type="SMS_TaskSequence_SetupWindowsAndSMSAction" name="Setup windows and ConfigMgr" description="Actions to setup windows and ConfigMgr client" runIn="WinPEandFullOS" successCodeList="0">
          <action>OSDSetupWindows.exe</action>
          <defaultVarList>
            <variable name="SMSClientInstallProperties" property="ClientInstallProperties">SMSCACHESIZE=8000</variable>
            <variable name="_SMSClientPackageID" property="ClientPackageID">WNB0004C</variable>
          </defaultVarList>
        </step>
        <group name="Restore User Files and Settings" description="Restore User Files and Settings" disable="true" continueOnError="true">
          <step type="SMS_TaskSequence_RequestStateStoreAction" name="Request User State Storage" description="" runIn="FullOS" successCodeList="0">
            <action>osdsmpclient.exe /restore</action>
            <defaultVarList>
              <variable name="OSDStateFallbackToNAA" property="FallbackToNAA">false</variable>
              <variable name="OSDStateRequestType" property="RequestType" hidden="true">restore</variable>
              <variable name="OSDStateSMPRetryCount" property="SMPRetryCount" hidden="true">3</variable>
              <variable name="OSDStateSMPRetryTime" property="SMPRetryTime" hidden="true">60</variable>
            </defaultVarList>
          </step>
          <step type="SMS_TaskSequence_RestoreUserStateAction" name="Restore User Files and Settings" description="" continueOnError="true" runIn="FullOS" successCodeList="0">
            <action>osdmigrateuserstate.exe /apply /continueOnError:%OSDMigrateContinueOnRestore%</action>
            <defaultVarList>
              <variable name="OSDMigrateContinueOnRestore" property="ContinueOnRestore">true</variable>
              <variable name="OSDMigrateEnableVerboseLogging" property="EnableVerboseLogging">false</variable>
              <variable name="OSDMigrateLocalAccounts" property="LocalAccounts">false</variable>
              <variable name="OSDMigrateMode" property="Mode">Simple</variable>
              <variable name="_OSDMigrateUsmtRestorePackageID" property="UsmtRestorePackageID">WNB00050</variable>
            </defaultVarList>
          </step>
          <step type="SMS_TaskSequence_ReleaseStateStoreAction" name="Release User State Storage" description="" runIn="FullOS" successCodeList="0">
            <action>osdsmpclient.exe /release</action>
            <defaultVarList />
          </step>
        </group>
      </group>
    </sequence>
  </SequenceData>
  <SourceDate>2010-01-28T16:27:50</SourceDate>
  <SupportedOperatingSystems />
  <IconSize>0</IconSize>
</SmsTaskSequencePackage>
