Classification: Public 

Hi Sean,

We deploy Microsoft SQL Server Compact 3.5 SP2 with our product. I am deploying 
it within burn and yes there is a MSI (two one for 32/64 bit)

Here is how I am doing it:

<MsiPackage Id="SQLCompactx86"
                      DisplayName="Microsoft SQL Server Compact 3.5 SP2 (x86)"
                      DisplayInternalUI="no"
                      Visible="yes"
                      SourceFile="..\PreReqs\SSCERuntime_x86-ENU.msi"
                      Name="RedistTMC\SSCERuntime_x86-ENU.msi"
                      Cache="no"
                      Compressed="no"
                      Permanent="yes"/>

          <MsiPackage Id="SQLCompactx64"
                      DisplayName="Microsoft SQL Server Compact 3.5 SP2 (x64)"
                      DisplayInternalUI="no"
                      Visible="yes"
                      SourceFile="..\PreReqs\SSCERuntime_x64-ENU.msi"
                      Name="RedistTMC\SSCERuntime_x64-ENU.msi"
                      InstallCondition="VersionNT64"
                      Cache="no"
                      Compressed="no"
                      Permanent="yes"/>

Go to Microsoft Download Center to get the MSI's

Steve

-----Original Message-----
From: Sean Farrow [mailto:sean.far...@seanfarrow.co.uk]
Sent: February-28-13 4:00 PM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] sql ce deployment

Hi,

I am considering using Sql ce for my next project that will require a local 
database.
Has anyone done any deployment with this using burn/is thee an msi available to 
deploy the necessary redistributable bits?
Any help appreciated.
Regards
Sean.
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics Download AppDynamics Lite for free 
today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



This message has been marked as Public by Steven Ogilvie on February-28-13 
6:03:42 PM.

The above classification labels were added to the message by TITUS Message 
Classification.
Visit www.titus.com for more information.

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to