I had sent out an email with the requested files yesterday, but they got blocked for being too long. It turns out that the error was caused by having a row with no data on it for the keywords line.
Which basically came down to this line in my config file: <?define ProductKeywords = "!(loc.PRODUCT.KEYWORDS)"?> and this one in my locale file <String Id="PRODUCT.KEYWORDS"></String> So for anyone with a LGHT0136 error or that says: "There was an error importing table '_SummaryInformation' from file" Check for blank lines in whatever file its complaining about. -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/LGHT0136-No-information-online-tp5551185p5559498.html Sent from the wix-devs mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift to cloud computing. http://p.sf.net/sfu/novell-sfdev2dev _______________________________________________ WiX-devs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-devs
