Hi, I'm using WIX v3 to install my filter driver. The driver is installed correctly but DeleteFiles option doesn't work.
<DirectoryRef Id="InstallFolder" FileSource="..\build\x86\"> <Component Id="MyFilter" Guid="PUT-GUID-HERE" DiskId="1"> <File Name="MyFilter.sys" Vital="yes" KeyPath="no" /> <File Name="MyFilter.inf" Vital="yes" KeyPath="yes" /> <difxapp:Driver Sequence="0" AddRemovePrograms="no" Legacy="yes" DeleteFiles="yes" /> </Component> .. </DirectoryRef> I need to remove *.inf, *.sys files from my InstallFolder after the successful intsallation to the drviers storage. Could anybody tell me what I missed to use difx extension? ------------------------------------------------------------------------------ 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