Click here to Skip to main content
15,886,830 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
help me to create a .exe app from a project of visual basic
Posted

1 solution

When you build your project, vs2010 would have created an exe in the Debug or Release of the bin folder. But to deploy your app in other computers you may need other files or components other than the exe alone, so you should build the installer package using the vs, read this: Visual Studio Installer Deployment[^]
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900