如何从安装项目中使用
我的项目的开发阶段已经完成,现在我想创建一个安装文件。
我应该在文件系统部分的应用程序文件夹中添加什么?
在哪里以及如何添加项目、数据库、资源和必要的 dll 文件的图标?
The development phase of my project has been completed and now I want create a setup file.
What shoud I add in Application Folder in File System section ?
Where and how can I add my icon of project, database, recource and essential dll file?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在 Visual Studio 中,将安装项目应用程序添加到解决方案中。
安装程序是一种项目类型,因此就像添加另一个.exe。
Visual Studio 有一个向导可以引导您完成大部分步骤。
In Visual Studio, you add a setup project application to your solution.
Setup is a project type, so it's like adding another .exe.
Visual Studio has a wizard that takes you through most of the steps.
好吧,如果您的问题是“如何创建项目的设置?”您应该尝试阅读互联网上的一些教程:
Well if your question is like "How do I create a setup of my project?" You should try reading some of the tutorials on internet: