home *** CD-ROM | disk | FTP | other *** search
-
- ; =================================================
- ; Microsoft REMOTE DATA SERVICE 1.5
- ; IExpress Install Script
- ; January 1998
- ; =================================================
-
- [Version]
- Signature=$CHICAGO$
- AdvancedINF=2.0
-
- [SourceDisksNames]
- 1 = %ID1%,mdac11.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 = OcCache, System
- DelFiles = DeleteOldFiles
- AddReg = AddRegSection
- RegisterOCXs = SelfRegister
-
- ; =================================================
- ; List of all files which are included in the setup
- ; =================================================
-
- [SourceDisksFiles]
- MSADCB11.DLL=1
- MSADCC11.DLL=1
- MSADCE.DLL=1
- MSADCER.DLL=1
- MSADCO.DLL=1
- MSADCOR.DLL=1
- MSADER15.DLL=1
- MSADO15.DLL=1
- MSADOR15.DLL=1
- MSDADC.DLL=1
- MSDAPRST.DLL=1
- MSDAPS.DLL=1
- MSR2C.DLL=1
- MSR2CENU.DLL=1
- MSVCRT.DLL=1
- mdac11.inf=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
- ; =================================================
-
- [DestinationDirs]
- OcCache = 25,occache
- System = 11
-
- [OcCache]
- MSADCB11.DLL,,,32
- MSADCC11.DLL,,,32
- MSADCE.DLL,,,32
- MSADCER.DLL,,,32
- MSADCO.DLL,,,32
- MSDAPRST.DLL,,,32
- MSADCOR.DLL,,,32
- MSADER15.DLL,,,32
- MSADO15.DLL,,,32
- MSADOR15.DLL,,,32
- MSDADC.DLL,,,32
- MSDAPS.DLL,,,32
-
- [System]
- MSR2C.DLL,,,32
- MSR2CENU.DLL,,,32
- MSVCRT.DLL,,,32
-
- ; =================================================
- ; Register and unregister section for DLLs/OCXs
- ; =================================================
-
- [DeleteOldFiles]
- %MSADCDIR%\msadc10.dll ;remove previous version of msadco.dll
-
- [SelfRegister]
- %25%\occache\MSADCB11.dll
- %25%\occache\MSADCC11.dll
- %25%\occache\MSADCE.DLL
- %25%\occache\MSADCO.DLL
- %25%\occache\MSDAPRST.DLL
- %25%\occache\MSADO15.DLL
- %25%\occache\MSADOR15.DLL
- %25%\occache\MSDADC.DLL
- %25%\occache\MSDAPS.DLL
- %11%\MSR2C.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 = "{9381D8F2-0288-11d0-9501-00AA00B911A5}"
- Version = "1,1,2,0"
- Build = 1120
- ID1 = "Microsoft Remote Data Service"
- MSADC = "MSADC"
- MSADCDIR = "Program files\Common files\System\MSADC\"
- MDACNAME = "Microsoft Remote Data Service"
-
-
-
-
-
-
-
-