jkhill Posted November 20, 2003 Posted November 20, 2003 Is it possible to create a simple standalone executable file with any part of Visual Studio that does not require "setup" or an installation? I want to create a simple executable that initiates Windows Media Player and plays a .mpg. I would prefer to use Visual Basic but I get the impression that everything developed in Visual Basic requires the .NET Framework be installed on the end user machine - is that correct? Quote
Administrators PlausiblyDamp Posted November 20, 2003 Administrators Posted November 20, 2003 Anything developed in .Net will require the .Net runtime. Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
esposito Posted November 20, 2003 Posted November 20, 2003 In the future this won't be a problem since all the new versions of Windows will include the .NET framework netively. So, making your app work on the final user's computer will be as easy as copying the executable from a machine to another. Quote Pasquale Esposito Perugia - Italy http://www.geocities.com/espositosoftware
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.