On 6/28/06, James Hawkins truiken@gmail.com wrote:
I'll check it out, but I don't think that's related to my patch. This patch implements fetching remote packages that are given to MsiInstallProduct. This looks like the ability office setup is calling URLDownloadToCacheFileW itself to get the msi package before installing.
Right, it's only related in that it's downloading a .msi, and you're downloading a .msi. The code paths are different, but if we're going to fix installers that download .msi, may as well fix this one too sometime. - Dan