开发者

Visual Studio Setup Project Installer Prerequisite for SQL Server CE

I have a Setup Project in my solution in Visual Studio 2008 SP1. The application installs fine but it is not loading my prerequisite of SQL Server CE.

I have the following configurations set:

alt text http://img6.imageshack.u开发者_Python百科s/img6/317/msiq.png

Do I need to do anything else, like with a Custom Action or anything like that? Thanks.


I would suggest that you try private file–based deployment (deploying the SQL Server Compact 3.5 DLLs as part of the project) instead.

If you deploy this way you will circumvent this problem and also

  • Users do not need administrative credentials to install the application.

  • Can also use ClickOnce deployment

Another upside (or in some rare cases downside) will be that the deployment will not be serviced by the Microsoft Update...


Choose prerequisites from the same location.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜