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]
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]