Bugs item #1976057, was opened at 2008-05-27 23:03 Message generated for change (Settings changed) made by heaths You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1976057&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: dark Group: v3.0 Status: Open Resolution: None Priority: 5 Private: No Submitted By: Andrew Sampson (malesh) >Assigned to: Heath Stewart (heaths) Summary: dark fails on Wise MSI due to UnexpectedColumnCount Initial Comment: C:\Program Files\Windows Installer XML v3\bin\WixDifxAppExtension.dll : error DARK0143 : A parsed tuple has more fields for table 'CustomAction' than are defined. This is potentially because a standard table is being redefined as a custom table. The schema for the CustomAction table in the MSI is Action string(72) NOT NULL Type shortint NOT NULL Source string(64) Target string(255) As far as I can tell, the schema for the CustomAction table is correct. The MSI was created via Wise. The error still occurs even if the CustomAction table is empty. ---------------------------------------------------------------------- Comment By: Aaron Stebner (aaronste) Date: 2008-05-28 08:40 Message: Logged In: YES user_id=1751591 Originator: NO I saw this last weekend as well and I've been looking into it a bit further. It was introduced between the 4102 and 4109 builds. The fix for SF:1786354 added an ExtendedType column to the CustomAction table to support Windows Installer 4.5. The decompiler appears to be having trouble because the .wixlibs in the extension DLLs it tries to load do not have the ExtendedType column defined. The decompiler will need to be able to support CustomAction tables that have this new column and also ones that don't. ---------------------------------------------------------------------- Comment By: Andrew Sampson (malesh) Date: 2008-05-27 23:09 Message: Logged In: YES user_id=1939857 Originator: YES Forgot to mention - the error occurred with build 3.0.4123. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1976057&group_id=105970 ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ WiX-devs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-devs
