Run VB.Net Exe without installing .Net Framework

  • Thread starter Thread starter Alex
  • Start date Start date
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
 
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.....
 
No, the framework must be installed on the PC that is running the
application.

Regards
Simon
 
Back
Top