cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
rcorak
Level 2

Installing .NET Framework 3.5.1 & SQL CE 3.5.1

Does InstallShield 2009 Express have prerequisite "install modules" for .NET CF V3.5.1 and SQL Server Compact Edition V3.5.1? For CF, they only seem to provide up through V3.5 but do not have the V3.5.1. I didn't see anything downloadable for SQL Server CE V3.5.1.

Regards,

-Rob
Labels (1)
0 Kudos
(1) Reply
hidenori
Level 17

Please follow the steps below in order to include Microsoft SQL Server Compact 3.5 SP1 in your setup:
[LIST=1]
  • Download and install Microsoft SQL Server Compact 3.5 Service Pack 1 for Windows Mobile on your development machine.
  • Open Settings.xml located in C:\Program Files\InstallShield\2009 Express\Support\0409 folder using Notepad.exe.
  • Find SQLClient35, SQLServer35, and SQLDev35 MobileRedist elements under //DevStudio/IDE/ISMoblie/MobileRedists.
  • Change the value of the DisplayName attribute to read 3.5.1 such as "Microsoft SQL Client 3.5.1".
  • Change the value of the ProductCode attribute to {C15449F8-3277-411C-967C-AE6731E4C71B}
  • Save the changes to Settings.xml
  • Run the Windows Mobile Wizard in the InstallShield IDE.
  • Select "Microsoft SQLCE 3.5.1" on the .Net Compact Framework panel.
  • Rebuild your setup.

    I do not see Microsft .NET Compact Framework 3.5 SP1 released from Microsoft yet. Correct me if I am wrong.
  • 0 Kudos