home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2002 June / VPR0206A.BIN / dsetup.inf < prev    next >
Windows Setup INFormation  |  2001-10-30  |  1KB  |  41 lines

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