Run VB.Net Exe without installing .Net Framework

A

Alex

Hello,
is there a chance to run a exe (written in vb.net) without installing
the .net framework? i want start my exe and the .net framework from a
cd (e.g. to show a customer a view functions of the program)

Sincerely
A. Huberti
 
G

Grumpy Aero Guy

is there a chance to run a exe (written in vb.net) without installing
the .net framework?

I don't think so....

However, if the clients machine is XP with all security updates, etc.,
there's a GOOD chance the 1.1 framework (at least) is already on there. You
COULD carry the dotnetfx.exe with you, and INSTALL it, but... often that
will fail on a machine on a corporate network due to network policies.

Can you take a laptop and show it from YOUR machine? That's the safest
approach in insuring you can run the thing once there.....

Assuming you have XP, create a new "account" on your laptop, and run it from
there. You can even let your customer run it from there on your laptop. The
new account prevents anyone from hosing your main account...

Just some thoughts.....
 
S

Simon Verona

No, the framework must be installed on the PC that is running the
application.

Regards
Simon
 

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