使用Sql server2012设置VS2012项目的文件制作 [英] Setup File Making of VS2012 Project with Sql server2012

查看:90
本文介绍了使用Sql server2012设置VS2012项目的文件制作的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我开发了一个带有数据库的桌面应用程序(C#VS2012 4.5)(SQL Server 2012)。

现在我想对它进行设置。

最终用户不知道什么是Framework,什么是sql server所以我想让我的应用程序设置所有必要的文件。我是否需要第三方工具来进行设置或者我需要什么

I have Develop a Desktop Application(C# VS2012 4.5) with Database(SQL Server 2012).
Now i want to make a Setup of it.
A end User Dont know what is Framework and what is sql server so i want to make my application setup with all necessary files. DO i need third party tools to make setup or else what i need to

推荐答案

这取决于,据我所知,VS2012中有一个选项。 />


我建议你使用 dependency walker [ ^ ](免费软件)了解项目所需的所有内容并安装在您的计算机中。然后你可以做安装包。



我以前用的是 Innosetup [ ^ ](免费软件)让我的自己安装,我花了一点时间来理解它,但现在网上有很多手册和例子。
It depends, as far as I know there is an option in the VS2012.

What I do recommend you is to use dependency walker[^] (freeware) to know all what your project needs and is installed in your computer. Then you can do the Install package.

Time ago I used the Innosetup[^] (freeware as well) to make my own install, it took me a bit time to understand it, but nowadays there are plenty of manuals and examples on the net.


Setup&据我所知,部署工具已从VS-2012中删除。

您需要下载&安装InstallShield

即使这是一个试用版版本,但你仍然可以从这个设置,只有一些功能被禁用,就像链接文件类型等。
Setup & Deployement tool is removed from VS-2012 as far as i know.
You need todownload & Install "InstallShield".
Even this is a trial version, but still you can make a setup from this only some of Features are disabled just like Linking File Types, etc.


这篇关于使用Sql server2012设置VS2012项目的文件制作的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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