home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / shared / msadc / mdac11.cab / MDAC11.INF next >
INI File  |  1998-06-21  |  3KB  |  132 lines

  1.  
  2. ; =================================================
  3. ; Microsoft REMOTE DATA SERVICE 1.5
  4. ; IExpress Install Script
  5. ; January 1998
  6. ; =================================================
  7.  
  8. [Version] 
  9. Signature=$CHICAGO$ 
  10. AdvancedINF=2.0 
  11.  
  12. [SourceDisksNames] 
  13. 1 = %ID1%,mdac11.cab, 0
  14.  
  15. ; =================================================
  16. ; ***INF Main***
  17. ; Install and Uninstall sections
  18. ;
  19. ; Batches - two for install, two for uninstall
  20. ;
  21. ; Names following the equals sign are section
  22. ; names which occur later in this file.
  23. ; =================================================
  24.  
  25. [DefaultInstall] 
  26. CopyFiles = OcCache, System
  27. DelFiles = DeleteOldFiles
  28. AddReg = AddRegSection
  29. RegisterOCXs = SelfRegister
  30.  
  31. ; =================================================
  32. ; List of all files which are included in the setup
  33. ; =================================================
  34.  
  35. [SourceDisksFiles] 
  36. MSADCB11.DLL=1
  37. MSADCC11.DLL=1
  38. MSADCE.DLL=1
  39. MSADCER.DLL=1
  40. MSADCO.DLL=1
  41. MSADCOR.DLL=1
  42. MSADER15.DLL=1
  43. MSADO15.DLL=1
  44. MSADOR15.DLL=1
  45. MSDADC.DLL=1
  46. MSDAPRST.DLL=1
  47. MSDAPS.DLL=1
  48. MSR2C.DLL=1
  49. MSR2CENU.DLL=1
  50. MSVCRT.DLL=1
  51. mdac11.inf=1
  52.  
  53.  
  54. ; =================================================
  55. ; ***File install Destination paths***
  56. ; Named subsections and file lists follow
  57. ; the destination directory specifications
  58. ; Destination 11 is the computer's System directory
  59. ; Destination 17 is the computer's INF directory
  60. ; =================================================
  61.  
  62. [DestinationDirs]
  63. OcCache = 25,occache
  64. System = 11
  65.  
  66. [OcCache]
  67. MSADCB11.DLL,,,32
  68. MSADCC11.DLL,,,32
  69. MSADCE.DLL,,,32
  70. MSADCER.DLL,,,32
  71. MSADCO.DLL,,,32
  72. MSDAPRST.DLL,,,32
  73. MSADCOR.DLL,,,32
  74. MSADER15.DLL,,,32
  75. MSADO15.DLL,,,32
  76. MSADOR15.DLL,,,32
  77. MSDADC.DLL,,,32
  78. MSDAPS.DLL,,,32
  79.  
  80. [System]
  81. MSR2C.DLL,,,32
  82. MSR2CENU.DLL,,,32
  83. MSVCRT.DLL,,,32
  84.  
  85. ; =================================================
  86. ; Register and unregister section for DLLs/OCXs
  87. ; =================================================
  88.  
  89. [DeleteOldFiles]
  90. %MSADCDIR%\msadc10.dll    ;remove previous version of msadco.dll
  91.  
  92. [SelfRegister]
  93. %25%\occache\MSADCB11.dll
  94. %25%\occache\MSADCC11.dll
  95. %25%\occache\MSADCE.DLL
  96. %25%\occache\MSADCO.DLL
  97. %25%\occache\MSDAPRST.DLL
  98. %25%\occache\MSADO15.DLL
  99. %25%\occache\MSADOR15.DLL
  100. %25%\occache\MSDADC.DLL
  101. %25%\occache\MSDAPS.DLL
  102. %11%\MSR2C.DLL
  103.  
  104.  
  105. ; =================================================
  106. ; Add registry entries for the cab
  107. ; =================================================
  108. [AddRegSection]
  109. HKLM,SOFTWARE\Classes\CLSID\"%ClassId%",,,"%ID1%"
  110. HKLM,SOFTWARE\Classes\CLSID\"%ClassId%"\InstalledVersion,,,%Version%
  111.  
  112. ; =================================================
  113. ; Values to String variables used above
  114. ; =================================================
  115.  
  116. [Strings] 
  117. ClassId = "{9381D8F2-0288-11d0-9501-00AA00B911A5}"
  118. Version = "1,1,2,0"
  119. Build = 1120
  120. ID1 = "Microsoft Remote Data Service"
  121. MSADC = "MSADC"
  122. MSADCDIR = "Program files\Common files\System\MSADC\"
  123. MDACNAME = "Microsoft Remote Data Service"
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.