Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

93 lines
3.4 KiB

  1. ;
  2. ; This file allows a Network Administrator(NA) to customize over the network
  3. ; installations. This file can be modified on the network share containing
  4. ; the installation files.
  5. ;
  6. ;
  7. ; [DefaultProtocols]
  8. ; This sections allows the NA to modify which protocols are listed and
  9. ; selected in the Network Wizard Protocols Page. The keys defined in this
  10. ; section are the option name of the protocol to install. See the
  11. ; Protocol INFs (OemNxp*.inf) for the additional option names.
  12. ; The install flags define when the option should be checked. If the
  13. ; option is listed, but has no value, then the item will listed but it
  14. ; will not be checked on any install.
  15. ;
  16. ; Option Names -
  17. ; NBF - NetBEUI
  18. ; NWLNKIPX - NWLink IPX
  19. ; TC - TCP/IP
  20. ;
  21. ; Install flags
  22. ; LAPTOP - if the user selects laptop install
  23. ; PDC - if this is a PDC install
  24. ; SDC - if this is a SDC (secondary domain controller) or BDC install
  25. ; SERVER - if this is a Stand-Alone Server install (not PDC or SDC)
  26. ; WORKSTATION - if this is a Workstation install
  27. ; <empty> - list it, but do not check it for install
  28. ;
  29. ; The list defaults to:
  30. ; NBF = LAPTOP, SERVER, PDC, SDC
  31. ; NWLNKIPX = WORKSTATION, SERVER, PDC, SDC
  32. ; TC =
  33. ;
  34. ;
  35. [DefaultProtocols]
  36. ; <protocol option> = <install flags>
  37. NBF =
  38. NWLNKIPX = SERVER, PDC, SDC
  39. TC = WORKSTATION, SERVER, PDC, SDC
  40. [UpgradeNetComponents]
  41. ; This section allows the NA or OEM to specify what network
  42. ; components should be upgraded.
  43. ;
  44. ; <Option> = <Manufacturer names>
  45. ; Include = Microsoft, DigiBoard
  46. ; IncludeAll =
  47. ;
  48. ; <Option> -
  49. ; Include - Upgrade Manufacturer names of network components
  50. ; that appear in the Software\<Manufacturer>
  51. ; part of the registry
  52. ; IncludeAll - If this option appears in this section,
  53. ; upgrade any network component that appear in the
  54. ; Software\<any> part of the registry
  55. ;
  56. ; <Manufacturer names> -
  57. ; Case insensitive name that is used in the registry under the
  58. ; software key.
  59. ;
  60. ; Note however: The only inf files that will be run during
  61. ; upgrade are the ones which have a GetSignature section that
  62. ; returns MICROSOFT_FILE (indicative of the inf and the
  63. ; software the inf installs being shipped with Windows NT 4.0).
  64. ;
  65. ; If this file is not found or some error occurs reading this
  66. ; file, Windows NT upgrade will still upgrade network components
  67. ; registered in the Software\Microsoft or Software\Digiboard
  68. ; part of the registry
  69. ;
  70. ; The default settings are:
  71. ; IncludeAll =
  72. IncludeAll =
  73. [UpgradeWarning]
  74. ; This section allows the NA or OEM to specify whether messages
  75. ; should be displayed during network upgrade.
  76. ; <Option> =
  77. ; RequireWarning =
  78. ;
  79. ; <Option> -
  80. ; RequireWarning - Warning or information messages will
  81. ; be put up about installed network
  82. ; components during network upgrade. If
  83. ; this option is not present, no messages
  84. ; will be displayed. NOTE: On unattended
  85. ; upgrades, no messages will be displayed. This
  86. ; section is ignored
  87. ; The default settings are:
  88. ; RequireWarning =
  89. RequireWarning =