Hello Everyone,

I have an installer with a bootstrapper for .NET 3.5 and SQL server compact
3.5. But would like to upgrade the SQLCE to "SQL Server Compact 3.5 Service
Pack 2". My installer needs to work offline and i am not sure how to
accomplish this. 

I have the "Bootstrapper Manifest Generator" installed, but where can i get
the information i have to put in for the SQL Server Compact 3.5 Service Pack
2? is it possible to download this whole package i can copy to "\Program
Files\Microsoft SDKs\Windows\v6.0A\Bootstrapper\Packages\" or is there some
package and product XML available?

Thank again for any help.

This is ItemGroup i am using now:

  <ItemGroup>
    <BootstrapperFile Include="Microsoft.Net.Framework.2.0">
      <ProductName>.NET Framework 2.0</ProductName>
    </BootstrapperFile>
    <BootstrapperFile Include="Microsoft.Net.Framework.3.5">
      <ProductName>.NET Framework 3.5</ProductName>
    </BootstrapperFile>
    <BootstrapperFile Include="Microsoft.Windows.Installer.3.1">
      <ProductName>Windows Installer 3.1</ProductName>
    </BootstrapperFile>
    <BootstrapperFile Include="Microsoft.SQL.Server.Compact.3.5">
      <ProductName>Microsoft SQL Server Compact 3.5</ProductName>
    </BootstrapperFile>
  </ItemGroup>

Měj se hezky,
Svatja
-- 
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/SQL-Server-Compact-3-5-SP2-prerequisite-tp5550632p5550632.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to