X360Tools / PicoFlasher

GNU General Public License v3.0
389 stars 46 forks source link

How to install PicoFlasher driver for windows 7? #19

Open GuckTubeYT opened 1 year ago

GuckTubeYT commented 1 year ago

How to install PicoFlasher driver for windows 7?

victorien-a commented 1 year ago

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

victorien-a commented 1 year ago

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