Hello,
I have a setup which uses MS Visual C++ 2010 x86 as a prerequisite, but after moving to the latest version of AI (some OS updates not sure), the setup would install the pre-requisite, but then would complain that it did not get installed correctly. Read the forums on adjusting the pre-requisite condition. Not sure which one to put,so I removed the pre-requisite and tried to add it again. But I can't see it. The only thing I can see is, Microsoft C++ Runtime Libraries IA64, which when added caused another problem. If I download the VC++ runtime from MS and install manually my product works, but how would I create it as a pre-requisite so it installs automatically if needed. I need to use the x86 version even on 64 bit environments. What registry condition would I use.
Any insights ?
UPDATE:
Found the pre-requisite under Visual Studio, the other one was under Visual Studio Prerequisites. The only down side is that it downloads it. My setup needs to work for clients without internet access as well. Is there a way how to include the Visual C++ together with my setup, so internet connection is not neccessary ?
Thank you.