.NET应用程序创建安装程序时出现疑问

问题描述:

嗨.....


我使用带有SQL2005的VB.NET开发了Windows应用程序....

在客户端系统中安装此Steup时,它要求使用sql server 2005 .....

我可以避免这个问题吗?....我是否为此添加支持文件....为此的帮助...

Hi.....


I developed windows application using VB.NET with SQL2005....

While install this steup in client system, it ask for sql server 2005.....

Can i avoid this problem..... Am i add support files for this.... Help For this...

您编写的应用程序具有SQL Server上的datbase,您想知道为什么安装程序要求SQL Server放置该数据库?真的吗?

客户必须安装SQL Server或SQL Server Express,然后他们才能安装您的应用程序.对此没有什么神秘的.
Your worte an app that has a datbase on SQL Server and you''re wondering why the installation is asking for an SQL Server to put that database?? Really??

The customer either has to install SQL Server or SQL Server Express, then they can install your app. There''s nothing mysterious about this.