home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 July & August / Pcwk78a98.iso / Micrsoft / VJ / SHARED / MSADC / MDAC11.CAB / MDAC11.INF next >
Windows Setup INFormation  |  1998-01-30  |  3KB  |  129 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, 1
  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. AddReg = AddRegSection
  27. CopyFiles = OcCache, System
  28. DelFiles = DeleteOldFiles
  29. RegisterOCXs = SelfRegister
  30.  
  31.  
  32. ; =================================================
  33. ; List of all files which are included in the setup
  34. ; =================================================
  35.  
  36. [SourceDisksFiles] 
  37. MSADCB11.DLL=1
  38. MSADCC11.DLL=1
  39. MSADCE.DLL=1
  40. MSADCER.DLL=1
  41. MSADCO.DLL=1
  42. MSADCOR.DLL=1
  43. MSADER15.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.  
  52.  
  53. ; =================================================
  54. ; ***File install Destination paths***
  55. ; Named subsections and file lists follow
  56. ; the destination directory specifications
  57. ; Destination 11 is the computer's System directory
  58. ; Destination 17 is the computer's INF directory
  59. ; =================================================
  60.  
  61. [DestinationDirs]
  62. OcCache = 25,occache
  63. System = 11
  64.  
  65. [OcCache]
  66. MSADCB11.DLL,,,32
  67. MSADCC11.DLL,,,32
  68. MSADCE.DLL,,,32
  69. MSADCER.DLL,,,32
  70. MSADCO.DLL,,,32
  71. MSDAPRST.DLL,,,32
  72. MSADCOR.DLL,,,32
  73. MSADER15.DLL,,,32
  74. MSADOR15.DLL,,,32
  75. MSDADC.DLL,,,32
  76. MSDAPS.DLL,,,32
  77.  
  78. [System]
  79. MSR2C.DLL,,,32
  80. MSR2CENU.DLL,,,32
  81. MSVCRT.DLL,,,32
  82.  
  83. ; =================================================
  84. ; Register and unregister section for DLLs/OCXs
  85. ; =================================================
  86.  
  87. [DeleteOldFiles]
  88. %MSADCDIR%\msadc10.dll    ;remove previous version of msadco.dll
  89.  
  90. [SelfRegister]
  91. %25%\occache\MSADCB11.dll
  92. %25%\occache\MSADCC11.dll
  93. %25%\occache\MSADCE.DLL
  94. %25%\occache\MSADCO.DLL
  95. %25%\occache\MSDAPRST.DLL
  96. %25%\occache\MSADOR15.DLL
  97. %25%\occache\MSDADC.DLL
  98. %25%\occache\MSDAPS.DLL
  99. %11%\MSR2C.DLL
  100.  
  101.  
  102. ; =================================================
  103. ; Add registry entries for the cab
  104. ; =================================================
  105. [AddRegSection]
  106. HKLM,SOFTWARE\Classes\CLSID\"%ClassId%",,,"%ID1%"
  107. HKLM,SOFTWARE\Classes\CLSID\"%ClassId%"\InstalledVersion,,,%Version%
  108.  
  109. ; =================================================
  110. ; Values to String variables used above
  111. ; =================================================
  112.  
  113. [Strings] 
  114. ClassId = "{9381D8F2-0288-11d0-9501-00AA00B911A5}"
  115. Version = "1,1,2,0"
  116. Build = 1120
  117. ID1 = "Microsoft Remote Data Service"
  118. MSADC = "MSADC"
  119. MSADCDIR = "Program files\Common files\System\MSADC\"
  120. MDACNAME = "Microsoft Remote Data Service"
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.