ClioSport.net

Register a free account today to become a member!
Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

  • When you purchase through links on our site, we may earn an affiliate commission. Read more here.

Driver issue with VISTA!



  Bumder With A Buffer
Ok heres my first post re drivers and VISTA!! Anyone with some programming knowledge might be able to help me... Hopefully!

I have the below driver and it works fine on XP/2000 but unfortunately not on Vista. Do you need to resign the driver or is it more complex than that??





; Windows USB SID Setup File
; Copyright (c) 2000 Microsoft Corporation
; Copyright (C) 2005 Plescon Ltd

[Version]
Signature="$CHICAGO$"
Class=Ports
ClassGuid={4D36E978-E325-11CE-BFC1-08002BE10318}
Provider=%MCHP%
LayoutFile=layout.inf
DriverVer=08/17/2001,5.1.2600.0

[Manufacturer]
%MFGNAME%=DeviceList

[DestinationDirs]
DefaultDestDir=12

[DeviceList]
%DESCRIPTION%=DriverInstall, USB\VID_ffff&PID_32a3

;------------------------------------------------------------------------------
; Windows 2000/XP Sections
;------------------------------------------------------------------------------

[DriverInstall]
CopyFiles=DriverCopyFiles
AddReg=DriverInstall.AddReg

[DriverCopyFiles]
usbser.sys

[DriverInstall.AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,"usbser.sys"
HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider"

[DriverInstall.HW]
AddReg = DriverInstall.AddRegHW

[DriverInstall.AddRegHW]
HKR,,PortName,0x00000020,"COM4"

[DriverInstall.Services]
AddService=psp_usbser, 0x00000002, DriverService

[DriverService]
DisplayName=%SERVICE%
ServiceType=1
StartType=3
ErrorControl=1
ServiceBinary=%12%\usbser.sys

;------------------------------------------------------------------------------
; String Definitions
;------------------------------------------------------------------------------

[Strings]
 
  Audi TT 225
Right click the inf and choose install, or update the driver using the device manager it will ask you a bunch of "are you sure's"
Ive found a lot of XP drivers function quite well once you force install em onto vista
 
  Bumder With A Buffer
yeah tried it with device manager but get a "windows cannot install this driver" error message within Vista. I have to say im not that impressed with Vista... only thing i think is cool is the floating desktop thing it does!
 
Last edited:
  Audi TT 225
is there an .inf file with the driver dll's? Just right click it, select install and see if that works
 


Top