Bugs item #1575866, was opened at 2006-10-12 05:17 Message generated for change (Settings changed) made by pmarcu You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1575866&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: light Group: v3.0 Status: Open Resolution: None Priority: 5 Private: No Submitted By: Mike Dimmick (mikedimmick) >Assigned to: pmarcu (pmarcu) Summary: Specifying Assembly=".net" for a non-.NET assembly succeeds Initial Comment: If you specify Assembly=".net" for a file which is not a .NET assembly, WiX does not report any errors if running on CLR 2.0. On CLR 1.1, an LGHT0132 error occurs. The MsiAssembly table generated contains a row for the component containing the file, with Attributes column set to 0. The MsiAssemblyName table contains no rows for the file. I have tested this on v3.0.2015.0 and v3.0.2128.0. light should report an error if a file is marked Assembly=".net" but is not in fact a .NET assembly, regardless of the CLR version used. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1575866&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
