The nice quick response to my previous question was well appreciated. Here is another one.
I am trying to figure out how to create an EXE file from VB2008 program. The docs and help screen seem to totally ignore the concept (-:
Once a file is created and debugged, I know that I then use the Build. I don't see an option to finally create the exe and don't understand the screen that asks how the end user would receive the file (by web site, by CD, etc. I just want an exe file on the hard drive...
Maybe I am just not seeing the option to do it.
Loading
Sam HobbsPosted Nov 21, 2009, 10:09 AM
That creates the exe on your system. Note that a debug build is not for use in any system that is not licensed for (does not have) Visual Studio. So you must do a release build if you want to install the exe in other systems. Installation in other systems is called Deploying. You can create a deployment project to install an exe and related files from application projects. You can try copying your release-build exe to other systems; it might work if the other system has .net installed.
EmerogorkPosted Nov 22, 2009, 6:00 PM
Any ideas why the change...?
I will look into this... Deployment thing....
EmerogorkPosted Nov 22, 2009, 5:56 PM
Did I miss something or maybe my version of VB2008 may not have it.
Sam HobbsPosted Nov 22, 2009, 10:03 AM
Kirtan PatelPosted Nov 21, 2009, 10:41 AM