Bugs item #1779768, was opened at 2007-08-22 13:55 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=1779768&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: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: sbonev (sbonev) Assigned to: Nobody/Anonymous (nobody) Summary: The binder needs to validate the AssemblyManifest attribute Initial Comment: I was investigating a customer issue with the following error in the MSI log: [08/21/07,16:36:59] My product: [2] ERROR:Error 1935.An error occurred during the installation of assembly 'MyAssembly,version="2.0.0.0",publicKeyToken="myToken",processorArchitecture="MSIL",fileVersion="myVersion",culture="neutral"'. Please refer to Help and Support for more information. HRESULT: 0x80131532. This is usually caused by an invalid value for the MsiAssembly/File_Manifest column. Since the AssemblyManifest File attribute can point to any File Id, it is easy to mistype or copy and paste the wrong value. While MSI will detect that and error out, it would be much better if the error was detected at bind time. I think the binder should look at the file and compare the identity of the assembly and the identity of the manifest file. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1779768&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
