Leaked source code of windows server 2003
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.

47 lines
1.2 KiB

  1. ; -----------------------------------------------------------------
  2. ; This file shows how to install / configure the following components.
  3. ; - Client / Gateway Services For Netware
  4. ; - IPX protocol
  5. ;
  6. ; 1. Only some of the configurable parameters of the above components
  7. ; are listed here. For a full list, please refer to the document
  8. ; "Unattended Setup Parameters" available at http://ntcentral/ntbase.
  9. ; 2. This sample contains only the Networking related sections.
  10. ; If you want to use this file for unattended installs, you may want to
  11. ; add contents of the file baseaf.txt to this file.
  12. ;
  13. [Networking]
  14. ; -----------------------------------------------------------------
  15. ; Adapters
  16. ;
  17. [NetAdapters]
  18. A1=params.A1
  19. [params.A1]
  20. InfId=*
  21. ; -----------------------------------------------------------------
  22. ; Protocols
  23. ;
  24. [NetProtocols]
  25. MS_NWIPX=params.MS_NWIPX
  26. [params.MS_NWIPX]
  27. AdapterSections=params.MS_NWIPX.A1
  28. [params.MS_NWIPX.A1]
  29. SpecificTo=A1
  30. ; set frame type to Ethernet_802.3 for adapter A1
  31. PktType=1
  32. ; -----------------------------------------------------------------
  33. ; Clients
  34. ;
  35. [NetClients]
  36. MS_NWClient=params.MS_NWClient
  37. [params.MS_NWClient]
  38. PreferredServer=NWSERVER1
  39. LogonScript=No