======Links====== [[http://www.microsoft.com/whdc/driver/install/default.mspx|Microsoft Windows Hardware Developer Central - Installation & Driver Signing]] \\ [[http://www.appdeploy.com/messageboards/tm.asp?m=3359|AppDeploy.com - Device drivers with DIFXApp]] \\ [[http://www.appdeploy.com/messageboards/tm.asp?m=20873|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. \\ [[http://www.appdeploy.com/messageboards/tm.asp?m=35751|AppDeploy.com - Installing Device drivers through MSI]] \\ [[http://support.microsoft.com/kb/247257/EN-US/|MS KB 247257 - Steps for signing a .cab file]] \\ [[http://www.gdgsoft.com/pb/pbhelp/digitalsign.html|Digitally sign packages]] \\ [[http://www.code-signing-tools.com/|Introduction to code signing]] \\ [[http://juice.altiris.com/article/1079/how-to-package-a-signed-device-driver-using-wise-studio|Altiris Juice - How to Package a Signed Device Driver using Wise Package Studio]] \\ [[http://msdn.microsoft.com/en-us/library/ms790286.aspx|MSDN - Installing Unsigned Driver Packages in Legacy Mode]] \\ [[http://www.theinstall.com/PublicOneDocComments.asp?DocumentID=2&ID=9|How to install drivers. ( Ex: for USB printer )]] \\ [[http://msdn.microsoft.com/en-us/library/ms790308.aspx|Driver Package Installer (DPInst)]] \\ [[http://msdn.microsoft.com/en-us/library/ms790806.aspx|DPInst Command-Line Switches]] \\ [[http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=3236360&SiteID=1|MSDN Forums - Custom Action with DPInst.exe]] \\ [[http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=1392607&SiteID=1|MSDN Forums - Can't Test sign files on a computer if certificate was created on another computer?]] \\ [[http://www.ftdichip.com/Support/Knowledgebase/index.html?d2xxdriverpre_installation.htm|FTDI Chip - DPInst Packages]] \\ =====Tools===== [[http://msdn.microsoft.com/en-us/library/bb931742.aspx|MSDN - Inf2Cat]] voor het genereren van niet gesigneerde catalog files voor drivers op basis van het .inf-bestand van die drivers. \\ Zie ook:[[http://msdn.microsoft.com/en-us/library/bb931742.aspx|MSDN - Creating a Catalog File for a PnP Driver Package]]. \\ Download Inf2Cat [[http://www.driverheaven.net/modtool.php|hier]] (gevonden via:[[http://www.appdeploy.com/messageboards/tm.asp?m=30678&mpage=1&key=矖|Problems downloading inf2cat from winqual site?]]) \\ [[http://msdn.microsoft.com/en-us/library/9sh96ycy(VS.80).aspx|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 [[http://www.microsoft.com/Downloads/details.aspx?familyid=9B3A2CA6-3647-4070-9F41-A333C6B9181D&displaylang=en|hier]]. \\ Zie ook:[[http://www.jensign.com/JavaScience/aboutsigncode.html|Signcode.exe / Signtool.exe Versions]] \\ Signtool heeft een .pfx bestand nodig. Om een .pvk/.spc om te zetten naar .pfx kan de tool [[http://www.microsoft.com/downloads/details.aspx?FamilyID=F9992C94-B129-46BC-B240-414BDFF679A7&displaylang=en|Office 2000 Tool: PVK Digital Certificate Files Importer]] of [[http://msdn.microsoft.com/en-us/library/aa906332.aspx|MSDN - pvk2pfx Tool]] uit de Windows SDK gebruikt worden. Bron:[[http://www.derkeiler.com/Newsgroups/microsoft.public.platformsdk.security/2005-01/0180.html|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 [[wp>Microsoft_Windows_SDK]] voor download locaties. \\ [[http://www.microsoft.com/whdc/driver/install/DIFxtls.mspx|Microsoft - Archive: Driver Install Frameworks Tools]] dit pakket bevat DPinst.exe. \\ =====INF files===== **Microsoft Windows Hardware Developer Central (WHDC)** \\ [[http://www.microsoft.com/whdc/archive/W2inf.mspx|Creating Windows INF Files]] \\ [[http://www.microsoft.com/whdc/archive/fileloc.mspx|File Source and Target in Windows INFs]] [[http://www.microsoft.com/whdc/DevTools/WDK/WDKdocs.mspx|Windows Driver Kit (WDK) Documentation]] \\ [[http://www.osronline.com/|OSR Online - Everything Windows Driver Development]] \\ [[http://www.osronline.com/ddkx/install/inf-format_0a5u.htm|INF DriverVer Directive]] \\ [[http://www.osronline.com/ddkx/install/inf-format_2k8i.htm|INF DDInstall Section]] \\ [[http://www.osronline.com/ddkx/install/inf-format_2fzm.htm|INF Version Section]] \\ [[http://infdump.com/|InfDump - housing hundreds of free inf files!]] \\ [[http://blogs.msdn.com/wdkdocs/default.aspx|Windows Driver Kit (WDK) Documentation Blog]] \\