Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista Drivers > Yes: checked the MSDN - Inf added

Reply
Thread Tools Display Modes

Yes: checked the MSDN - Inf added

 
 
Geoff Smith
Guest
Posts: n/a

 
      05-11-2010
Yes I have checked out the various MSDN/Microsoft sources

I can also recommend this winhec presenstation
http://download.microsoft.com/downlo...T613_WH08.pptx

But to no avail.

This is my full inf

; Windows USB CDC ACM Setup File
; Copyright (c) 2000 Microsoft Corporation
; Copyright (C) 2007 Microchip Technology Inc.
; Edited PlantSense INC

[Version]
Signature="$Windows NT$"
Class=Ports
ClassGuid={4D36E978-E325-11CE-BFC1-08002BE10318}
Provider=%MFGNAME%
LayoutFile=layout.inf
CatalogFile=%INFFILENAME%.cat
DriverVer=11/15/2007,5.1.2600.0

[Manufacturer]
%MFGNAME%=DeviceList, NTamd64

[DestinationDirs]
DefaultDestDir=12


;------------------------------------------------------------------------------
; Windows 2000/XP/Vista-32bit Sections
;------------------------------------------------------------------------------

[DriverInstall.nt]
include=mdmcpq.inf
CopyFiles=DriverCopyFiles.nt
AddReg=DriverInstall.nt.AddReg

[DriverCopyFiles.nt]
usbser.sys,,,0x20

[DriverInstall.nt.AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,%DRIVERFILENAME%.sys
HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropP ageProvider"

[DriverInstall.nt.Services]
AddService=usbser, 0x00000002, DriverService.nt

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

;------------------------------------------------------------------------------
; Vista-64bit Sections
;------------------------------------------------------------------------------

[DriverInstall.NTamd64]
include=mdmcpq.inf
CopyFiles=DriverCopyFiles.NTamd64
AddReg=DriverInstall.NTamd64.AddReg

[DriverCopyFiles.NTamd64]
usbser.sys,,,0x20

[DriverInstall.NTamd64.AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,%DRIVERFILENAME%.sys
HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropP ageProvider"

[DriverInstall.NTamd64.Services]
AddService=usbser, 0x00000002, DriverService.NTamd64

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


;------------------------------------------------------------------------------
; Vendor and Product ID Definitions
;------------------------------------------------------------------------------
; When developing your USB device, the VID and PID used in the PC side
; application program and the firmware on the microcontroller must match.
; Modify the below line to use your VID and PID. Use the format as shown below.
; Note: One INF file can be used for multiple devices with different VID and PIDs.
; For each supported device, append ",USB\VID_xxxx&PID_yyyy" to the end of the line.
;------------------------------------------------------------------------------
[SourceDisksFiles]
[SourceDisksNames]

[DeviceList]
%DESCRIPTION%=DriverInstall, USB\VID_1CC0&PID_8000

[DeviceList.NTamd64]
%DESCRIPTION%=DriverInstall, USB\VID_1CC0&PID_8000


;------------------------------------------------------------------------------
; String Definitions
;------------------------------------------------------------------------------
;Modify these strings to customize your device
;------------------------------------------------------------------------------
[Strings]
MFGFILENAME="EasyBloom"
INFFILENAME="plntsns"
DRIVERFILENAME ="usbser"
MFGNAME="PlantSense, INC"
INSTDISK="Installation Disc"
DESCRIPTION="EasyBloom Plant Sensor"
SERVICE="EasyBloom Plant Sensor Driver"






Chris wrote:

isHave you looked at this page?
04-May-10

is

Have you looked at this page?

http://support.microsoft.com/kb/837637

You did not post your INF so it is hard to say if you have it set up
correctly to unpack the CAB if no one else has unpacked yet on that
installation of Windows.


http://msdn.microsoft.com/en-us/subs.../bb266240.aspx ?
http://support.microsoft.com/oas/ ?

Previous Posts In This Thread:


Submitted via EggHeadCafe - Software Developer Portal of Choice
Server Side Processing in ADO.NET/WCF Data Services
http://www.eggheadcafe.com/tutorials...essing-in.aspx
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
WMP 12 deletes recently added tracks on its own? madden101 Windows Media Player 1 11-26-2009 03:53 PM
Windows Checked Build Download akapoor Windows Vista Drivers 0 11-06-2009 09:05 PM
Re: Why can't i open msdn website? Peter Foldes Windows Update 0 10-22-2009 06:19 PM
Games Icon Won't Display When Checked Brady Windows Vista Games 0 01-26-2008 02:56 PM
Bluetooth devices added and found but never connected Brzhk Windows Vista Hardware 0 11-01-2007 09:19 AM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59