home *** CD-ROM | disk | FTP | other *** search
/ PC World 2004 March / PCWorld_2004-03_cd.bin / Hardware / VIAeth / winsetup.txt < prev   
Text File  |  2003-02-18  |  4KB  |  99 lines

  1. **
  2. **
  3. **  Windows Setup Program for Windows 95/95OSR2/98SE/ME/NT4/2000/XP
  4. **
  5. **  v2.15   Jan. 2003
  6. **
  7. **
  8.  
  9. Introduction:
  10. =============
  11.  
  12.   This document shows you how to use the Windows setup programs. These programs
  13. run under Windows 95/95OSR2/98SE/ME/NT4/2000/XP respectively. You may use
  14. these programs to install/update/remove network adapter driver.
  15.  
  16.  
  17. Structure of the directory:
  18. =============================
  19.  
  20.     WINSETUP.TXT                   This file.
  21.     winsetup.exe                   The integrated setup program for Windows 
  22.                                    95/98/ME/NT4/2000/XP.
  23.     winsetup/W9XSETUP.EXE          The setup program for Windows 95/98/ME.
  24.     winsetup/W2KSETUP.EXE          The setup program for Windows 2000/XP.
  25.     winsetup/NTSETUP.EXE           The setup program for Windows NT4.
  26.     winsetup/NTSETUP.INF           The information file for Windows NT4 setup.
  27.     winsetup/ntsim.sys             PCI bus Dectection for Windows NT/2000/XP.
  28.  
  29. Usage:
  30. ======
  31.  
  32.     The Windows setup program will search the information file automatically in 
  33. Windows 95/95OSR2/98SE/ME/2000/XP, ("OEMSETUP.INF" in Windows NT4), and then 
  34. automatically install/update driver according to the information file. The 
  35. information file search paths are current directory, upper directory and root 
  36. directory by order.
  37.  
  38. Command line usage
  39. ==================
  40.  
  41. Usage:
  42.  
  43. winsetup.exe [option]
  44.  
  45. option:
  46.         -?                      This help.
  47.         -i                      Install/update driver (could be omitted).
  48.         -r                      Remove device & inf file.
  49.         -f [INF file]           Specify INF filename.
  50.                                 (If no INF file is specified, the setup program 
  51.                                 will 
  52.                                 automatically search the correct inf file) 
  53.         -d [Source Dir]         Specify directory containing all driver files.
  54.                                 (If no source directory is specified, the setup 
  55.                                 program will automatically search the driver 
  56.                                 from current directory, 
  57.                                 upper directory and upper 2 layers directory)
  58.         -b                      Reboot without prompt user.
  59.         -w [Windows source CD]  Specify path of Windows source CD path. 
  60.                                 (For Windows 98SE later, and NT40 platform only)
  61.                                 (Notice! In NT40, please place "-w" as the last 
  62.                                 parameter).
  63.         -v                      Show version of this program.
  64.         -s                      Prevent to show processing dialog (For W9XSetup 
  65.                                 only).
  66.         -k                      Prevent "-r" option to delete inf file
  67.                                 automatically (this parameter depends on "-r",     
  68.                                 and can't be used alone).
  69.         -p                      Show progress bar while install/update driver,         
  70.                                 useless while combined with "-r" ption(For 
  71.                                 Windows 95/95OSR2/98SE/ME/2000/XP only)
  72.  
  73.  
  74. Examples:
  75.  
  76.     1.INSTALL or UPDATE
  77.  
  78.       If you placed all driver files on C:\FETWIN\ and Windows 9X sources CD on 
  79.       C:\WIN9X\ directory, you may use following instructions to install network 
  80.       adapter driver on Windows 9X platfoms and reboot without any prompts.
  81.  
  82.       A:\>winsetup -d C:\FETWIN\ -w C:\WIN9X\ -b
  83.  
  84.     2.REMOVE
  85.  
  86.       The following instruction try to remove all adapters under all Windows 
  87.       platforms.
  88.  
  89.       A:\>winsetup -r
  90.  
  91. Notice:
  92.  
  93.     1.Please close all running applactions during the driver installation 
  94.       processing, especially the network applet in control panel and properties 
  95.       of network.
  96.  
  97.     2.The program will not process long filename and directory, please convert
  98.       Windows long filenames to MSDOS filename.
  99.