wixtoolset / issues

WiX Toolset Issues Tracker
http://wixtoolset.org/
129 stars 36 forks source link

Failed NetFx462Redist installation is reported with incorrect error message #5656

Open jozefizso opened 7 years ago

jozefizso commented 7 years ago
jozefizso commented 7 years ago

Log files from failed setup:

https://gist.github.com/jozefizso/bdeaa9f5049f0df50c66b26fdb492c80#file-01_setup-log

barnson commented 7 years ago

Need a WIP to figure out the right UI/behavior.

glen-nicol commented 7 years ago

I ran into this as well attempting to install 4.6.2 redist onto a fresh copy of windows 8.1. Turns out for us based on the error code(5100) and the html log it was KB2919355 missing.

Is there any workaround to show a better error in the meantime?

sxmanton commented 6 years ago

I have also run into this error, installing 4.6 on Windows 8.1. The 0x800713ec - Asia error seems to occur for multiple different reasons that cause the install to fail. One is the KB2919355 issue that others have mentioned. I've also seen it occur when there was not enough free disk space on the machine.

sxmanton commented 6 years ago

I believe part of this issue is that the .net framework installer .exe do not report blocking issues as errors. You can observe this by running one with /passive /showfinalerror flags on a machine which has the KB2919355 issue. The install simply fails quietly and no error is ever shown as you might expect. See this thread for some more details: https://social.msdn.microsoft.com/Forums/SECURITY/en-US/09c18fc2-afea-47d7-b0fc-7aa22c229a02/blocking-issues-not-shown-when-using-passive-showfinalerror?forum=netfxsetup

rseanhall commented 4 years ago

Seems like this could be handled by #5578