PDA

View Full Version : MSVC++ 2010 Redistributable



Unregistered
11-27-2013, 02:17 PM
I'm getting "The installation application failed to detect SetupBuilder Developer Edition" when trying to add Microsoft Visual C++ 2010 Redistributable Package with SB 8.1. It's the only one I've tried to add that has failed. My application requires MSVC++ 2010 SP1, could I just edit the sbi for MSVC++ 2010 with new GUIDs, versions, etc for the SP1 version along with including the proper vcredist exe? Thanks

linder
11-28-2013, 02:07 AM
Hello,

Please try again. Does this work?

Friedrich

Unregistered
12-02-2013, 07:12 AM
It is working now, thanks!

linder
12-02-2013, 07:31 AM
Perfect, thank you!

Friedrich

Unregistered
12-02-2013, 07:45 AM
Also, do you have an updated redistributable for SQL Compact? I found one you had posted for version 3.5 but it doesn't install, same error about couldn't detect SetupBuilder. I'll need to use version 4.0. Thanks

linder
12-02-2013, 08:11 AM
I have recompiled that redist package and it should detect SB8 now. But this is for 3.5 SP2 only.

Friedrich

linder
12-02-2013, 08:19 AM
BTW, I'll ask our Consulting to develop a ready-to-use redist for SQL CE 4.0. It's fairly simple because it is nothing more than embedding and launching the MS CE 4.0 redistributables.

Friedrich

linder
12-05-2013, 08:18 AM
http://www.lindersoft.com/publicdownloads/rt_sqlCompactredist40.exe

The install image includes the original Microsoft SQL Server Compact 4.0 redistributables (32-bit and 64-bit) and the SetupBuilder .sbi Include script.

Copy "rt_sqlCompactredist40.exe" into your \Runtimes folder under the SetupBuilder 8 Program Files folder tree. Then start it and the installer will copy the required SQL Server Compact 4.0 files.

You'll have a new "rt_sqlCompact40.sbi" script in your "core" Include script folder. Add this to your .sb8 project (see attached screenshot).

Unregistered
12-06-2013, 07:23 PM
Thanks for making this available!

linder
12-09-2013, 12:40 AM
You are welcome :)

Friedrich