Links
Microsoft Windows Hardware Developer Central - Installation & Driver Signing
AppDeploy.com - Device drivers with DIFXApp
AppDeploy.com - How do i install NOT PNP drivers!!! Beschrijft de stappen en tools die nodig zijn om zelf een certificaat te maken en hiermee een non-WHQL driver te signeren, zodat deze via MSI (of met DPinst.exe) geïnstalleerd kunnen worden.
AppDeploy.com - Installing Device drivers through MSI
MS KB 247257 - Steps for signing a .cab file
Digitally sign packages
Introduction to code signing
Altiris Juice - How to Package a Signed Device Driver using Wise Package Studio
MSDN - Installing Unsigned Driver Packages in Legacy Mode
How to install drivers. ( Ex: for USB printer )
Driver Package Installer (DPInst)
DPInst Command-Line Switches
MSDN Forums - Custom Action with DPInst.exe
MSDN Forums - Can't Test sign files on a computer if certificate was created on another computer?
Tools
MSDN - Inf2Cat voor het genereren van niet gesigneerde catalog files voor drivers op basis van het .inf-bestand van die drivers.
Zie ook:MSDN - Creating a Catalog File for a PnP Driver Package.
Download Inf2Cat hier (gevonden via:Problems downloading inf2cat from winqual site?)
MSDN - File Signing Tool (Signcode.exe) voor het signeren van drivers (.cat bestand).
Let op: “The File Signing Tool only ships with the .NET Framework SDK version 1.0 and 1.1. In later versions, use the Sign Tool (SignTool.exe) utility instead.” Download de .NET 1.1 SDK hier.
Zie ook:Signcode.exe / Signtool.exe Versions
Signtool heeft een .pfx bestand nodig. Om een .pvk/.spc om te zetten naar .pfx kan de tool Office 2000 Tool: PVK Digital Certificate Files Importer of MSDN - pvk2pfx Tool uit de Windows SDK gebruikt worden. Bron:signcode.exe now signtool.exe?
Een aantal van de tools die nodig zijn voor het signeren van drivers komen uit de Windows Platform SDK's. Zie Microsoft_Windows_SDK voor download locaties.
Microsoft - Archive: Driver Install Frameworks Tools dit pakket bevat DPinst.exe.
INF files
Microsoft Windows Hardware Developer Central (WHDC)
Creating Windows INF Files
File Source and Target in Windows INFs
Windows Driver Kit (WDK) Documentation
OSR Online - Everything Windows Driver Development
INF DriverVer Directive
INF DDInstall Section
INF Version Section