From: SourceForge.net <no...@so...> - 2004-04-21 23:24:47
|
Bugs item #934464, was opened at 2004-04-13 13:02 Message generated for change (Comment added) made by robmen You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=934464&group_id=105970 Category: None Group: None >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: David B. Bitton (drfoomod2) >Assigned to: Rob Mensching (robmen) Summary: Documentation Example Error Initial Comment: The example .wxs file in the Wix>Authoring>Getting Started>Creating Merge Modules example does not compile do to a missing Manufacturer attribute in the <Package> element. Once that was corrected, the .wxs file would compile. If the Manufacturer attribute is left blank, such that it is defined as Manufacturer='' the linker fails with the following exception: fatal error LGHT0009: There was an error importing table: _SummaryInformation and that occurs at: Microsoft.Tools.WindowsInstallerXml.Linker.ImportTable (Database db, Output output, OutputTable outputTable) in the stack trace. I was able to reproduce this defect in the both release binaries, and released source. ---------------------------------------------------------------------- >Comment By: Rob Mensching (robmen) Date: 2004-04-21 16:24 Message: Logged In: YES user_id=991639 Documentation has been updated. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=934464&group_id=105970 |