"slimmed" framework

G

Guest

Hello,

I want to pass a vb.net program without having to install the whole .net framework on the other computer. Is there a possibility to install a "slimmed" version of the .netfx.exe? Has anybody already created such a slimmed version or can anybody tell me that this is definitely n o t possible?

Thank you for your help.
 
N

Niki Estner

It is probably possible with one of the open-source implementations (mono
and dotgnu) of .net, but they might not be 100% compatible, not 100%
complete, so if this is only a disk space problem, by a new HD!

Niki

Albert P. said:
Hello,

I want to pass a vb.net program without having to install the whole .net
framework on the other computer. Is there a possibility to install a
"slimmed" version of the .netfx.exe? Has anybody already created such a
slimmed version or can anybody tell me that this is definitely n o t
possible?
 
B

Bob Lehmann

The problems with a "slimmed" Framework...

Who would decide what stays and what goes?
If at some point in the future, you needed additional functionality not
included in the "slimmed" version, you would have to install it again.
Many versions of the Framework would be out there. Nobobdy would know what
was going on.

Not worth the hassle IMHO.

Bob Lehmann

Albert P. said:
Hello,

I want to pass a vb.net program without having to install the whole .net
framework on the other computer. Is there a possibility to install a
"slimmed" version of the .netfx.exe? Has anybody already created such a
slimmed version or can anybody tell me that this is definitely n o t
possible?
 
H

Huihong

Our tool, Salamander Linker does exactly that,
http://www.remotesoft.com/linker
A free trial version will be posted on the website within
two weeks.

Huihong
Remotesoft
-----Original Message-----
Hello,

I want to pass a vb.net program without having to install
the whole .net framework on the other computer. Is there a
possibility to install a "slimmed" version of
the .netfx.exe? Has anybody already created such a slimmed
version or can anybody tell me that this is definitely n
o t possible?
 
P

Peter Strøiman

If you really want to avaoid installing the dotnet framework ( the only
reason I can see for that would be pollitical ), I think your best bet would
be to use a tool that would take the IL exe file, and recompile it to a
native machine code executable.

I have heard of such a tool, but unfortunately I don't know what it's
called, or where you can find it!

Pete

Albert P. said:
Hello,

I want to pass a vb.net program without having to install the whole .net
framework on the other computer. Is there a possibility to install a
"slimmed" version of the .netfx.exe? Has anybody already created such a
slimmed version or can anybody tell me that this is definitely n o t
possible?
 

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