home *** CD-ROM | disk | FTP | other *** search
/ Our Birds: Texas / eViewer 3.9.iso / MDAC_TYP.EXE / sqlnetdl.inf < prev    next >
Encoding:
Windows Setup INFormation  |  2005-04-25  |  1.9 KB  |  89 lines

  1. [Version]
  2. Signature="$CHICAGO$"
  3. AdvancedINF=2.5, %BadInst%
  4.  
  5. [SourceDisksNames]
  6. 55=%ID1%,"sqlnet.cab",0
  7.  
  8. [SourceDisksFiles]
  9. sqlnet.inf=55,,
  10. sqlnetdl.inf=55,,
  11. cliconf.chm=55,,
  12. cliconfg.dll=55,,
  13. cliconfg.exe=55,,
  14. cliconfg.rll=55,,
  15. dbmsrpcn.dll=55,,
  16. dbnmpntw.dll=55,,
  17. dbnetlib.dll=55,,
  18. dbmsgnet.dll=55,,
  19. instcat.sql=55,,
  20. sqlunirl.dll=55,,
  21.  
  22. [DefaultInstall]
  23. RequiredEngine=SETUPAPI, %BadSetupVer%
  24. CatalogName=sqlnetm.cat
  25. ComponentName=SQLNET_MDAC28
  26. Realversion=2.81.1117.6
  27. ComponentVersion=3.81.1117.6
  28. AddReg=VIA.Reg
  29. CustomDestination=MyCustomDestination
  30. Copyfiles=INFDIR,SYSTEMDIR
  31.  
  32. [DefaultInstall.NT]
  33. RequiredEngine=SETUPAPI, %BadSetupVer%
  34. ComponentName=SQLNET_MDAC28
  35. Realversion=2.81.1117.6
  36. ComponentVersion=3.81.1117.6
  37. AddReg=VIA.Reg
  38. CheckAdminRights=1
  39. CustomDestination=MyNTCustomDestination
  40. Copyfiles=INFDIR,XINFDIR,SYSTEMDIR,NTSYSTEM
  41. RegisterOCXs=RegFiles
  42.  
  43. [MyCustomDestination]
  44. 49000=DestRoot,5
  45.  
  46. [MyNTCustomDestination]
  47. 49000=DestRoot,17
  48.  
  49. [DestRoot]
  50. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion","CommonFilesDir",,
  51.  
  52. [DestinationDirs]
  53. INFDIR=49000,"Microsoft Shared\dasetup"
  54. XINFDIR=49000,"Microsoft Shared\dasetup"
  55. SYSTEMDIR=11
  56.  
  57. [VIA.Reg]
  58. HKLM,%VIAKey%,"Vendor",2,
  59. HKLM,%VIAKey%,"DefaultServerPort",2,"0:1433"
  60. HKLM,%VIAKey%,"DefaultClientNIC",2,"0"
  61. HKLM,%VIAKey%,"RecognizedVendors",2,"Giganet, ServerNet II"
  62.  
  63. [INFDIR]
  64. sqlnetdl.inf,,,96
  65.  
  66. [XINFDIR]
  67. sqlnet.inf,,,96
  68.  
  69. [SYSTEMDIR]
  70. cliconfg.exe,,,96
  71. cliconfg.dll,,,96
  72. cliconfg.rll,,,96
  73. cliconf.chm,,,96
  74. dbmsrpcn.dll,,,96
  75. dbnmpntw.dll,,,96
  76. dbnetlib.dll,,,96
  77. instcat.sql,,,96
  78. dbmsgnet.dll,,,96
  79. sqlunirl.dll,,,96
  80.  
  81.  
  82. [Strings]
  83. ID1="Microsoft SQL Server Net Libs"
  84. BadInst="You have an older version of the Installer."
  85. BadSetupVer="Your system is missing the required Setup engine."
  86. Msft="Microsoft"
  87. VIAKey="SOFTWARE\Microsoft\MSSQLServer\Client\SuperSocketNetLib\VIA"
  88.  
  89.