home *** CD-ROM | disk | FTP | other *** search
/ H4CK3R 14 / hacker14.iso / patches / sql / SQL70-KB815495-v7.00.1094-ENU.exe / hotfix2.inf < prev    next >
Encoding:
INI File  |  2003-05-29  |  4.8 KB  |  235 lines

  1. ;
  2. ; Package Definition
  3. ;
  4.  
  5. [Package]
  6. KBArticle=815495
  7. Build=1094
  8. Installer=Hotfix
  9. NOTIFPACKAGEINSTALLED=1
  10.  
  11.  
  12. ;
  13. ; Targeted Product definition.
  14. ;
  15.  
  16. [TARGETPRODUCT]
  17. ProductName=SQL
  18. Version=7.00
  19. LCID=0
  20. SQLTOOLSONLY=1
  21.  
  22.  
  23. ;
  24. ; Files to patch.
  25. ;
  26.  
  27. [FILES]
  28. Count=2
  29. File1=dbmssocn.dll
  30. File2=sqldmo.dll
  31.  
  32. ;
  33. ; Scripts to run
  34. ;
  35.  
  36.  
  37.  
  38. ; ************************************************************
  39. ; ******** DO NOT CHANGE ANY ENTRY BELOW THIS LINE ***********
  40. ; ************************************************************
  41. ; For each file listed under [Files] section, there should be an entry 
  42. ; for the same file that points to a file group. This list may get  
  43. ; created during v2 time frame, for now you will have to add the file 
  44. ; name and point it to its corresponding group. For example sqlservr.exe
  45. ; belongs in GroupInstanceBinn, if you look at that group definition it defines
  46. ; where the file resides. For ease of look up the group names have been created 
  47. ; by simply concatinating directory path names without the back slash.
  48.  
  49.  
  50. ;
  51. ; Details about individual files. Associate files to file groups here. This list remains
  52. ; unchanged for all releases 
  53. ;
  54.  
  55. [dbmssocn.dll]
  56. FileGroup=GroupWINSYS
  57.  
  58. [distrib.exe]
  59. FileGroup=GroupInstanceBinn
  60.  
  61. [logread.exe]
  62. FileGroup=GroupInstanceBinn
  63.  
  64. [opends60.dll]
  65. FileGroup=GroupInstanceBinn
  66.  
  67. [opends60.dbg]
  68. FileGroup=GroupInstanceBinn
  69.  
  70. [opends60.pdb]
  71. FileGroup=GroupInstanceBinn
  72.  
  73. [rdistcom.dll]
  74. FileGroup=GroupProgFilesSharedDBRepl
  75.  
  76. [replmerg.exe]
  77. FileGroup=GroupInstanceBinn
  78.  
  79. [replres.dll]
  80. FileGroup=GroupProgFilesSharedDBRepl
  81.  
  82. [semsys.dll]
  83. FileGroup=GroupToolsBinn
  84.  
  85. [1033\semsys.rll]
  86. FileGroup=GroupToolsBinnResources1033
  87.  
  88. [1034\semsys.rll]
  89. FileGroup=GroupToolsBinnResources1034
  90.  
  91. [1036\semsys.rll]
  92. FileGroup=GroupToolsBinnResources1036
  93.  
  94. [1031\semsys.rll]
  95. FileGroup=GroupToolsBinnResources1031
  96.  
  97. [1041\semsys.rll]
  98. FileGroup=GroupToolsBinnResources1041
  99.  
  100. [snapshot.exe]
  101. FileGroup=GroupInstanceBinn
  102.  
  103. [sp4_serv_uni.sql]
  104. FileGroup=GroupInstanceInstall
  105.  
  106. [sqlagent.exe]
  107. FileGroup=GroupInstanceBinn
  108.  
  109. [sqlcmdss.dll]
  110. FileGroup=GroupInstanceBinn
  111.  
  112. [sqldmo.dll]
  113. FileGroup=GroupToolsBinn
  114.  
  115. [sqlmap70.dll]
  116. FileGroup=GroupInstanceBinn
  117.  
  118. [sqlservr.exe]
  119. FileGroup=GroupInstanceBinn
  120.  
  121. [sqlservr.dbg]
  122. FileGroup=GroupInstanceBinn
  123.  
  124. [sqlservr.pdb]
  125. FileGroup=GroupInstanceBinn
  126.  
  127. [ssmsso70.dll]
  128. FileGroup=GroupInstanceBinn
  129.  
  130. [ssnmpn70.dll]
  131. FileGroup=GroupInstanceBinn
  132.  
  133. [ums.dll]
  134. FileGroup=GroupInstanceBinn
  135.  
  136. [ums.dbg]
  137. FileGroup=GroupInstanceBinn
  138.  
  139. [ums.pdb]
  140. FileGroup=GroupInstanceBinn
  141.  
  142. [xpweb70.dll]
  143. FileGroup=GroupInstanceBinn
  144.  
  145.  
  146. ;
  147. ; File Group Definitions. The definitions below remains unchanged for all releases
  148. ;
  149.  
  150. [GROUPPROGFILESSHAREDDBREPL]
  151. TargetPath=<PROGRAMFILESDIR>\Common Files\Microsoft Shared\Database Replication
  152. SourcePath=<SUPPORTDIR>\<PACKAGE>\Files
  153.  
  154. [GroupWINDIR]
  155. TargetPath=<WINDIR>
  156. SourcePath=<SUPPORTDIR>\<PACKAGE>\Files
  157.  
  158. [GroupWINSYS]
  159. TargetPath=<wINSYS>
  160. SourcePath=<SUPPORTDIR>\<PACKAGE>\Files
  161.  
  162. [GroupINSTANCE]
  163. TargetPath=<INSTALLSQLDIR>
  164. SourcePath=<SUPPORTDIR>\<PACKAGE>\Files
  165.  
  166. [GroupINSTANCEBackup]
  167. TargetPath=<INSTALLSQLDIR>\Backup
  168. SourcePath=<SUPPORTDIR>\<PACKAGE>\Files
  169.  
  170. [GroupINSTANCEBinn]
  171. TargetPath=<INSTALLSQLDIR>\Binn
  172. SourcePath=<SUPPORTDIR>\<PACKAGE>\Files
  173.  
  174. [GroupINSTANCEBinnResources]
  175. TargetPath=<INSTALLSQLDIR>\Binn\Resources
  176. SourcePath=<SUPPORTDIR>\<PACKAGE>\Files
  177.  
  178. [GroupINSTANCEBinnResourcesLCID]
  179. TargetPath=<INSTALLSQLDIR>\Binn\Resources\<LCID>
  180. SourcePath=<SUPPORTDIR>\<PACKAGE>\Files
  181.  
  182. [GroupINSTANCEInstall]
  183. TargetPath=<INSTALLSQLDIR>\Install
  184. SourcePath=<SUPPORTDIR>\<PACKAGE>\Files
  185.  
  186. [GroupINSTANCEJobs]
  187. TargetPath=<INSTALLSQLDIR>\Jobs
  188. SourcePath=<SUPPORTDIR>\<PACKAGE>\Files
  189.  
  190. [GroupINSTANCEog]
  191. TargetPath=<INSTALLSQLDIR>\Log
  192. SourcePath=<SUPPORTDIR>\<PACKAGE>\Files
  193.  
  194. [GroupINSTANCERepldata]
  195. TargetPath=<INSTALLSQLDIR>\ReplData
  196. SourcePath=<SUPPORTDIR>\<PACKAGE>\Files
  197.  
  198. [GroupINSTANCERepldataFtp]
  199. TargetPath=<INSTALLSQLDIR>\ReplData\FTP
  200. SourcePath=<SUPPORTDIR>\<PACKAGE>\Files
  201.  
  202. [GroupINSTANCEDATAData]
  203. TargetPath=<INSTALLSQLDATADIR>\Data
  204. SourcePath=<SUPPORTDIR>\<PACKAGE>\Files
  205.  
  206. [GroupToolsBinn]
  207. TargetPath=<SQLTOOLSDIR>\Binn
  208. SourcePath=<SUPPORTDIR>\<PACKAGE>\Files
  209.  
  210.  
  211. [GroupToolsBinnResources1033]
  212. TargetPath=<SQLTOOLSDIR>\Binn\Resources\1033
  213. SourcePath=<SUPPORTDIR>\<PACKAGE>\Files\1033
  214.  
  215.  
  216. [GroupToolsBinnResources1041]
  217. TargetPath=<SQLTOOLSDIR>\Binn\Resources\1041
  218. SourcePath=<SUPPORTDIR>\<PACKAGE>\Files\1041
  219.  
  220.  
  221. [GroupToolsBinnResources1034]
  222. TargetPath=<SQLTOOLSDIR>\Binn\Resources\1034
  223. SourcePath=<SUPPORTDIR>\<PACKAGE>\Files\1034
  224.  
  225.  
  226. [GroupToolsBinnResources1036]
  227. TargetPath=<SQLTOOLSDIR>\Binn\Resources\1036
  228. SourcePath=<SUPPORTDIR>\<PACKAGE>\Files\1036
  229.  
  230.  
  231. [GroupToolsBinnResources1031]
  232. TargetPath=<SQLTOOLSDIR>\Binn\Resources\1031
  233. SourcePath=<SUPPORTDIR>\<PACKAGE>\Files\1031
  234.  
  235.