home *** CD-ROM | disk | FTP | other *** search
/ CLIX - Fazer Clix Custa Nix / CLIX-CD.cdr / pc / iedata.inf < prev    next >
INI File  |  1999-03-18  |  2KB  |  72 lines

  1.  
  2. [Version]
  3. Signature="$Chicago$" 
  4. AdvancedINF=2.5
  5.  
  6. [DefaultInstall]
  7. RequiredEngine=Setupapi,%BadSetupVer%
  8. CustomDestination=MyCustomDestinationDirs
  9. DelFiles=RemoveOldINF,DelFileBackup
  10. CopyFiles=DllInSystem
  11. DelReg=OldUnInstallRegKey,DelRegBackup
  12. AddReg=RewriteOldUnInstall
  13. RegisterOCXs=RegisterMSComponents
  14.  
  15. [MyCustomDestinationDirs]
  16. 49010=MSIExploreLDIDSection,5
  17.  
  18. [MSIExploreLDIDSection]
  19. HKLM,"Software\Microsoft\Windows\CurrentVersion\App Paths\IEXPLORE.EXE","Path",,"%24%\%LProgramF%\%LMSIE4%"
  20.  
  21. [DestinationDirs]
  22. DllInSystem    =11
  23. RemoveOldINF   =17
  24. DelFileBackup  =49010,%UninstallData%
  25.  
  26. [SourceDisksNames]
  27. 55="%DisplayDesc%",,1
  28.  
  29. [SourceDisksFiles]
  30. ATL.DLL=55
  31. TDC.OCX=55
  32. MSR2CENU.DLL=55
  33. MSR2C.DLL=55
  34.  
  35. [RemoveOldINF]
  36. IE4DATA.INF
  37. IE4DATAX.INF
  38. IEDATA.INF
  39.  
  40. [DllInSystem]
  41. TDC.OCX,,,32
  42. MSR2C.DLL,,,32
  43. MSR2CENU.DLL,,,32
  44.  
  45. [RegisterMSComponents]
  46. %11%\tdc.ocx
  47. %11%\MSR2C.DLL
  48.  
  49. [DelFileBackup]
  50. iedata.dat
  51. iedata.ini
  52.  
  53. [DelRegBackup]
  54. HKLM,"SOFTWARE\Microsoft\Advanced INF Setup\IEDATA"
  55.  
  56. [OldUnInstallRegKey]
  57. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IEDataX
  58. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE4DataX
  59. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE4Data
  60. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IEData
  61.  
  62. [RewriteOldUnInstall]
  63. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IEData
  64. HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\IE4Data
  65.  
  66. [Strings]
  67. BadSetupVer   = "Your system is missing the required Setup engine."
  68. LMSIE4        = "Internet Explorer"
  69. LProgramF     = "Program Files"
  70. UninstallData = "Uninstall Information"
  71. DisplayDesc   = "Dynamic HTML Data Binding"
  72.