How to INF mod: Replacing 32bit dlls with 64bits
Posted
by
Nime Cloud
on Super User
See other posts from Super User
or by Nime Cloud
Published on 2012-07-02T12:18:18Z
Indexed on
2012/07/03
15:18 UTC
Read the original article
Hit count: 272
I've got a driver setup for 32 bit: An INF file and an x86 folder with two 32 bit dlls. I need to replace these 32 bit dll files with 64 bit ones. I just simply overwrite 32 bit files but no lock.
How can I make 64 bit version of the driver?
Update:
I tried original setup files on 32 bit Windows XP, setup asks for WdfCoinstaller01009.dll, I just simply browse & point the file from somewhere on XP.
;-------------- WDF Coinstaller installation
[DestinationDirs] CoInstaller_CopyFiles = 11
[silabser.Dev.NT.CoInstallers] AddReg=CoInstaller_AddReg CopyFiles=CoInstaller_CopyFiles
[CoInstaller_CopyFiles] WdfCoinstaller01009.dll
[SourceDisksFiles] WdfCoinstaller01009.dll=1
[CoInstaller_AddReg] HKR,,CoInstallers32,0x00010000, "WdfCoinstaller01009.dll,WdfCoInstaller"
[silabser.Dev.NT.Wdf] KmdfService = silabser, silabser_wdfsect [silabser_wdfsect] KmdfLibraryVersion = 1.9
© Super User or respective owner