I am using IS 10.5 with SP1.
In one of my basic MSI project, I want to run the SP1 for .NET Framework 1.1 (not the .NET 1.1 itself, but SP1 of it).
Microsoft suggest that the best way to determine if SP1 is already installed is to read a registry vaule and check it. The problem is that this value is a REG_DWORD value (and not a "regular" string value).
It seems that the setup prerequisite fail to read a non-string registry value. Did anyone have any success in doing that?
Thanks.
Igal

