That maps to ERROR_INVALID_SERVER_RESPONSE which means either http://wixtoolset.org had a hiccup or you have a proxy messing with headers. If the problem continues can you get a Fiddler capture of the requests that cause the failure. We may be able to see the issue there.
2012-05-29 10:58:41 PDT in Windows Installer...
I expect the MSP is being cached so it's size is also included in the size of the Bundle.
2012-05-29 10:34:28 PDT in Windows Installer...
I've created test case for the major upgrade with a patch and it works for me. I'll make the test case available soon. It seems there is something unhappy about your patch targeting. I recommend trying the MSI command-line from the Burn log file directly and using "voicewarmupx" to get a detailed MSI log file. I also tried the clean case with internal UI and that worked correctly in...
2012-05-29 10:10:25 PDT in Windows Installer...
Duplicate of 3530466.
2012-05-29 08:14:20 PDT in Windows Installer...
Sorry, should have also mentioned this will not be supported until the next build.
2012-05-25 17:22:52 PDT in Windows Installer...
Ahh, that is interesting information. I've tweaked the timeout code a little bit based on this data and changed the name of the policy key to reflect it. Can you try setting: HKLM\SOFTWARE\Policies\WiX\Burn DownloadTimeout=600 Let's see if that will wait for the data to come through.
2012-05-25 17:22:31 PDT in Windows Installer...
That error means the connection timed out. Can you try changing the Burn timeout policy registry key: HKLM\SOFTWARE\Policies\WiX\Burn DownloadConnectionTimeout=600 The timeout is in seconds. The default is 2 minutes so that value will change it to 10 minutes. Also, when downloading the core.cab directly does it take a bit for the connection to be established? If so that is a good...
2012-05-24 08:10:06 PDT in Windows Installer...
No, I just meant that you can put Variables in the InstallCommand. It is very possible a custom BA would be needed to set the Variables correctly.
2012-05-23 09:27:21 PDT in Windows Installer...
Burn supports WPF. See WiX v3.6.
2012-05-22 13:17:10 PDT in Windows Installer...
This is the design of upgrades in Bundle.
2012-05-22 13:15:16 PDT in Windows Installer...