|
Yes, it is a good effort on your part to come up with such a tool and it is great that you are giving it away for free.
But I have a small nitpick, couldn't you somehow compile your executable to use only WIN32 API instead of the .NET junk.
I think anyone trying to slim down a huge MicroSlob XP install would like it much better if the huge .NET runtime is not needed.
I don't know what development system you are using but both MS VC++/VS and Borland Delphi offer facilities to compile to a pure Win32 app. in addition to the .NET.
|