There's a lot of difference between Win 98 and Win 2K. The latter is
built upon the NT model, which has continued upto XP. So, the answer I
think is No, it's not possible.
According to Microsoft, .NET 2.0 *is* supported under Win 98:
<
http://www.microsoft.com/downloads/...cb-4362-4b0d-8edd-aab15c5e04f5&displaylang=en>
There are however some classes of the the .NET Framework that are only
supported under NT systems but these are clearly flagged in the
documentation (the FileSystemWatcher class is one of those). There are also
some classes that requires the installation of additional packages for them
to work under Win 98 (all the WMI related classes for instance), but once
again this is all clearly mentioned in the doc.
I have not tried to install .NET 2.0 on a Win 98 machine myself though. I
know for a fact however that .NET 1.0 and 1.1 worked perfectly on Win 98
machines (as long as i didn't use NT-only classes)
I would try to install the framework using the setup file downloaded from
the page aboce. If this works, then you most likely have a problem with
your own setup program. If it doesn't then your Win 98 installation might
be somehow corrupted.