home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 July & August / Pcwk78a98.iso / Micrsoft / VJ / SHARED / MSADC / MDAC20.CAB / MDAC20C.INF next >
Windows Setup INFormation  |  1998-01-30  |  3KB  |  115 lines

  1. ; =================================================
  2. ; Microsoft REMOTE DATA SERVICE 2.0
  3. ; IExpress Install Script
  4. ; January 1998
  5. ; =================================================
  6.  
  7. [Version] 
  8. Signature=$CHICAGO$ 
  9. AdvancedINF=2.0 
  10.  
  11. [SourceDisksNames] 
  12. 1 = %ID1%,mdac20.cab, 1
  13.  
  14. ; =================================================
  15. ; ***INF Main***
  16. ; Install and Uninstall sections
  17. ;
  18. ; Batches - two for install, two for uninstall
  19. ;
  20. ; Names following the equals sign are section
  21. ; names which occur later in this file.
  22. ; =================================================
  23.  
  24. [DefaultInstall] 
  25. CopyFiles = RDS,ADO,OLEDB
  26. RegisterOCXs = SelfRegister
  27.  
  28.  
  29. ; =================================================
  30. ; List of all files which are included in the setup
  31. ; =================================================
  32.  
  33. [SourceDisksFiles] 
  34. MSADCE.DLL=1
  35. MSADCER.DLL=1
  36. MSADCO.DLL=1
  37. MSADCOR.DLL=1
  38. MSADER15.DLL=1
  39. MSADOR15.DLL=1
  40. MSDADC.DLL=1
  41. MSDAPRST.DLL=1
  42. MSDAPS.DLL=1
  43. MSVCRT.DLL=1
  44.  
  45. ; =================================================
  46. ; ***File install Destination paths***
  47. ; Named subsections and file lists follow
  48. ; the destination directory specifications
  49. ; Destination 11 is the computer's System directory
  50. ; Destination 17 is the computer's INF directory
  51. ; Destination 24 is the root of drive containing Windows directory
  52. ; =================================================
  53.  
  54. [DestinationDirs]
  55. OcCache = 25,occache
  56. SYSTEM = 11
  57.  
  58. [OcCache]
  59. MSADCE.DLL,,,32
  60. MSADCER.DLL,,,32
  61. MSADCO.DLL,,,32
  62. MSADCOR.DLL,,,32
  63. MSDAPRST.DLL,,,32
  64. MSADER15.DLL,,,32
  65. MSADOR15.DLL,,,32
  66. MSDADC.DLL,,,32
  67. MSDAPS.DLL,,,32
  68.  
  69. [SYSTEM]
  70. MSVCRT.DLL,,,32
  71.  
  72. ; =================================================
  73. ; Register and unregister section for DLLs/OCXs
  74. ; =================================================
  75.  
  76. [SelfRegister]
  77. %25%\occache\MSADCE.DLL
  78. %25%\occache\MSADCO.DLL
  79. %25%\occache\MSDAPRST.DLL
  80. %25%\occache\MSADOR15.DLL
  81. %25%\occache\MSDADC.DLL
  82. %25%\occache\MSDAPS.DLL
  83.  
  84.  
  85. ; =================================================
  86. ; Add registry entries for the cab
  87. ; =================================================
  88. [AddRegSection]
  89. HKLM,SOFTWARE\Classes\CLSID\"%ClassId%",,,"%ID1%"
  90. HKLM,SOFTWARE\Classes\CLSID\"%ClassId%"\InstalledVersion,,,%Version%
  91.  
  92. ; =================================================
  93. ; Values to String variables used above
  94. ; =================================================
  95.  
  96. [Strings] 
  97. ClassId = "{BD96C556-65A3-11D0-983A-00C04FC29E33}"
  98. Version = "2,0,0,0"
  99. Build = 2000
  100. ID1 = "RDS.DataControl"
  101. MSADC = "MSADC"
  102. MDACDIR = "Program files\Common files\System\"
  103. MSADCDIR = "Program files\Common files\System\MSADC\"
  104. MSADODIR = "Program files\Common files\System\ADO\"
  105. MSOLEDBDIR = "Program files\Common files\System\OLE DB\"
  106. MDACNAME = "Microsoft Remote Data Service"
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.