WINDOWS 1002000 PROFESSIONAL RESOURCE KIT [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

WINDOWS 1002000 PROFESSIONAL RESOURCE KIT [Electronic resources] - نسخه متنی

Chris Aschauer

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید







Answer File Format


An answer file consists of section headers, keys, and the values for each key. Most of the section headers are predefined, but some can be user defined. You do not need to specify all the possible keys in an answer file; your installation does not require them. Invalid key values generate errors or can cause incorrect behavior after Setup has completed. The file format is as follows.

Section headers are enclosed with brackets on both ends. The following is an example:


[section_name]

Sections contain keys and the corresponding values for those keys. The following is an example:


key = "value"

Some sections have no keys and merely contain a list of values. The following is an example:


[OEMBootFiles]
Txtsetup.oem

NOTE


Keys are typically indented four spaces to enhance the readability of the file. Indentation, however, is not required.

Comment lines start with a semicolon and typically precede the key they reference.


; This is an example of a comment line.

/ 335