Bugs item #1876755, was opened at 2008-01-21 16:09
Message generated for change (Comment added) made by petercrabtree
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1876755&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: Open
Resolution: None
>Priority: 7
Private: No
Submitted By: Peter Crabtree (petercrabtree)
Assigned to: Nobody/Anonymous (nobody)
Summary: light does not parse -dut correctly.
Initial Comment:
In WiX 3.0.3711.0, light.exe does not understand the -dut option. The fix
appears quite simple -- in light.cs, these ifs (first if at line 717):
else if (parameter.StartsWith("d"))
// [snip]
else if ("dut" == parameter)
// [snip]
simply need to switch order to:
else if ("dut" == parameter)
// [snip]
else if (parameter.StartsWith("d"))
// [snip]
----------------------------------------------------------------------
>Comment By: Peter Crabtree (petercrabtree)
Date: 2008-01-21 16:12
Message:
Logged In: YES
user_id=1694142
Originator: YES
I forgot to mention in the bug description -- this is a pretty major bug,
as it prevented building via Votive. I'm not sure why Votive started using
the -dut option, but I had to manually add
<DropUnusedTables>False</DropUnusedTables> to my project XML file to get it
to build (checking the "suppress drop unused tables" option had no effect).
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1876755&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