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: Pending >Resolution: Fixed 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 ------------------------------------------------------------------------- SF.Net email is sponsored by: The Future of Linux Business White Paper from Novell. From the desktop to the data center, Linux is going mainstream. Let it simplify your IT future. http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4 _______________________________________________ WiX-devs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-devs
