Problem building a MSI
I have a VC++ project, I compiled with VS2005 and it worked well.
I built an MSI which is also fine.
The problem is, When i installed MSI on another system and tried launching the application, it tries to load a DLL ( ati80.dll ) which is not there on this machine. Later I found that MSI is built with ati70.dll and the application tries to use ati80.dll...
How can I add this latest DLL to my MSI ?

