T
Thomas Jespersen
How do I detect which language the .NET framework is installed with?
I want to know this because we have an error related to .NET 1.0, which is
corrected in SP3 of the framework. I want to detect if the client is running
..NET 1.0 without SP and offer a download link. But if my client is running
..NET 1.0 US it should be a link to the US SP3 and if the client is running
..NET 1.0 Danish, then the link should point to the Danish SP.
I know I could tell them to run Windows update, but I want to use our own
high-speed servers.
Thomas
I want to know this because we have an error related to .NET 1.0, which is
corrected in SP3 of the framework. I want to detect if the client is running
..NET 1.0 without SP and offer a download link. But if my client is running
..NET 1.0 US it should be a link to the US SP3 and if the client is running
..NET 1.0 Danish, then the link should point to the Danish SP.
I know I could tell them to run Windows update, but I want to use our own
high-speed servers.
Thomas