Bugs item #1563193, was opened at 2006-09-21 15:21 Message generated for change (Settings changed) made by pmarcu You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1563193&group_id=105970
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: extensions Group: v3.0 Status: Open Resolution: None Priority: 5 Private: No Submitted By: Mike Dimmick (mikedimmick) >Assigned to: pmarcu (pmarcu) Summary: WixDifxAppExtension does not include difxapp.wixlib Initial Comment: The .wixlib necessary to link a Driver Install Frameworks for Applications MSI is not included with WiX 3.0.2015.0, and the extension does not override GetLibrary to provide one from its resources. This causes linker errors such as the following: LGHT0094 : Unresolved reference to symbol ‘CustomAction:MsiProcessDrivers’ in section ‘Fragment:’. The wixlib should ultimately be included as a resource of the WixDifxAppExtension.dll extension class library, and GetLibrary should be overridden in DifxAppExtension to provide this to the link step. As a workaround, the difxapp.wixlib should be provided in the binaries. If it's simply that the DIFx team haven't yet ported their .wixlib to v3.0, consider (temporarily) removing the extension, or have the extension output a warning at compile time (candle.exe) that v3.0 support is not finished and v2.0 should be used instead, to reduce customer support issues. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1563193&group_id=105970 ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ WiX-devs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-devs
