I'm attempting to install a WFP (Windows Filtering Platform) callout driver
via WiX. All the driver's .inf file does during installation is to copy the
.sys file to the Drivers folder and that's that.



The driver isn't a "typical" driver in the sense that its .inf file doesn't
have a SourceDisksNames section, etc. It also doesn't have an associated
.cab file and I'm unable to generate one with inf2cat due to the missing
sections in the .inf file. It looks like DIFxApp assumes lots of things
about the driver it is installing and thus the driver installation ends up
failing.



Does anybody have any experience with installing WFP drivers via WiX? The
kind of driver I'm installing is similar to this:
http://code.msdn.microsoft.com/windowshardware/Windows-Filtering-Platform-ae42c8d7



Any help is much appreciated,

Soren
------------------------------------------------------------------------------
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121051231&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to