如何将Visual Basic的项目表单转换为.Exe应用程序

如何将Visual Basic的项目表单转换为.Exe应用程序

问题描述:

帮助我从visual basic的项目中创建一个.exe应用程序

help me to create a .exe app from a project of visual basic

在构建项目时,vs2010会在Debug中创建一个exe或释放bin文件夹。但是要在其他计算机上部署您的应用程序,您可能需要除exe之外的其他文件或组件,因此您应该使用vs构建安装程序包,请阅读: Visual Studio安装程序部署 [ ^ ]
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[^]