So i know that C# require .Net be installed, because of BCL, CLR, etc...
But i have a WPF application, supposed to work in win98-XP, and can't install .Net higher, than version 2, so WPF requires 3.5 afaik.
So idea is in static linking. Can I staticaly link all used libraries (mscorlib, clr, etc) and launch it like a simple native application? I don't care if application size is many mbytes, it just should work.