Guest User

DeployWiz_Definition_ENU.xml

a guest
Jun 29th, 2018
388
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 7.83 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <!--
  3.  
  4. ' // ***************************************************************************
  5. ' //
  6. ' // Copyright (c) Microsoft Corporation.  All rights reserved.
  7. ' //
  8. ' // Microsoft Deployment Toolkit Solution Accelerator
  9. ' //
  10. ' // File:      DeployWiz_Definition_ENU.wsf
  11. ' //
  12. ' // Version:   6.3.8450.1000
  13. ' //
  14. ' // Purpose:   Main Client Deployment Wizard Defintion File
  15. ' //
  16. ' // ***************************************************************************
  17.  
  18. -->
  19.  
  20. <Wizard>
  21.     <Global>
  22.  
  23.         <CustomStatement><![CDATA[ document.title =  "Windows Deployment Wizard" ]]> </CustomStatement>
  24.  
  25.         <Initialization>DeployWiz_Initialization.vbs</Initialization>
  26.         <Validation>DeployWiz_Validation.vbs</Validation>
  27.  
  28.     </Global>
  29.  
  30.     <!-- ************************************************************** -->
  31.     <!-- ************************************************************** -->
  32.  
  33.     <Pane id="SelectTaskSequence" reference="DeployWiz_SelectTS.xml">
  34.         <Condition><![CDATA[UCASE(Property("SkipTaskSequence"))<>"YES" ]]></Condition>
  35.     </Pane>
  36.  
  37.  
  38.     <Pane id="ComputerName" reference="DeployWiz_ComputerName.xml">
  39.         <Condition><![CDATA[UCase(Property("SkipDomainMembership"))<>"YES" or UCase(Property("SkipComputerName"))<>"YES"]]></Condition>
  40.         <Condition><![CDATA[Property("DeploymentType")<>"REPLACE" and Property("DeploymentType")<>"CUSTOM" and Property("DeploymentType") <> "StateRestore" and Property("DeploymentType")<> "UPGRADE" ]]></Condition>
  41.     </Pane>
  42.  
  43.  
  44.     <Pane id="UserData" reference="DeployWiz_UserData.xml">
  45.         <Condition><![CDATA[ (Property("DeploymentType") = "REFRESH" or Property("DeploymentType") = "REPLACE") and UCase(Property("SkipUserData"))<>"YES" and Property("DeploymentType") <> "StateRestore"]]></Condition>
  46.         <Condition><![CDATA[ Instr(1, oEnvironment.Item("ImageFlags"), "SERVER", 1) = 0  ]]></Condition>
  47.         <Condition><![CDATA[ ucase(oEnvironment.Item("IsServerOS")) <> "TRUE" ]]></Condition>
  48.         <Condition><![CDATA[ FindTaskSequenceStep("//step[@name='Capture User State']", "ZTIUserState.wsf" ) ]]></Condition>
  49.     </Pane>
  50.  
  51.  
  52.     <Pane id="OfflineUserData" reference="DeployWiz_OfflineData.xml">
  53.         <Condition><![CDATA[ UCase(Property("SkipUserData"))<>"YES" and Property("DeploymentType") = "NEWCOMPUTER" ]]></Condition>
  54.         <Condition><![CDATA[ Instr(1, oEnvironment.Item("ImageFlags"), "SERVER", 1) = 0  ]]></Condition>
  55.         <Condition><![CDATA[ ucase(oEnvironment.Item("IsServerOS")) <> "TRUE" ]]></Condition>
  56.         <Condition><![CDATA[ FindTaskSequenceStep("//step[@name='Offline User State Capture']", "ZTIUserState.wsf" ) ]]></Condition>
  57.     </Pane>
  58.  
  59.  
  60.     <Pane id="UserDataRestore" reference="DeployWiz_UserDataRestore.xml">
  61.         <Condition><![CDATA[ Property("USMTOfflineMigration") <> "TRUE" ]]></Condition>
  62.         <Condition><![CDATA[ UCase(Property("SkipUserData"))<>"YES" and (Property("DeploymentType")="NEWCOMPUTER" or Property("DeploymentType") = "StateRestore") and Property("DeploymentType")<>"CUSTOM" and Property("DeploymentType")<> "UPGRADE" ]]></Condition>
  63.         <Condition><![CDATA[ Instr(1, oEnvironment.Item("ImageFlags"), "SERVER", 1) = 0  ]]></Condition>
  64.         <Condition><![CDATA[ ucase(oEnvironment.Item("IsServerOS")) <> "TRUE" ]]></Condition>
  65.         <Condition><![CDATA[ FindTaskSequenceStep("//step[@name='Restore User State']", "ZTIUserState.wsf" ) ]]></Condition>
  66.     </Pane>
  67.  
  68.  
  69.     <Pane id="ComputerBackup" reference="DeployWiz_ComputerBackup.xml">
  70.         <Condition><![CDATA[ Property("DeploymentType") <> "NEWCOMPUTER" and Property("DeploymentType") <> "CUSTOM" and Property("DeploymentType") <> "STATERESTORE" and (Property("DeploymentType") = "REFRESH" and Property("DeploymentType")<> "UPGRADE" or Property("DeploymentType") = "REPLACE") and UCase(Property("SkipComputerBackup"))<>"YES"]]></Condition>
  71.     </Pane>
  72.  
  73.  
  74.     <Pane id="ProductKey" reference="DeployWiz_ProductKeyVista.xml">
  75.         <Condition><![CDATA[ UCASE(Property("SkipProductKey"))<>"YES" and Property("DeploymentType")<>"REPLACE" and Property("DeploymentType")<>"CUSTOM" and Property("DeploymentType")<>"StateRestore" ]]></Condition>
  76.     </Pane>
  77.  
  78.  
  79.     <Pane id="SelectLanguagePack" reference="DeployWiz_LanguagePack.xml">
  80.         <Condition><![CDATA[ ucase(Property("SkipPackageDisplay")) <> "YES" and Property("DeploymentType")<>"REPLACE" and Property("DeploymentType")<>"CUSTOM" ]]> </Condition>
  81.         <Condition><![CDATA[ FindTaskSequenceStep("//step[@type='BDD_InstallUpdatesOffline' and @name='Apply Patches']", "ZTIPatches.wsf" )  ]]> </Condition>
  82.         <Condition><![CDATA[ CanDisplayPackageDialogBox  ]]> </Condition>
  83.     </Pane>
  84.  
  85.  
  86.     <Pane id="SelectLanguageUI" reference="DeployWiz_LanguageUI.xml">
  87.         <Condition><![CDATA[ UCase(Property("SkipLocaleSelection")) <> "YES" or UCase(Property("SkipTimeZone"))<>"YES" ]]> </Condition>
  88.         <Condition><![CDATA[ Property("DeploymentType")<>"REPLACE" and Property("DeploymentType")<>"CUSTOM" and Property("DeploymentType") <> "StateRestore" and Property("DeploymentType")<> "UPGRADE" ]]> </Condition>
  89.     </Pane>
  90.  
  91.  
  92.     <Pane id="SelectRoles" reference="DeployWiz_Roles.xml">
  93.         <Condition><![CDATA[ ucase(Property("SkipRoles")) <> "YES" ]]> </Condition>
  94.         <Condition><![CDATA[ FindTaskSequenceStep("//step[@type='BDD_InstallRoles']", "ZTIOSRole.wsf" )  ]]> </Condition>
  95.         <Condition><![CDATA[ Property("ImageBuild") <> "" or Property("OSVersion") <> "WinPE" ]]> </Condition>
  96.     </Pane>
  97.  
  98.  
  99.     <Pane id="ApplicationSelection" reference="DeployWiz_Applications.xml">
  100.         <Condition><![CDATA[ UCase(Property("DeploymentType"))<>"REPLACE" ]]></Condition>
  101.         <Condition><![CDATA[ UCase(Property("SkipApplications"))<>"YES" ]]></Condition>
  102.         <Condition><![CDATA[ IsThereAtLeastOneApplicationPresent ]]></Condition>
  103.     </Pane>
  104.  
  105.  
  106.     <Pane id="AdministratorPassword" reference="DeployWiz_AdminPassword.xml">
  107.         <Condition><![CDATA[ UCase(Property("SkipAdminPassword"))<>"YES" and UCase(Property("DeploymentType"))<>"REPLACE" and UCase(Property("TaskSequenceTemplate")) <> "LTIOEM.XML"]]></Condition>
  108.     </Pane>
  109.  
  110.    
  111.     <Pane id="AdministratorAccounts" reference="DeployWiz_AdminAccounts.xml">
  112.         <Condition><![CDATA[ UCase(Property("SkipAdminAccounts")) = "NO" and UCase(Property("DeploymentType"))<>"REPLACE" and Property("DeploymentType")<>"CUSTOM" and Property("JoinDomain") <> "" ]]></Condition>
  113.     </Pane>
  114.  
  115.  
  116.     <Pane id="CaptureImage" reference="DeployWiz_CaptureImage.xml">
  117.         <Condition><![CDATA[ Ucase(Property("SkipCapture"))<>"YES" and Property("DeploymentType") <> "REFRESH" and Property("JoinDomain") = "" and Property("DeploymentType") <> "REPLACE"]]></Condition>
  118.         <Condition><![CDATA[ FindTaskSequenceStep("//step[@name='Create WIM']", "ZTIBackup.wsf" ) ]]></Condition>
  119.     </Pane>
  120.  
  121.  
  122.     <Pane id="BitLocker" reference="DeployWiz_BitLocker.xml">
  123.         <Condition><![CDATA[ UCase(Property("IsBDE")) <> "TRUE" or Property("DeploymentType") <> "REFRESH" and Property("DeploymentType")<> "UPGRADE"]]></Condition>
  124.         <Condition><![CDATA[ Property("DeploymentType")<>"REPLACE" and Property("DeploymentType")<>"CUSTOM" and UCase(Property("SkipBitLocker")) <> "YES" and UCase(Property("DoCapture")) <> "YES" and UCase(Property("DoCapture")) <> "PREPARE"  and oUtility.IsHighEndSKUEx( oEnvironment.Item("ImageFlags") )]]></Condition>
  125.     </Pane>
  126.  
  127.  
  128.     <Pane id="Credentials" reference="DeployWiz_Credentials.xml">
  129.         <Condition><![CDATA[ ((UserID_isDirty = TRUE or Property("UserID")="") or (Property("UserPassword")="") or (Property("UserDomain") = Property("OSDComputerName"))) and Property("DeploymentMethod") <> "MEDIA"]]></Condition>
  130.     </Pane>
  131.  
  132.     <Pane id="DeployWiz_ChannelSelection" reference="DeployWiz_ChannelSelection.xml">
  133.         <!-- If you have multiple task sequences and only want this pane to show up, enter the TaskSequenceID below and also uncomment the line below. -->
  134.         <!-- <Condition><![CDATA[ (Property("TaskSequenceID") = "YOUR_TS_ID")]]></Condition> -->
  135.     </Pane>
  136.  
  137.     <Pane id="Ready" reference="DeployWiz_Ready.xml">
  138.         <Condition><![CDATA[ UCase(Property("SkipSummary")) <> "YES"]]></Condition>
  139.     </Pane>
  140.  
  141. </Wizard>
Advertisement
Add Comment
Please, Sign In to add comment