On Monday 08 November 2004 16:47, you wrote:
--- Michael Jung mjung@iss.tu-darmstadt.de wrote:
Yes, it is. I would even opt for removing this fixme (or changing it to a trace) and let the VerifyImage function always return TRUE. Implementing it in a sensible way would be a large effort, which would not buy us any
This would be really nice as I think this is what causes the .NET runtime to fail to install. When installing the free Microsoft C Compiler it bombs because it tries to install the .Net runtime and it looks like it gets all the way to the end of the install and then I see this message. I assume its doing some kind of hash check on the package and if it fails then its rolling the MSI package back.
Sorry for being imprecise, but VerifyImage does already always return TRUE. I just meant that we should get rid of the FIXME (And that we thereby implicitly have a consensus that this feature will never be implemented, because its of no value).