![]() |
![]() |
![]() |
Thinstall Hi all, just found some sort of .NET linker and thought I heard you guess talking about something like this.
Guyon Morée
sorry: http://thinstall.com
Guyon Morée
I may be wrong but I think it's covered before.
Li-fan Chen
The funny thing about all these supposed linkers is, that you must first download the framework anyway, because they can't like mscorlib.dll, and it's not separately redistributable.
Walt
You must have looked at Remotesoft's linker which, like you said, doesn't link any of the unmanaged DLLs. This one links everything into a single EXE and doesn't use any external files. There is no way someone would know you are using .NET unless you told them.
Jason Chung
One potential problem is that this approach might violate the .Net Framework developer's license. Microsoft has a license that lets you redistribute the entire Framework Redistributable file, but I think it prohibits slicing-and-dicing the file into individual DLLs, as this linker apparently would.
Robert Jacobson
Or at least buy one of those companies that makes a .Net linker and then include it in VS.Net *and then* sue the rest.
Wayne
|