如何在visual studio 2010中使用发布 [英] how to use publish in visual studio 2010

查看:81
本文介绍了如何在visual studio 2010中使用发布的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在C#中开发了一个小窗口应用程序。现在我想创建它的设置,并且应该进行正确的安装。所以该怎么做我不知道。

请帮帮我

I develop a small window application in C#. Now I want to create its set up and a proper installation should be done. So how to do it I don''t know .
please help me

推荐答案

听取一个好的友好建议:养成一个好的应用。无论你在哪里复制它,最好的功能之一应该是它能够在没有安装的情况下工作。在最坏的情况下,它可能会安装Registry中需要的东西,所以你只提供卸载程序。



最后,微软开始高度鼓励这种安装风格。最好的开源产品也可以这样工作,其他一些产品支持便携式选项,现代术语只是意味着用户可以选择MSI安装或自行安装。



你说你的申请很小。更好的是:这意味着这是你最好的选择。



如果你不想遵循一个好的友好建议,创建一个标准的Visual Studio Setup /从标准模板部署项目,按照说明进行安装;这很容易。并且遭受高度冗余和无聊的活动。对于一个小项目来说尤其多余。



-SA
Listen for a good friendly advice: develop a good application. And one of the best "features" should be its ability to work without installation immediately, no matter where you copy it. In worst case, it might install what''s needed in Registry, so you only provide uninstall procedure.

Finally, Microsoft started to highly encourage this "installation" style. The very best open-source product also work like this, and some others support "portable" option, which in modern jargon simply means that the user can choose MSI installation or self-installation.

You say your application is small. Even better: it means that this is your very best option.

If you don''t want to follow a good friendly advice, create a standard Visual Studio Setup/Deployment project from a standard template, follow the instruction and make the installation; this is quite easy. And suffer from highly redundant and boring activity. Especially redundant for a small project.

—SA


看看点击一次部署技术 [ ]


创建一个好的应用程序,无论是小的还是大的意味着我想要说它你的应用程序的质量必须是高效的功能。



所以要部署你可以使用各种方法 - 这是两个简单的方法。



使用Installshield for VS 2010中的设置和部署 [ ^ ]

创建安装和部署项目的步骤 [ ^ ]
Make a Good Application either its small or big means I want to say it the quality of your application must be productive with features.

So To deploy you can use various methods-here are two simple methods.

Using Installshield for Setup and Deployment in VS 2010[^]
Steps to Create Setup and Deployment Project[^]


这篇关于如何在visual studio 2010中使用发布的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆