;/*++ ; ;Copyright (c) 2009 Toshiba Corporation All rights Reserved ; ;Module Name: ; ; tos_sps2.INF ; ;Abstract: ; INF file for installing tos_sps32/64 driver ; ;--*/ [Version] Signature="$WINDOWS NT$" Class=TosSec ClassGuid={8BBD94A0-A150-11d4-A878-0040265B73EE} DriverVer=06/24/2009,4.2.0.0 Provider=%MSFT% CatalogFile.NTx86=tos_sps32.cat CatalogFile.NTamd64=tos_sps64.cat [DestinationDirs] ;DefaultDestDir = 10,system32\drivers ; 10 means %windir% DefaultDestDir = 12 ; 12 means %windir%\system32\drivers ; ================= Class section ===================== [ClassInstall32] Addreg=TosSecClassReg [TosSecClassReg] HKR,,,0,%CLASS_NAME% HKR,,NoDisplayClass,,1 ;add 2009/6/4 HKR,,Icon,,-19 ; ================= Device Install section ===================== [Manufacturer] %MSFT%=MSFT,NTx86, NTamd64 [SourceDisksNames.x86] ; ; diskid = description[, [tagfile] [, <unused>, subdir]] ; ;1="Install disk", 1=%DISK_DESC_x86% [SourceDisksNames.amd64] ; ; diskid = description[, [tagfile] [, <unused>, subdir]] ; 1=%DISK_DESC_amd64% [SourceDisksFiles.x86] ; ; filename_on_source = diskID[, [subdir][, size]] ; tos_sps32.sys=1 [SourceDisksFiles.amd64] ; ; filename_on_source = diskID[, [subdir][, size]] ; tos_sps64.sys=1 [MSFT.NTx86] ; DisplayName Section DeviceId ; ----------- ------- -------- %DRIVER_DESC_x86% = device_Inst, root\tos_sps32 [MSFT.NTamd64] ; DisplayName Section DeviceId ; ----------- ------- -------- %DRIVER_DESC_amd64% = device_Inst, root\tos_sps64 [device_Inst.NTx86] CopyFiles=device32.CopyFiles ;AddReg=device.AddReg [device_Inst.NTamd64] CopyFiles=device64.CopyFiles ;[tos_sps2_Inst] ;CopyFiles=tos_sps2.CopyFiles ;AddReg=tos_sps2.AddReg ;[device.AddReg] ;HKR,,DevLoader,,*ntkern ;HKR,,NTMPDriver,,tos_sps2.sys ;;HKR,,EnumPropPages,,"sysclass.dll,EnumPropPages" ;HKR,,NoDisplayClass,,1 [device32.CopyFiles] ;tos_sps32.sys,,,0x400 ;replace only if file exist ;tos_sps32.sys,,,4 tos_sps32.sys [device64.CopyFiles] tos_sps64.sys,,,4 [device_Inst.NTx86.Services] AddService=tos_sps32,0x00000002,device_Service_x86 [device_Inst.NTamd64.Services] AddService=tos_sps64,0x00000002,device_Service_amd64 [device_Service_x86] DisplayName = %SERVICE_DESC_x86% ServiceType = 1 ; SERVICE_KERNEL_DRIVER StartType = 0 ; SERVICE_BOOT_START ;StartType = 1 ; SERVICE_SYSTEM_START ErrorControl = 1 ; SERVICE_ERROR_NORMAL ServiceBinary = %12%\tos_sps32.sys ; 12 means %windir%\system32\drivers [device_Service_amd64] DisplayName = %SERVICE_DESC_amd64% ServiceType = 1 ; SERVICE_KERNEL_DRIVER StartType = 0 ; SERVICE_BOOT_START ;StartType = 1 ; SERVICE_SYSTEM_START ErrorControl = 1 ; SERVICE_ERROR_NORMAL ServiceBinary = %12%\tos_sps64.sys ; 12 means %windir%\system32\drivers [Strings] MSFT = "TOSHIBA Corporation" CLASS_NAME = "TosSec Class" DISK_DESC_x86 = "tos_sps32 Install Disk" DISK_DESC_amd64 = "tos_sps64 Install Disk" SERVICE_DESC_x86 = "TOSHIBA tos_sps32 Service" DRIVER_DESC_x86 = "TOSHIBA tos_sps32 Driver" SERVICE_DESC_amd64 = "TOSHIBA tos_sps64 Service" DRIVER_DESC_amd64 = "TOSHIBA tos_sps64 Driver"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.