So I migrated from VS2008 to VS2010 with my clickonce application. I use to have the 2008 C++ redist as a prereq for my application. Upon moving to VS2010 that option no longer exists and the 2010 C++ redist will not do. I have successfully been able to re-add the 2008 redist into the Visual Studio 2010 prereqs list.
My question is, if I now make the 2008 C++ redist a prereq again, will that break my clients? My clients already have the 2008 redist installed.
Thanks much