Indicates whether the target computer is authorized to have the target operating system installed. If the OSInstall property is not listed, the default is to allow deployment of operating systems to any target computer.
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 |
Deployment of an operating system to the target computer is authorized. This is the default value. |
NO |
Deployment of an operating system to the target computer is not authorized. |
Example |
[Settings] Priority=Default
[Default] OSInstall=YES |
Related Topics