;; Ups25.inf
;--------- Version Section ---------------------------------------------------
[Version]
Signature="$Windows 95$"
Provider=%ProviderName%
; If device fits one of the standard classes, use the name and GUID here,
; otherwise create your own device class and GUID as this example shows.
Class=UPS25
ClassGUID={ff646f80-8def-11d2-9449-001055505325}
;U P S 25
;--------- SourceDiskNames and SourceDiskFiles Section -----------------------
; These sections identify source disks and files for installation. They are
; shown here as an example, but commented out.
[SourceDisksNames]
1 = "Install Disk",Disk1,,
[SourceDisksFiles]
Ups25.sys = 1,,
;--------- ClassInstall/ClassInstall32 Section -------------------------------
; Not necessary if using a standard class
; 9X Style
[ClassInstall]
Addreg=Class_AddReg
; NT Style
[ClassInstall32]
Addreg=Class_AddReg
[Class_AddReg]
HKR,,,,%DeviceClassName%
HKR,,Icon,,"-5"
;--------- DestinationDirs Section -------------------------------------------
[DestinationDirs]
Ups25_Files_Driver = 10,System32\Drivers
;--------- Manufacturer and Models Sections ----------------------------------
[Manufacturer]
%MfgName%=Mfg0
[Mfg0]
%DeviceDesc%=Ups25_DDI, UPS25 Digital I/O board
;---------- DDInstall Sections -----------------------------------------------
; --------- Windows 9X -----------------
; Experimentation has shown that DDInstall root names greater than 19 characters
; cause problems in Windows 98
[Ups25_DDI]
CopyFiles=Ups25_Files_Driver
AddReg=Ups25_9X_AddReg
LogConfig=Ups25_Config0, Ups25_Config1
[Ups25_9X_AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,Ups25.sys
; --------- Windows NT -----------------
[Ups25_DDI.NT]
CopyFiles=Ups25_Files_Driver
LogConfig=Ups25_Config0, Ups25_Config1
[Ups25_DDI.NT.Services]
Addservice = Ups25, 0x00000002, Ups25_AddService
[Ups25_AddService]
DisplayName = %SvcDesc%
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 3 ; SERVICE_DEMAND_START
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
ServiceBinary = %10%\System32\Drivers\Ups25.sys
; ------ Logical Config (common) -------
[Ups25_Config0]
ConfigPriority=HARDRECONFIG
IOConfig=200-201, 240-241, 280-281, 2C0-2C1, 300-301, 340-341, 380-381, 3C0-3C1
;;IOConfig=2@200-3ff%ffC0
IRQConfig=2,5,7,10,11,12,15
[Ups25_Config1]
ConfigPriority=HARDRECONFIG
IOConfig=200-201, 240-241, 280-281, 2C0-2C1, 300-301, 340-341, 380-381, 3C0-3C1
[Ups25_DDI.FactDef]
IOConfig=300-301
IRQConfig=5
[Ups25_DDI.NT.FactDef]
IOConfig=300-301
IRQConfig=5
; --------- Files (common) -------------
[Ups25_Files_Driver]
Ups25.sys
;--------- Strings Section ---------------------------------------------------
[Strings]
ProviderName="Real Time Devices Finland Oy"
MfgName="Real Time Devices Finland Oy"
DeviceDesc="UPS25 Uninterruptable Power Supply"
DeviceClassName="RTD UPS25"
;SystemClassName = "System devices"
Download Driver Pack
After your driver has been downloaded, follow these simple steps to install it.
Expand the archive file (if the download file is in zip or rar format).
If the expanded file has an .exe extension, double click it and follow the installation instructions.
Otherwise, open Device Manager by right-clicking the Start menu and selecting Device Manager.
Find the device and model you want to update in the device list.
Double-click on it to open the Properties dialog box.
From the Properties dialog box, select the Driver tab.
Click the Update Driver button, then follow the instructions.
Very important: You must reboot your system to ensure that any driver updates have taken effect.
For more help, visit our Driver Support section for step-by-step videos on how to install drivers for every file type.