The manufacturer of the target computer. The format for Make is undefined. Use this property to create a subsection that contains settings targeted to a specific computer manufacturer (most commonly in conjunction with the Model and Product properties).
Note This property is dynamically set by MDT scripts and cannot have its value set in CustomSettings.ini or the MDT DB. Treat this property as read only. However, you can use this property within CustomSettings.ini or the MDT DB, as shown in the following examples, to aid in defining the configuration of the target computer.
Property configured by |
|
|
Property applies to |
|
BootStrap.ini |
|
|
LTI |
˜ |
CustomSettings.ini |
|
|
|
|
MDT DB |
|
|
ZTI |
˜ |
Value |
Description |
make |
The manufacturer of the target computer |
Example |
[Settings] Priority=Make, Default
[Default]
[Dell Computer Corporation] Subsection=Dell-%Model%
[Dell-Latitude D600] Packages001=XXX00009:Program9 Packages002=XXX0000A:Program10 |
Related Topics