home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1997 October
/
Chip_1997-10_cd.bin
/
tema
/
explorer
/
ie40en
/
dxddex.cab
/
msdxddex.inf
< prev
Wrap
Windows Setup INFormation
|
1997-05-30
|
2KB
|
58 lines
; MSDXDDEX.INF
;
; This is the Setup information file to install
; Microsoft DirectDrawEx.
;
; Copyright (c) 1997 Microsoft Corporation
;
[version]
Signature="$CHICAGO$"
SetupClass=BASE
Provider=%MSFT%
[SourceDisksNames]
1 = %DiskName%,DXDDEX.CAB,0
[SourceDisksFiles]
ddrawex.dll=1
msdxddex.inf=1
[DestinationDirs]
copy.inf = 17 ; LDID_INF
copy.files = 11 ; LDID_SYS
[DefaultInstall]
CopyFiles=copy.files,copy.inf
DelReg=del.reg
AddReg=add.reg
[Uninstall]
DelReg=del.reg
DelFiles=copy.files,copy.inf
[copy.files]
ddrawex.dll,,,33
[copy.inf]
msdxddex.inf,,,33
[del.reg]
HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DirectDrawEx
HKCR,DirectDrawEx
HKCR,CLSID\{4FD2A832-86C8-11D0-8FCA-00C04FD9189D}
[add.reg]
HKCR,DirectDrawEx,,,"DirectDrawEx Object"
HKCR,DirectDrawEx\CLSID,,,{4FD2A832-86C8-11D0-8FCA-00C04FD9189D}
HKCR,CLSID\{4FD2A832-86C8-11D0-8FCA-00C04FD9189D},,,"DirectDrawEx Object"
HKCR,CLSID\{4FD2A832-86C8-11D0-8FCA-00C04FD9189D}\InprocServer32,,,ddrawex.dll
HKCR,CLSID\{4FD2A832-86C8-11D0-8FCA-00C04FD9189D}\InprocServer32,"ThreadingModel",,"Both"
HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DirectDrawEx,"DisplayName",,"Microsoft DirectDrawEx"
HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DirectDrawEx,"UninstallString",, "RunDll32 advpack.dll,LaunchINFSection %17%\MSDXDDEX.INF,Uninstall"
HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DirectDrawEx,"QuietUninstallString",,"RunDll32 advpack.dll,LaunchINFSection %17%\MSDXDDEX.INF,Uninstall,5"
HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DirectDrawEx,"RequiresIESysFile",,"4.71"
[String]
DiskName = "Microsoft DirectDrawEx Installation Disk"
MSFT = "Microsoft"