Friday, January 16, 2009

Open Application Created by Visual Studio 2008

When creating an application using visual studio I was trying to figure out a way that I could just run the application without having to install it first on my machine. You can run the application without installation by opening the project folder of your application then navigating to the bin folder, then the release folder:

My Documents\Visual Studio 2008\Projects\Visual Basic 2008 Terms\Visual Basic 2008 Terms\bin\Release

You can then double click on the application file without having to first installing the setup.exe file that is found if you publish the program.

No comments: