Bugs item #1768789, was opened at 2007-08-06 13:02 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1768789&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: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: sbonev (sbonev) Assigned to: Scott Kurtzeborn (scotk) Summary: Referencing WixUtilExtension.dll gives linking error Initial Comment: Referencing WixUtilExtension.dll gives linking error "installer has encountered an unexpected error installing this package" ====================================== Save the attached .wxs file to disk... Compile using: candle.exe -out WixProject4.wixobj -ext "C:\Program Files\Windows Installer XML v3\bin\WixUtilExtension.dll" WixProject4.wxs Link using: Light.exe -ext "C:\Program Files\Windows Installer XML v3\bin\WixUtilExtension.dll" -out "C:\Users\my\Documents\Visual Studio 2005\Projects\WixProject4\WixProject4\bin\Debug\WixProject4.msi" WixProject4.wixobj Results: light.exe : error LGHT0217 : An unexpected external UI message was received: The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2738. Expected Results: No build errors. Other: Wix Version 3.0.3127 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1768789&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
