.net - Setup.exe installing prerequisites even if they are preinstalled -
i deploying .net application .net framework 4.0 , vs 2010 c++ redistributable prerequisites.
when setup.exe runs in machine prerequisites satisfied bootstrapper install them again.
is known issue? , what's correct way solve it?
the solution edit bootstrapper product.xml file contain correct product code visual studio c++ redistributable.
see post below contains steps fix this:
visual c++ 2010 runtime libraries prerequisite keeps popping on vs 2010 created installer
Comments
Post a Comment