My application is about 3 megabytes in size and it would be crazy to have to
distribute the whole runtime library just to deploy my application. Is there
any type of linker that I can use to import all the elements of the .net
runtime that my application is using, into the executable. If not, what would
you suggest in keeping my file size around 3 mb?
Michael Nemtsev - 13 Mar 2006 22:20 GMT
Hello tpknomad,
RemoteSoft's linker and mini-deployment tool (http://www.remotesoft.com/linker/index.html)
Thinstall Studio (https://thinstall.com/solutions/net_virtual.php)
Xenocode (http://www.xenocode.com/)
t> My application is about 3 megabytes in size and it would be crazy to
t> have to distribute the whole runtime library just to deploy my
t> application. Is there any type of linker that I can use to import all
t> the elements of the .net runtime that my application is using, into
t> the executable. If not, what would you suggest in keeping my file
t> size around 3 mb?
t>
---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour
"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
Cowboy (Gregory A. Beamer) - MVP - 13 Mar 2006 22:32 GMT
RemoteSoft has a tool, but I do not think it is updated for 2.0. You may be
out of luck right now.

Signature
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
***************************
Think Outside the Box!
***************************
> My application is about 3 megabytes in size and it would be crazy to have to
> distribute the whole runtime library just to deploy my application. Is there
> any type of linker that I can use to import all the elements of the .net
> runtime that my application is using, into the executable. If not, what would
> you suggest in keeping my file size around 3 mb?