Is there any type of linker I can use with my application?

G

Guest

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?
 
M

Michael Nemtsev

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
 
G

Guest

RemoteSoft has a tool, but I do not think it is updated for 2.0. You may be
out of luck right now.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

***************************
Think Outside the Box!
***************************
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top