home *** CD-ROM | disk | FTP | other *** search
- ; =================================================
- ; Microsoft REMOTE DATA SERVICE 2.0
- ; IExpress Install Script
- ; January 1998
- ; =================================================
-
- [Version]
- Signature=$CHICAGO$
- AdvancedINF=2.0
-
- [SourceDisksNames]
- 1 = %ID1%,mdac20.cab, 0
-
- ; =================================================
- ; ***INF Main***
- ; Install and Uninstall sections
- ;
- ; Batches - two for install, two for uninstall
- ;
- ; Names following the equals sign are section
- ; names which occur later in this file.
- ; =================================================
-
- [DefaultInstall]
- CopyFiles = SYSTEM,OcCache
- RegisterOCXs = SelfRegister
- AddReg = AddRegSection
-
-
- ; =================================================
- ; List of all files which are included in the setup
- ; =================================================
-
- [SourceDisksFiles]
- MSADCE.DLL=1
- MSADCER.DLL=1
- MSADCO.DLL=1
- MSADCOR.DLL=1
- MSADER15.DLL=1
- MSADOR15.DLL=1
- MSDADC.DLL=1
- MSDAPRST.DLL=1
- MSDAPS.DLL=1
- MSVCRT.DLL=1
-
- ; =================================================
- ; ***File install Destination paths***
- ; Named subsections and file lists follow
- ; the destination directory specifications
- ;
- ; Destination 11 is the computer's System directory
- ; Destination 17 is the computer's INF directory
- ; Destination 24 is the root of drive containing Windows directory
- ; =================================================
-
- [DestinationDirs]
- OcCache = 25,occache
- SYSTEM = 11
-
- [OcCache]
- MSADCE.DLL,,,32
- MSADCER.DLL,,,32
- MSADCO.DLL,,,32
- MSADCOR.DLL,,,32
- MSDAPRST.DLL,,,32
- MSADER15.DLL,,,32
- MSADOR15.DLL,,,32
- MSDADC.DLL,,,32
- MSDAPS.DLL,,,32
-
- [SYSTEM]
- MSVCRT.DLL,,,32
-
- ; =================================================
- ; Register and unregister section for DLLs/OCXs
- ; =================================================
-
- [SelfRegister]
- %25%\occache\MSADCE.DLL
- %25%\occache\MSADCO.DLL
- %25%\occache\MSDAPRST.DLL
- %25%\occache\MSADOR15.DLL
- %25%\occache\MSDADC.DLL
- %25%\occache\MSDAPS.DLL
-
-
- ; =================================================
- ; Add registry entries for the cab
- ; =================================================
- [AddRegSection]
- HKLM,SOFTWARE\Classes\CLSID\"%ClassId%",,,"%ID1%"
- HKLM,SOFTWARE\Classes\CLSID\"%ClassId%"\InstalledVersion,,,%Version%
-
- ; =================================================
- ; Values to String variables used above
- ; =================================================
-
- [Strings]
- ClassId = "{BD96C556-65A3-11D0-983A-00C04FC29E33}"
- Version = "2,0,0,0"
- Build = 2000
- ID1 = "RDS.DataControl"
- MSADC = "MSADC"
- MDACDIR = "Program files\Common files\System\"
- MSADCDIR = "Program files\Common files\System\MSADC\"
- MSADODIR = "Program files\Common files\System\ADO\"
- MSOLEDBDIR = "Program files\Common files\System\OLE DB\"
- MDACNAME = "Microsoft Remote Data Service"
-
-
-
-
-
-
-
-