Windows device driver installs
There used to be quite a bit of pain involved in creating a robust installation process for a multi-architecture device driver (x86, x64, IA64). But things have advanced over the years and I feel compelled to recommend my favorite; WiX plus DPInst.
WiX or Windows Installer XML (WiX) tool-set is a great open source project which [...]