Hi Vu Nguyen
Thanks for the response. The .sys is file is in the same directory where
.inf is stored . Infact , I am able to see copying the .sys file to
\winnt\system32\drivers also. And after that I recieve a message before
finishing "function driver could not be located for the device instance ". I
am including the inf file also along with this mail.
###########################################################################
[Version]
Signature=“$CHICAGO$”
Provider=%TS%
ClassGUID={36fc9e60-c465-11cf-8056-444553540000}
Class=USB
CatalogFile=usbdrv.cat
DriverVer=06/11/2001
[DestinationDirs]
DefaultDestDir.sys = 10,system32\drivers
;
; Source file information
;
[SourceDisksNames]
1 = %DiskId1%,
[SourceDisksFiles]
; Files for Installation Disk #1 (USB)
usbdrv.sys = 1
;
; Driver information
;
[Manufacturer]
%TS% = TS.Mfg
[TS.Mfg]
%TS.DeviceDesc0% = usbdrv, USB\VID_0555PID_1177
;
; General installation section
;
[usbdrv]
;Install section for windows 98/Me
CopyFiles=DefaultDestDir.sys
AddReg=DriverAddReg
[usbdrv.NT]
;Install section for windows 2000
CopyFiles=DefaultDestDir.sys
[DriverAddReg]
HKR,DevLoader,*ntkern
HKR,NTMPDriver,usbdrv.sys
;
; File sections
;
[DefaultDestDir.sys]
usbdrv.sys
;
; Service Installation
;
;[usbdrv.Services]
;AddService = usbdrv, 0x00000002 , usbdrv_Service_Inst
[usbdrv.NT.Services]
AddService = usbdrv, 0x00000002 , usbdrv_Service_Inst
[usbdrv_Service_Inst]
DisplayName = %usbdrv.SvcDesc%
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 3 ; SERVICE_DEMAND_START
ErrorControl = 0x1 ; SERVICE_ERROR_NORMAL
LoadOrderGroup = Base
ServiceBinary = %10%\system32\drivers\usbdrv.sys
[Strings]
TS.DeviceDesc0 = “Ts USB Device”
DiskId1 = “Ts Installation Disk #1 (USB)”
TS = “Ts”
usbdrv.SvcDesc=“Ts USB Driver”
############################################################################
Thanks in advance .
Srinivasa
-----Original Message-----
From: Vu Nguyen [mailto:xxxxx@ureach.com]
Sent: Thursday, October 11, 2001 2:19 PM
To: NT Developers Interest List
Subject: [ntdev] Re: Problem with ReInstalling after UnInstalling the
driver
Hi Srinivasa!
We had the same problem before. I need more information to help you. where
do you put the *.sys file in the installed floppy? How do you refer to this
file in your inf file?
A copy of your inf file is more clear.
Vu
Get your own “800” number
Voicemail, fax, email, and a lot more
http://www.ureach.com/reg/tag
---- On Thu, 11 Oct 2001, Srinivasa Rao Deevi (xxxxx@Transilica.com)
wrote:
Hi all
I have some problem in Reinstalling my driver after uninstalling the
driver
loaded before . I have cleaned the all the items related to VID and PID
,
but still the problem exists . When I try to reinstall the driver , it
goes
thorugh the standard process of finding INF file and .Sys file , but
after
that it ends up with failed message, “could not locate the driver
required”.
Anybody has any idea what I need to solve this problem ?Thanks in advance
srinivas
You are currently subscribed to ntdev as: xxxxx@ureach.com
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
You are currently subscribed to ntdev as: xxxxx@transilica.com
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com