home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2004 April
/
PCWorld_2004-04_cd.bin
/
software
/
temacd
/
remotany
/
RemotelyAnywhere.msi
/
RAMIRR.INF
< prev
next >
Wrap
Windows Setup INFormation
|
2003-02-21
|
3KB
|
132 lines
; ramirr.inf
;
; Installation inf for the RemotelyAnywhere Mirror
; Graphics Adapter.
;
; Copyright (c) 2001-2003 3am Laboratories PL
;
[Version]
Signature="$CHICAGO$"
Provider=%3amLabs%
ClassGUID={4D36E968-E325-11CE-BFC1-08002BE10318}
Class=Display
DriverVer=10/4/2002,4.80.315
[DestinationDirs]
DefaultDestDir = 11
ramirr.Miniport = 12 ; drivers
ramirr.Display = 11 ; system32
;
; Driver information
;
[Manufacturer]
%3amLabs% = Ramirr.Mfg
[Ramirr.Mfg]
%Ramirr% = ramirr, RemotelyAnywhere_Mirror_Driver
;
; General installation section
;
[ramirr]
CopyFiles=ramirr.Miniport, ramirr.Display
;
; File sections
;
[ramirr.Miniport]
ramirr.sys
[ramirr.Display]
ramirr.dll
;
; Service Installation
;
[ramirr.Services]
AddService = ramirr, 0x00000002, ramirr_Service_Inst, ramirr_EventLog_Inst
[ramirr_Service_Inst]
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 1 ; SERVICE_SYSTEM_START
ErrorControl = 0 ; SERVICE_ERROR_IGNORE
LoadOrderGroup = Video
ServiceBinary = %12%\ramirr.sys
[ramirr_EventLog_Inst]
AddReg = ramirr_EventLog_AddReg
[ramirr_EventLog_AddReg]
HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\ramirr.sys"
HKR,,TypesSupported,0x00010001,7
;
; Software Installation
;
[ramirr.SoftwareSettings]
AddReg = ramirr_SoftwareDeviceSettings
[ramirr_SoftwareDeviceSettings]
HKR,, MirrorDriver, %REG_DWORD%, 1
HKR,, InstalledDisplayDrivers, %REG_MULTI_SZ%, ramirr
HKR,, VgaCompatible, %REG_DWORD%, 0
HKR,, Attach.ToDesktop, %REG_DWORD%, 0
HKR,, Attached.ToDesktop, %REG_DWORD%, 1
[ramirr.OpenGLSoftwareSettings]
AddReg = ramirr_OpenGLSoftwareSettings
[ramirr_OpenGLSoftwareSettings]
;
; Not currently used:
;
[ramirr.GeneralConfigData]
MaximumNumberOfDevices = 1
KeepExistingDriverEnabled = 1
;
; Source file information
;
[SourceDisksNames.x86]
1 = %DiskId%,,,""
[SourceDisksFiles]
ramirr.sys = 1
ramirr.dll = 1
[Strings]
;
; Non-Localizable Strings
;
REG_SZ = 0x00000000
REG_MULTI_SZ = 0x00010000
REG_EXPAND_SZ = 0x00020000
REG_BINARY = 0x00000001
REG_DWORD = 0x00010001
SERVICEROOT = "System\CurrentControlSet\Services"
;
; Localizable Strings
;
DiskId = "RemotelyAnywhere Mirror Installation DISK (VIDEO)"
GraphAdap = "Graphics Adapter"
3amlabs = "3am Laboratories PL"
Ramirr = "RemotelyAnywhere Mirror Driver"