It sounds like you didn't deploy the interop DLL for OWC.DLL. If you added a
reference to it, VS generated an interop DLL for you, or depending on the
version of Office you might need to deploy the Office PIAs.
http://support.microsoft.com/default.aspx?scid=kb;en-us;328912
scrrun.dll is part of the scripting run time - it's installed if the system
is using later versions of IE or the OS, otherwise you'll need to install
the scripting run time - see these:
http://support.microsoft.com/default.aspx?scid=kb;en-us;290661
http://msdn.microsoft.com/library/default.asp?url=/downloads/list/webdev.asp

Signature
Phil Wilson
[MVP Windows Installer]
Definitive Guide to Windows Installer
http://www.amazon.com/exec/obidos/tg/detail/-/1590592972/104-7044380-4696760
> Hi All:
>
> I developed my code and it runs beautifully in my development environment. However, when I attempt to deploy I am getting dependency errors. My
dependency errors are for scrrun.dll and OWC.dll. My users will all have
the correct version of Microsoft office on their machines. I want to fix
this problem.
> Please help me.
>
> Rachel