Re: [WiX-users] wix39.720 Burn DetectUpdate - fails to detect new version

2014-07-22 Thread Phill Hogland
I have not been able to collect any more information on the scenario where the feed download by the bundle indicated a higher version number, but the bundle reported 'up to date'. I have not duplicated that scenario on several systems since this morning, so I am going to let this issue cool its he

Re: [WiX-users] wix39.720 Burn DetectUpdate - fails to detect new version

2014-07-22 Thread Phill Hogland
I have been trying to get the logging. On my test PC I can only get setups created with the Release build of wix 3.9.720 to run, so when using the test box I tried to add log messages to each of the three handlers, but in this situation it seems that DetectUpdate is never fired. (As indicated b

Re: [WiX-users] wix39.720 Burn DetectUpdate - fails to detect new version

2014-07-22 Thread Hoover, Jacob
Need logging around the DetectUpdateBegin/DetectUpdate/DetectUpdateComplete events in your MBA. Are you seeing detect being triggered twice? If you don't return Result.Ok, then the engine won't download and parse the feed. If you return Result.Ok (which seems to be the case since you say in fi