home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / shared / msadc / mdac20_a.cab / MDAC20C.INF next >
INI File  |  1998-06-21  |  3KB  |  116 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, 0
  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 = SYSTEM, OcCache
  26. RegisterOCXs = SelfRegister
  27. AddReg = AddRegSection
  28.  
  29.  
  30. ; =================================================
  31. ; List of all files which are included in the setup
  32. ; =================================================
  33.  
  34. [SourceDisksFiles] 
  35. MSADCE.DLL=1
  36. MSADCER.DLL=1
  37. MSADCO.DLL=1
  38. MSADCOR.DLL=1
  39. MSADER15.DLL=1
  40. MSADOR15.DLL=1
  41. MSDADC.DLL=1
  42. MSDAPRST.DLL=1
  43. MSDAPS.DLL=1
  44. MSVCRT.DLL=1
  45.  
  46. ; =================================================
  47. ; ***File install Destination paths***
  48. ; Named subsections and file lists follow
  49. ; the destination directory specifications
  50. ; Destination 11 is the computer's System directory
  51. ; Destination 17 is the computer's INF directory
  52. ; Destination 24 is the root of drive containing Windows directory
  53. ; =================================================
  54.  
  55. [DestinationDirs]
  56. OcCache = 25,occache
  57. SYSTEM = 11
  58.  
  59. [OcCache]
  60. MSADCE.DLL,,,32
  61. MSADCER.DLL,,,32
  62. MSADCO.DLL,,,32
  63. MSADCOR.DLL,,,32
  64. MSDAPRST.DLL,,,32
  65. MSADER15.DLL,,,32
  66. MSADOR15.DLL,,,32
  67. MSDADC.DLL,,,32
  68. MSDAPS.DLL,,,32
  69.  
  70. [SYSTEM]
  71. MSVCRT.DLL,,,32
  72.  
  73. ; =================================================
  74. ; Register and unregister section for DLLs/OCXs
  75. ; =================================================
  76.  
  77. [SelfRegister]
  78. %25%\occache\MSADCE.DLL
  79. %25%\occache\MSADCO.DLL
  80. %25%\occache\MSDAPRST.DLL
  81. %25%\occache\MSADOR15.DLL
  82. %25%\occache\MSDADC.DLL
  83. %25%\occache\MSDAPS.DLL
  84.  
  85.  
  86. ; =================================================
  87. ; Add registry entries for the cab
  88. ; =================================================
  89. [AddRegSection]
  90. HKLM,SOFTWARE\Classes\CLSID\"%ClassId%",,,"%ID1%"
  91. HKLM,SOFTWARE\Classes\CLSID\"%ClassId%"\InstalledVersion,,,%Version%
  92.  
  93. ; =================================================
  94. ; Values to String variables used above
  95. ; =================================================
  96.  
  97. [Strings] 
  98. ClassId = "{BD96C556-65A3-11D0-983A-00C04FC29E33}"
  99. Version = "2,0,0,0"
  100. Build = 2000
  101. ID1 = "RDS.DataControl"
  102. MSADC = "MSADC"
  103. MDACDIR = "Program files\Common files\System\"
  104. MSADCDIR = "Program files\Common files\System\MSADC\"
  105. MSADODIR = "Program files\Common files\System\ADO\"
  106. MSOLEDBDIR = "Program files\Common files\System\OLE DB\"
  107. MDACNAME = "Microsoft Remote Data Service"
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.