Hi,
You can not redist microsoft office. Here is a link to a free .net
twain image scanner.
http://www.codeproject.com/dotnet/tw...p?target=twain
Ken
-----------------------
"Ali" <(E-Mail Removed)> wrote in message
news:07af01c3c550$ce4c0550$(E-Mail Removed)...
> I want use Microsoft Office Document Imaging control in
> the VB.NET application . I added this control to Visual
> Studion.NET tollbox and used it in my program. This
> program work coorect in my comuter, but it don't work in
> other computer, because first must install activex control
> for this component.
> Name of dll file for this component is "MDIVWCTL.DLL" and
> exist in this address:
> "C:\Program Files\Common Files\Microsoft Shared\MODI\11.0"
> My problem are:
> 1) VS.NET Deployement tools can not detect this component
> automatically when it make setup package, and in result
> this control don't install in target machine.
> 2) I can not register this control manually
> with "regsvr32" command line because I don't know dll
> file dependencies.