Problem building a MSI

Hi all,
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 ?
[434 byte] By [sizzling_brains] at [2007-11-20 11:56:36]
# 1 Re: Problem building a MSI
Do you mean Atl80.dll?
Possibly this MSDN topic ( http://msdn2.microsoft.com/en-us/library/ms235284(vs.80).aspx) will help.
JohnCz at 2007-11-11 4:02:06 >