DifxApp functionality was removed from the native wix schema and put into an extension - WixDifxAppExtension. To fix your authoring, you can do the following: 1. Run "wixcop -f *.wxs" to fix your sources files for the new schema (this will also modify whitespace so be sure to backup your sources before running the tool). Be sure to run the wixcop.exe from the drop of WiX you are trying to use in your build process (so the later version). 2. Specify "-ext WixDifxAppExtension" on the command line for candle, lit, and light to make those tools aware of the DifxApp extension.
That's it - it should work with those changes. If not, please let us know (if it does work it'd be nice to know that too). Derek -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Chris Skepper Sent: Friday, June 16, 2006 8:19 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] DiFx problem with recent WiX Hi All, I can't seem to use DiFx to install device drivers with WiX 3.0.1703.0 in the same way that I could with WiX 3.0.1319.0. I realise the syntax has changed so that there is supposed to be a separate "Driver" element rather just attributes of the "Component" element. I get the error "CNDL0005 : The Component element contains an unexpected child element 'Driver'". Is this a bug, or am I doing something wrong? Regards, Chris. _____________________________________________________________________ This message has been checked for all known viruses by the MessageLabs Virus Scanning Service, on behalf of Celoxica Ltd. This email and any files transmitted with it are confidential and may be legally privileged. It is intended solely for the use of the individual or entity to whom it is addressed. If you have received this in error, please contact the sender and delete the material immediately. Whilst this email has been swept for viruses, you should carry out your own virus check before opening any attachment. Celoxica Ltd accepts no liability for any loss or damage which may be caused by software viruses or interception or interruption of this email. _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users