Hi All,
I am writing a WIX installer which also has a bootstrapper. The
bootstrapper installs .NET 3.5 SP1 as well as SQL Compact 3.5 SP1.
The bootstrapper is called setup.exe, and our software is bundled into
a standard MSI file that is started after the bootstrapper has done
it's thing.
Inside the WIX project I have this line,
<Condition Message="This application requires the .NET Framework 3.5
SP1. Please run setup.exe.">
<![CDATA[Installed OR (NETFRAMEWORK35_SP_LEVEL and NOT
NETFRAMEWORK35_SP_LEVEL = "#0")]]>
</Condition>
This prevents people starting the MSI package installation without
running setup.exe (providing .NET 3.5 SP1 is not already installed).
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.
Any ideas?
--
View this message in context:
http://n2.nabble.com/SQL-compact-and-WIX-tp1302377p1302377.html
Sent from the wix-devs mailing list archive at Nabble.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