i'm making a project in visual studio and there are references in my project such as Microsoft.Office.Interop.Excel .. etc
I set CopyLocal of Microsoft.Office.Interop.Excel to False
and the directory of Microsoft.Office.Interop.Excel is C:\Program Files\Microsoft Visual Studio 9.0\Visual Studio Tools for Office\PIA\Office12\Microsoft.Office.Interop.Excel.dll
after i build my application then i install it on another computer,
you know, in another computer there are no files like Microsoft.Office.Interop.Excel.dll or the like in "C:\Program Files\Microsoft Visual Studio 9.0\" to be used for my application. but strangely, my application is work fine.
Why Did This Happen?