home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 5.1 / 1999-10_Disc_5.1.bin / DIRECTX / DSETUP.INF < prev    next >
Windows Setup INFormation  |  1998-07-29  |  1KB  |  37 lines

  1. [version]
  2. signature="$CHICAGO$"
  3.  
  4. [DefaultInstall]
  5. AddReg=add.reg
  6. DelReg=remove.reg
  7.  
  8. [add.reg]
  9. HKLM,"Software\Microsoft\Windows\CurrentVersion\Setup\Migration\450","Dx6Migration",0,"%11%\dxmigr.dll,DxMigration,dx6"
  10.  
  11. [remove.reg]
  12. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Run","MGA Diagnostic"
  13. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Run","cwcdschk.exe"
  14. ;remove dx < 6 files
  15. HKLM,"%KEY_CHKVER%" ,d3dhalf.dll
  16. HKLM,"%KEY_CHKVER%" ,d3drampf.dll
  17. HKLM,"%KEY_CHKVER%" ,d3drg16f.dll
  18. HKLM,"%KEY_CHKVER%" ,d3drg24f.dll
  19. HKLM,"%KEY_CHKVER%" ,d3drg24x.dll
  20. HKLM,"%KEY_CHKVER%" ,d3drg32f.dll
  21. HKLM,"%KEY_CHKVER%" ,d3drg32x.dll
  22. HKLM,"%KEY_CHKVER%" ,d3drg55x.dll
  23. HKLM,"%KEY_CHKVER%" ,d3drg56x.dll
  24. HKLM,"%KEY_CHKVER%" ,d3drg8f.dll
  25. HKLM,"%KEY_CHKVER%" ,d3drg8x.dll
  26. HKLM,"%KEY_CHKVER%" ,d3drgbf.dll
  27. HKLM,"%KEY_CHKVER%" ,d3drgbxf.dll
  28. HKLM,"%KEY_CHKVER%" ,d3drm16f.dll
  29. HKLM,"%KEY_CHKVER%" ,d3drm24f.dll
  30. HKLM,"%KEY_CHKVER%" ,d3drm32f.dll
  31. HKLM,"%KEY_CHKVER%" ,d3drm8f.dll
  32.  
  33.  
  34. [Strings]
  35. ; following strings are not localizable
  36. KEY_CHKVER = "System\CurrentControlSet\control\SessionManager\CheckVerDLLs"
  37.