Installer downloads wrong version of sql server compact edition

Posted by MartinStettner on Stack Overflow See other posts from Stack Overflow or by MartinStettner
Published on 2010-05-26T21:24:32Z Indexed on 2010/05/26 21:41 UTC
Read the original article Hit count: 234

I have a Visual Studio setup project which defines SQL Server 3.5 as prerequisite. I also set it up to download the required files from the source (i.e. Microsoft).

My project uses Sql Server 3.5 SP1. If I create the installer on my development machine, everything works fine.

When the installer is built on the build machine, it downloads the "old" 3.5 version (without SP1) which makes my application crash. (If I install SP1 on the test system manually, the application just works find...)

I installed both Visual Studio 2008 SP1 and Sql Server 3.5 SP1 on the build machine. This seems to be some issue with the prerequisite packages but they look the same on the development and the build machines.

Any idea what goes wrong here?

EDIT

Ok, I rechecked it and the package descriptions are'nt the sames. Oddly enough, the .msi file is the right one on the build machine but the old one on the development machine, so I guess if I tried to build an installer which includes the prerequisites, I'd get the wrong result on the dev machine and the right one on the build machine.

Extended question: How are the prerequesite packages (under C:\Program Files\Microsoft SDKs\Windows\v6.0A\Bootstrapper\Packages\SQL Server Compact Edition) meant to be updated to SP1? Is the SQL Server CE SP1 installer responsible for this?

© Stack Overflow or respective owner

Related posts about visual-studio-2008

Related posts about setup