I need to add Visual C++ 2012 Redestribution (x86) as a prerequisite to an installer that I have created using VS 2016. But in order to do that I have to create product.xml along with package.xml in bootsrapper folder. Many posts suggest that to use Bootstrapper Manifest Generator to generate these xml files. But Microsoft has now archived that tool hence I don't have the tool for generating files.
Is there any way that I can make Visual C++ 2012 Redestribution (x86) a prerequisite for my installer?
I've already answered a similar question Add prerequisites to visual studio 2015. But I'll post the answer again in case the other question is deleted or the link will not be available.