Interview Question in Visual Studio 2003
Interview Question :: How to make an executable in VB.net |
I have a VB project for which I need to create a single executable, ASAP. I don't want a folder full of files; I don't want an installer; I especially don't want the user to have to have the .net framework on their computer.
Is this even possible any more? Everything I can find on the issue describes some sort of "Setup and Deployment" voodoo that creates a new folder on my computer, and I can't even figure out how to get it to *put* anything in that folder.
Again, I need an executable above all. If at all possible, I want this to be completely standalone. If I have to use Setup and Deployment, I will, but a few hints as to how to proceed once that project is created would be helpful.
Version: Microsoft Development Environment 2003, (Version 7.1.3088) and Microsoft .NET Framework 1.1 (Version 1.1.4322) from the Visual Studio suite. I have the CDs and can add components if necessary but I've looked and can't find anything that seems to be what I need.
Thanks for any help! |
|
|
|

Loading ...