DifxApp? See the Difxapp Schema page in wix.chm.
-----Original Message----- From: Mark Roden [mailto:mmro...@gmail.com] Sent: Tuesday, July 28, 2009 4:17 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Is there a walkthrough that works for installing drivers in an MSI, wix v 3 (5120)? Hi all, I'm running wix v 3.0.5120, and I need to install a driver. Basically, it's one inf file and onesys files, and I'm having no joy. I've tried this: <Directory Id='DriversFolder' Name='Drivers'/> ... <DirectoryRef Id="DriversFolder"> <Component Id="cyusb_inf" Guid="*"> <File Id="cyusb.inf" Source="..\Includes\cyusb.inf" /> </Component> <Component Id="cyusb_sys" Guid="*"> <File Id="cyusb.sys" Source="..\Includes\cyusb.sys" /> </Component> </DirectoryRef> I've also tried putting things into system32. The drivers are there, and they work perfectly well on a vista machine if I tell the system exactly where to look, but I'd like it to Just Work. Thanks! Mark ---------------------------------------------------------------------------- -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users