X360Tools/PicoFlasher

How to install PicoFlasher driver for windows 7?

GuckTubeYT opened this issue · 2 comments

How to install PicoFlasher driver for windows 7?

The driver is present on windows7 already but you need to make a .ini file and install it just to tell windows that this device id should load the driver.

I will upload my file tomorrow, works well with w7 32bits

Just put this in an .inf file and install it

[Strings]
DriverPackageDisplayName="Picoflasher COM Port Drivers"
ManufacturerName="Microsoft Corporation"
ServiceName="Microsoft USB Serial Driver"
p7001="PicoFlasher"

[DefaultInstall]
CopyINF=picoflasher.inf

[Version]
DriverVer=08/31/2016,1.0.1
Signature=$Windows NT$
Class=Ports
ClassGuid={4D36E978-E325-11CE-BFC1-08002BE10318}
Provider=%ManufacturerName%
CatalogFile=pololu.cat
DriverPackageDisplayName=%DriverPackageDisplayName%
PnpLockdown=1

[Manufacturer]
%ManufacturerName%=Models,NTx86,NTamd64,NTarm

[DestinationDirs]
DefaultDestDir=12
FakeModemCopyFileSection=12

[Models.NTx86]
%p7001%=DriverInstall, USB\VID_600D&PID_7001

[Models.NTamd64]
%p7001%=DriverInstall, USB\VID_600D&PID_7001

[Models.NTarm]
%p7001%=DriverInstall, USB\VID_600D&PID_7001

[DriverInstall]
Include=mdmcpq.inf,usb.inf
CopyFiles=FakeModemCopyFileSection
AddReg=DriverAddReg

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

[DriverInstall.Services]
Include=mdmcpq.inf
AddService=usbser,0x2,DriverService

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