I tried increasing the timeout but that didn't help. I think the problem is that the initial timeout is 30s and if I download the file manually the browser doesn't do anything for nearly 3 minutes. I believe our firewall downloads files and virus scans them before supplying them to the client. I am not sure how common this is and whether it is work fixing. It might be nice that if you...
2012-05-25 02:47:41 PDT in Windows Installer...
I am having trouble installing WiX on a laptop connected to a wifi connection, there is a firewall with some restrictions on this connection. I have attached the WiX log, the error seems to be Error 0x80072ee2: Failed to send request to URL: http://wixtoolset.org/releases/3.6.2921.0/data/core.cab I can manually download this cab on the same connection.
2012-05-24 02:41:39 PDT in Windows Installer...
An extra "a" character is displayed before the word "Initializing" on the stdba hyperlink dialog during an uninstall or modify operation.
2012-05-21 13:27:09 PDT in Windows Installer...
Should the licence hyperlink be displayed?.
2012-05-21 13:11:38 PDT in Windows Installer...
Licence checkbox shown on modify or uninstall, I don't think this is correct.
2012-05-21 13:11:01 PDT in Windows Installer...
The [WiXBundleName] variable is not resolved on modify or uninstall - see image attached.
2012-05-21 13:09:11 PDT in Windows Installer...
Something else I have seen is that the variable doesn't seem to be set until you reboot (or possibly log off/on).
2012-04-30 01:41:07 PDT in Windows Installer...
When building a combined x86/x64 package it would be good if there was a single variable that could be used to reference the program files folder. For example on x86 or x64 ProgramFiles64Folder could return "C:\Program Files". On x64 ProgramFilesFolder would return "C:\Program Files (x86)".
2012-04-29 01:37:10 PDT in Windows Installer...
I have noticed that in burn the ProgramFilesFolder variable includes a backslash at the end and ProgramFiles64Folder doesn't: [04F4:06E0][2012-04-24T13:14:52]: Variable: ProgramFiles64Folder = C:\Program Files [04F4:06E0][2012-04-24T13:14:52]: Variable: ProgramFilesFolder = C:\Program Files (x86)\.
2012-04-24 08:45:09 PDT in Windows Installer...
Changing the help textbox to the following works: <Text X="11" Y="112" Width="-11" Height="-35" FontId="3">#(loc.HelpText)</Text> (Height changed to -35)
2012-04-24 07:20:16 PDT in Windows Installer...