home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 November / CDVD1105.ISO / Util / Drivere / Nforceaudio / nvmpu.nvu < prev    next >
Text File  |  2004-09-24  |  659b  |  21 lines

  1. ; Remove any NVIDIA device driver if present
  2. RemoveDevice ACPI,*PNPB006,Media
  3.  
  4. ; Now try to delete files used by System Management Bus driver
  5. DelOemInfs nv*,Manufacturer,%MfgName%,NVIDIA,SourceDisksFiles,nvmpu.nvu,1
  6.  
  7. DelBoot {sysdir}\nvmpu9x.inf
  8.  
  9. ; also delete its uninstaller binary
  10. DelBoot {sysdir}\nvumpu.exe
  11. DelBoot {sysdir}\nvcoam.dll
  12.  
  13. DelBoot {sysdir}\nvmpu401.sys
  14. DelBoot {sysdir}\drivers\nvmpu401.sys
  15. DelBoot {windir}\system32\nvmpu401.sys
  16. DelBoot {windir}\system32\drivers\nvmpu401.sys
  17. DelBoot {windir}\APPLOG\NVUMPU.LGD
  18. DelBoot {windir}\APPLOG\NVUMPU.LGC
  19. DelBoot {windir}\APPLOG\NVUNINST.LGD
  20. DelBoot {windir}\APPLOG\NVUNINST.LGC
  21.