HI,
Thanks for your reply. vcredist_x86.exe did NOT work as I expected.
To be honest, I don't know how I should deploy the product. In the
past, I used to copy all the stuffs in output directory to users(this
is an internal application so we don't have to package it very well).
For VS2005, obviously, I need the redistributable package similar with
DirectX.
What should I do to solve the problem?
> What method are you using for product deployment?
> Setup and deployment using a traditional Windows install package?
> Click Once?
> XCopy?
Phil Wilson - 15 Feb 2007 21:09 GMT
There is no single "Visual Studio 2005 redistributable" - it's going to
depend on the app and the language. The 2.0 framework doesn't matter if
you're straight C++, but it does if you're managed code, C++ or whatever.
The prerequisites choices in a 2005 setup project include the vcredist,
MDAC, SQL etc. Are you using a setup&deployment project?

Signature
Phil Wilson
[Microsoft MVP Windows Installer]
> HI,
>
[quoted text clipped - 12 lines]
>> Click Once?
>> XCopy?