Re: [WiX-users] Driver without an INF file

2011-01-20 Thread Rob Hamflett
So I finally got this working and thought I'd best post the reply here for other people having the same issue. Specifically, the dirver I'm installing is a file system driver. Here's my INF file: -- START OF FILE --- ; Copyright

[WiX-users] Driver without an INF file

2010-11-30 Thread Rob Hamflett
Has anyone installed a kernel-mode driver that doesn't have an INF file? I know not all drivers have them since there's documentation from Micrsoft about signing drivers that don't. Specifically I'm trying to install a build of the dokan file system driver. The instructions from dokan are t