Question : how to convert a project into exe file?

i have developed a project in windows application in visual studio 2008!!

is it possible to create exe file? if yes,how to convert this file into exe file?

Note:i had used sql server 2005 as back end in this project!!

Answer : how to convert a project into exe file?

You need to create a setup for your application
right click on your solution
add new project
add setup project template
then you can add your primary output of current project to this setup project
place shortcut for desktop and programfiles
and then add sql server as prerequisites
and rebuild it

and MSI and exe setup file will generate in your setup project directory
use this files for installing this project on other systems
Random Solutions  
 
programming4us programming4us