Hi Bob,
I have written support for detection of SQL CE in our main software. What I
had to do was look in the GAC, and there is an assembly in there for SQL CE.
The assembly details are as follows,
System.Data.SqlServerCe, Version=3.5.1.0, Culture=neutral,
PublicKeyToken=89845dcd8080cc91 (This is for the service pack 1 version -
i.e. 3.5.1.0)
System.Data.SqlServerCe, Version=3.5.0.0, Culture=neutral,
PublicKeyToken=89845dcd8080cc91 (This is for the non service pack version -
i.e. 3.5.0.0)
So yeah for me I need to detect that they have SP1 installed (3.5.0.1), but
if you are adding generic support I guess it needs to be able to support
detecting either.
Thanks,
Peter.
On Tue, Oct 7, 2008 at 5:42 PM, Bob Arnson <[EMAIL PROTECTED]> wrote:
> bob laughland wrote:
> > I would like to add another condition like that for SQL Compact 3.5
> > SP1, but I am not sure how. The API seems to be there for the .NET
> > case, but I cannot find anything like that for SQL compact.
> >
>
> The SQL extension covers SQL Server (including Express) but not SQL CE.
> If you can find documentation on how to detect SQL CE, we can look at
> adding support for it.
>
> --
> sig://boB
> http://joyofsetup.com/
>
>
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's
> challenge
> Build the coolest Linux based applications with Moblin SDK & win great
> prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> WiX-devs mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/wix-devs
>
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-devs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-devs