PDA

View Full Version : C++ 2008 redistrib Dependency module anywhere?


Dan Ullman
11-10-2008, 07:29 PM
Is the a C++ 2008 redistributable Dependency module anywhere? I search but did not have any luck finding one for SF8

jassing
11-13-2008, 05:08 PM
Why not just include the dll's in your setup and set to overwrite if older.
Set to shared files so the count is incremented for uninstallers.

I think that's cleaner than a dependancy module which installs the files even if the user cancels your install.

SetupJuggler
11-19-2008, 07:45 AM
I'm a newbe using SUF 8.1.1006.0. This version has got a Visual C++ 2008 dependency module included.

Udo