Indicates whether the Select a task sequence to execute on this computer wizard page is skipped.
For other properties that must be configured when this property is set to YES, see Providing Properties for Skipped Deployment Wizard Pages.
Note Specify the SkipBuild property when using the Deployment Workbench to configure the Deployment Wizard to skip the Select a task sequence to execute on this computer wizard page.
Caution This property value must be specified in uppercase letters so that the deployment scripts can properly read it.
Property configured by |
|
|
Property applies to |
|
BootStrap.ini |
|
|
LTI |
˜ |
CustomSettings.ini |
˜ |
|
|
|
MDT DB |
|
|
ZTI |
|
Value |
Description |
YES |
The wizard page is not displayed, and the information on that page is not collected. |
NO |
The wizard page is displayed, and the information on that page is collected. This is the default value. |
Example |
[Settings] Priority=Default
[Default] SkipWizard=NO SkipCapture=NO SkipApplications=NO SkipBDDWelcome=YES SkipTaskSequence=NO SkipComputerBackup=NO SkipComputerName=NO SkipDomainMembership=NO SkipFinalSummary=NO SkipSummary=NO SkipUserData=NO SkipPackageDisplay=NO SkipLocaleSelection=NO |
Related Topics