home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2000 March / VPR0003B.ISO / i386 / dtcnull.inf < prev    next >
Windows Setup INFormation  |  1999-10-14  |  2KB  |  111 lines

  1.  
  2. ;*******************************************************************************************
  3. ;  Microsoft Distrubuted Transaction Coordinator
  4. ;  Copyright (C) 1997 Microsoft Corporation
  5. ;*******************************************************************************************
  6. [Version]
  7. Signature="$CHICAGO$"
  8. AdvancedINF=2.5, %ADVINF_ERROR%
  9.  
  10. ;*******************************************************************************************
  11. ; Localize this section
  12. ;*******************************************************************************************
  13. [Strings]
  14. ADVINF_ERROR = "このソフトウェアをインストールするには、新しいバージョンの Advpack.dll が必要です。"
  15. APPNAME = "Microsoft Distributed Transaction Coordinator"
  16.  
  17. [SourceDisksNames]
  18. 1=%APPNAME%,"",0
  19.  
  20. [SourceDisksFiles]
  21. adme.dll=1
  22. dac.exe=1
  23. dacdll.dll=1
  24. dtcadmc.dll=1
  25. dtccm.dll=1
  26. dtctrace.dll=1
  27. dtctrace.exe=1
  28. dtcuic.dll=1
  29. dtcuis.dll=1
  30. dtcutil.dll=1
  31. logmgr.dll=1
  32. msdtc.exe=1
  33. msdtcw.exe=1
  34. msdtc.dll=1
  35. msdtcprx.dll=1
  36. msdtctm.dll=1
  37. dtcxatm.dll=1
  38. xolehlp.dll=1
  39. dtccfg.cpl=1
  40. svcsrvl.dll=1
  41. enudtc.dll=1
  42. mtxclu.dll=1
  43. msdtc.log=1
  44.  
  45. mtxoci.dll=1
  46.  
  47. clusapi.dll=1
  48. ;
  49. ;*******************************************************************************************
  50. ; Installation Targets
  51. ;*******************************************************************************************
  52. [DefaultInstall]
  53.  
  54.  
  55.  
  56. CopyFiles=
  57.  
  58. RunPostSetupCommands=RunPostSetupCommandsSection
  59.  
  60. [DefaultInstall.NT]
  61.  
  62.  
  63.  
  64. CopyFiles=
  65.  
  66. RunPostSetupCommands=RunPostSetupCommandsSection
  67.  
  68. [RunPostSetupCommandsSection]
  69. DTCCom~1.exe
  70.  
  71. ;*******************************************************************************************
  72. ; Destination Directories
  73. ;*******************************************************************************************
  74. [DestinationDirs]
  75. DTCCoreClient=11
  76. DTCCoreServer=11
  77. DTCLog=11,DTCLog
  78. SharedComp=11
  79.  
  80. [DTCCoreClient]
  81. adme.dll,,,32
  82. dac.exe,,,32
  83. dacdll.dll,,,6
  84. dtcadmc.dll,,,32
  85. dtccm.dll,,,32
  86. dtctrace.dll,,,32
  87. dtctrace.exe,,,32
  88. dtcuic.dll,,,32
  89. dtcutil.dll,,,32
  90. msdtcprx.dll,,,32
  91. xolehlp.dll,,,32
  92. dtccfg.cpl,,,32
  93. svcsrvl.dll,,,32
  94. enudtc.dll,,,32
  95. mtxclu.dll,,,32
  96.  
  97. [DTCCoreServer]
  98. dtcuis.dll,,,32
  99. dtcxatm.dll,,,32
  100. logmgr.dll,,,32
  101. msdtc.dll,,,32
  102. msdtc.exe,,,32
  103. msdtcw.exe,,,32
  104. msdtctm.dll,,,32
  105.  
  106. [DTCLog]
  107. msdtc.log,,,16 
  108.  
  109. [SharedComp]
  110. clusapi.dll,,,32
  111.