|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Run VB.Net Exe without installing .Net FrameworkHello,
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 I don't think so....> the .net framework? 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..... -- Show quoteHide quoteGrumpy Aero Guy "Alex" <hubert***@web.de> wrote in message news:1155551233.611734.211960@i3g2000cwc.googlegroups.com... > 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 > No, the framework must be installed on the PC that is running the
application. Regards Simon -- Show quoteHide quoteSimon Verona "Alex" <hubert***@web.de> wrote in message news:1155551233.611734.211960@i3g2000cwc.googlegroups.com... > 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 >
A class structure question
Problems with Random Numbers Launching Word 2003 in prog creates exception How to query the table in a dataset? VB.NET and Microsoft Word problem: topic becomes read-only How to mask console password input IE input box from TreeView vb.net and DirectX Upgrading arrays (VB6->VB.Net Express) Session timeout and events |
|||||||||||||||||||||||