i want to add Microsoft SQL CE 4.0
to my VS InstallShield LE Project Redistributables
I've done this steps:
- i'm create a Microsoft SQL CE 4.0.prq file(modify it like Microsoft SQL CE
3.5 SP2.prq) and Microsoft SQL CE 4.0 folder in this path :
C:\Program Files (x86)\InstallShield\2012SpringLE\SetupPrerequisites
- i copy the SSCERuntime_x86-ENU.exe and SSCERuntime_x64-ENU.exe in Microsoft SQL CE 4.0 folder
and Result:
The project was built successfully, But the installer can't install SQL CE 4.0..
Can anyone help me?