在 VS2010 中创建 Winforms 应用程序
我知道这是一个非常愚蠢的问题,但我一直无法找到为我的 Windows 窗体应用程序创建基本安装程序的明确指南。我知道我们必须在 VS2010 中使用安装和部署项目,但一直无法找到任何分步指南。
如果可能的话,请指导我同样的事情。 谢谢
I know that this is a very stupid question, but I have not been able to find a definitive Guide to creating a basic Installer for my windows forms application. I know we have to use Setup and Deployment Projects in VS2010 but have not been able to find any step by step guide for it.
If possible please guide me regarding the same.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
许多 Winforms 项目不需要安装程序。只需复制 Release 文件夹中的文件即可,正式名称为“XCopy 部署”。设置和部署项目的演练位于此处< /a>.
Many Winforms projects don't require an installer. Just copy the files in the Release folder, formally named "XCopy deployment". The walkthrough for a Setup and Deployment project is here.
我目前也在学习如何进行安装项目。我发现了几个网站可以帮助我开始并拥有基本的安装程序。我知道第一个链接是 2005 年的,但它仍然有帮助。
http://www.simple-talk。 com/dotnet/visual-studio/getting-started-with-setup-projects/
http://www.eggheadcafe.com/tutorials/aspnet/dcc5ab62-b875-4852-9e34-8bc2794e4fb8/c--create-setup-project.aspx
I'm currently learning how to do setup projects as well.. I found a couple of sites that helped me to get off the ground and have a basic installer. I know the first link is from way back in 2005, but it still helped.
http://www.simple-talk.com/dotnet/visual-studio/getting-started-with-setup-projects/
http://www.eggheadcafe.com/tutorials/aspnet/dcc5ab62-b875-4852-9e34-8bc2794e4fb8/c--create-setup-project.aspx