0

If I develop my software in Visual Studio 2008 SP1, I believe my clients need Visual Studio 2008 SP1 redistributables to run it. My question is, is there a natural way they can get the redistributables by Windows update or Windows SP1/2/3 without installing the redistributables by themselves?

lycoan
  • 23
  • 4
  • (assuming c++) they generally need the same or better installed, and I don't think you want to rely of your users getting the Windows Updates before installing you application. – crashmstr May 11 '12 at 19:34

1 Answers1

0

Your clients actually doesn't need any redistributables - only CLR (.NET Framework) installed

Andriy Zakharko
  • 1,623
  • 2
  • 16
  • 37