home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1996 February / VPR9602A.ISO / i386 / xports.in_ / xports.inf
INI File  |  1994-08-12  |  746b  |  21 lines

  1. ;
  2. ; This file allows a Network Administrator to customize over the network
  3. ; installations (installations using winnt.ext).  This file can be modified
  4. ; on the network share containing the installation files.
  5. ;
  6. ; To install a transport by default, remove the ';' from the beginning of
  7. ; the line and set the value to the right of the '='
  8. ; to 1.  To not install a transport by default, set the value to 0.
  9. ; To suppress the dialog asking the user for confirmation or changes to
  10. ; the default transport, remove the ';' from the beginning of the
  11. ; !PromptForTransports line and set the value to 0.
  12. ;
  13. [DefaultTransports]
  14.  
  15. Set !InstallNWLink = 0
  16. Set !InstallNetBEUI = 0
  17. Set !InstallTCPIP = 1
  18. ;Set !PromptForTransports = 1
  19.  
  20. return
  21.