在Visual Studio 2008中部署Windows应用程序 [英] Deployment of windows application in visual studio 2008

查看:89
本文介绍了在Visual Studio 2008中部署Windows应用程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在c#.net中制作了一个Windows窗体应用程序,并使用sql server 2000作为数据库.我想为客户端进行安装,以便他们安装它,并且客户端只有Windows XP操作系统.这是我的第一个项目,请给我一些步骤以使用sql server进行安装.

此外,客户端计算机是否还需要sql服务器和框架进行安装.

I made a windows forms application in c# .net and used sql server 2000 as a database. I want to make setup for the client so that they install it, and client has only windows xp operating system.This is my first project please give me the steps to make setup with sql server.

Also, Is the client''s machine also need the sql server and framework for installation.

推荐答案

您的应用将需要SQL Server.您应该考虑是否可以更改为嵌入式SQL Server或Access,这会容易得多.否则,我倾向于编写从SQL脚本安装DB的代码,并将我自己的应用程序与安装程序一起放入,并拥有自己的应用程序,该应用程序运行启动画面并运行所有必要的安装程序,并用C语言编写,以便不能在.NET中使用.
Your app will require SQL Server. You should consider if you could change to SQL Server embedded, or Access, it would be a lot easier. Otherwise, I tend to write code that installs the DB from SQL scripts and put my own app that does that in with the installer, and have my own app that runs a splash screen and runs all the necessary installers, written in C so that it works without .NET.


这篇关于在Visual Studio 2008中部署Windows应用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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