开发者

Doubts about Visual Studio 2010 Setup Project

I'm developing my first win app and I have some doubts about setup project.

I'm using LinqToSql with a local database file. I know that must add this database to the setup project.

But, i开发者_StackOverflowf I install this app in another machine, this machine must have sql server express installed to run my app?

I've user 4.0 framework. Do I have to add the 4.0 installer to the setup project as well?

Thanks!!


If your application needs SQL Server Express and .NET Framework to run, you can add them as prerequisites to your installer. Visual Studio setup project should have them in the predefined prerequisites list.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜