[WiX-users] Identical left and right sub-expressions in plan.cpp - bug?

2013-01-14 Thread Bruce Cran
In plan.cpp:1166 there's a line of code with identical left and right expressions. Is this a bug? // If we are going to take any action on this package, add progress for it. if (BOOTSTRAPPER_ACTION_STATE_NONE != pRelatedBundle-package.execute || BOOTSTRAPPER_ACTION_STATE_NONE !=

Re: [WiX-users] Identical left and right sub-expressions in plan.cpp - bug?

2013-01-14 Thread Rob Mensching
Better question for wix-devs. Short answer: second execute was probably supposed to be rollback then considered not doing that and ended up leaving a redundant clause in the if. Would have to walk through the code fully to know for sure. On Mon, Jan 14, 2013 at 6:35 AM, Bruce Cran