home *** CD-ROM | disk | FTP | other *** search
/ Compilation of drivers fo…old hardware for windows / drivers20000.iso / e100b325.din < prev    next >
Encoding:
Text (UTF-16)  |  2006-03-31  |  5.0 KB  |  72 lines

  1. ;*******************************************************************************
  2. ;*                                                                            **
  3. ;*                     I N T E L   P R O P R I E T A R Y                      **
  4. ;*                                                                            **
  5. ;*   COPYRIGHT (c) 2000 BY INTEL CORPORATION. ALL RIGHTS RESERVED.  NO        **
  6. ;*   PART  OF  THIS  PROGRAM OR PUBLICATION MAY BE REPRODUCED, TRANSMITTED,   **
  7. ;*   TRANSCRIBED, STORED IN A RETRIEVAL  SYSTEM,  OR  TRANSLATED  INTO  ANY   **
  8. ;*   LANGUAGE OR COMPUTER LANGUAGE IN ANY FORM OR BY ANY MEANS, ELECTRONIC,   **
  9. ;*   MECHANICAL, MAGNETIC, OPTICAL, CHEMICAL, MANUAL, OR OTHERWISE, WITHOUT   **
  10. ;*   THE PRIOR WRITTEN PERMISSION OF :                                        **
  11. ;*                                                                            **
  12. ;*                             INTEL CORPORATION                              **
  13. ;*                                                                            **
  14. ;*                          2200 MISSION COLLEGE BLVD                         **
  15. ;*                                                                            **
  16. ;*                     SANTA CLARA, CALIFORNIA 95052-8119                     **
  17. ;*                                                                            **
  18. ;*******************************************************************************
  19. ;
  20. ;*******************************************************************************
  21. ; e100b325.din
  22. ; $Revision: 8 $
  23. ;
  24. ; Intel 82557-based PCI Ethernet Adapters
  25. ; PnP Un-install script for Windows XP
  26.  
  27. [Version]
  28. Signature   = "$Windows NT$"
  29. SetupClass  = BASE
  30. Provider    = %V_INTEL%
  31.  
  32. [Manufacturer]
  33. %V_INTEL%   = Intel
  34.  
  35. [ControlFlags]
  36.  
  37. [Intel]
  38.  
  39. [DestinationDirs]
  40. DefaultDestDir            = 11
  41. Uninstall.DelFiles        = 11
  42. 8255x.System.DelFiles      = 11
  43. ProsetWk5Dr.DelFiles      = 12
  44.  
  45. [8255x.Uninstall]
  46. DelFiles=8255x.System.DelFiles, ProsetWk5Dr.DelFiles, Uninstall.DelFiles
  47. DelReg=8255x.DelReg
  48.  
  49. [8255x.System.DelFiles]
  50. IntelNic.dll,,,1
  51. e100bmsg.dll,,,1
  52.  
  53. [ProsetWk5Dr.DelFiles]
  54. e100b325.sys,,,1
  55.  
  56. [Uninstall.DelFiles]
  57. Prounstl.exe,,,1
  58. e100b325.din,,,1
  59.  
  60. [8255x.DelReg]
  61. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\PROSet
  62. HKLM,Software\INTEL\Prounstl
  63. HKLM,Software\INTEL\NIC
  64.  
  65. ;----------------------------------------------------------------------------
  66. ; Localizable Strings
  67. [Strings]
  68. ; Vendors
  69. V_INTEL="Intel"
  70.  
  71.