What is the best way to test whether .NET 1.1 is installed on someone's
machine? I'd like to give him a small program to run to test this, and
based on the answer, he'll download either the big version (with
dotnetfx.exe) or the small version of the install package for the app we're
distributing.
Test for existence of a directory under %WINDIR%?
machine? I'd like to give him a small program to run to test this, and
based on the answer, he'll download either the big version (with
dotnetfx.exe) or the small version of the install package for the app we're
distributing.
Test for existence of a directory under %WINDIR%?
Comment