|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
How To Redistribute Office 2003 DLLSHello newgroup. In my application I'm calling on the Microsoft Word Object
Library to run a spell checker. How would I redistribute this object library? Thanks. --------------- -Dylan Copeland http://www.dc-studios.net http://www.vbdotnetforum.com "Dylan Copeland" <DylanCopel***@discussions.microsoft.com> wrote in message You are absolutely not allowed to distribute the object library (as far as I news:C70A74CA-2FE5-4B0E-B159-6B59B24BC395@microsoft.com... > Hello newgroup. In my application I'm calling on the Microsoft Word Object > Library to run a spell checker. How would I redistribute this object > library? > Thanks. > know). You distribute your interop library (interop.Word.dll, interop.Office.dll etc.) and it finds the required library itself. The user must have Office installed in order for the interop library to find it of course. So my spell check method will not work if the target machine does not have
Office 2003 installed on it? Show quoteHide quote "Robinson" wrote: > > "Dylan Copeland" <DylanCopel***@discussions.microsoft.com> wrote in message > news:C70A74CA-2FE5-4B0E-B159-6B59B24BC395@microsoft.com... > > Hello newgroup. In my application I'm calling on the Microsoft Word Object > > Library to run a spell checker. How would I redistribute this object > > library? > > Thanks. > > > > You are absolutely not allowed to distribute the object library (as far as I > know). You distribute your interop library (interop.Word.dll, > interop.Office.dll etc.) and it finds the required library itself. The user > must have Office installed in order for the interop library to find it of > course. > > > =?Utf-8?B?RHlsYW4gQ29wZWxhbmQ=?=
<DylanCopel***@discussions.microsoft.com> wrote in news:E87AAF24-FD58-4246-A858-2BCED18CA235@microsoft.com: No, the client machine needs MS Office installed + license.> So my spell check method will not work if the target machine does not > have Office 2003 installed on it? There are 3rd party spell check components online which are Office independent. The Office 2003 Update: Redistributable Primary Interop Assemblies which you posted in another message are merely the interop assemblies. They bridge .NET with the unmanaged Office DLLs. Sorry for the double post but would these work?
http://www.microsoft.com/downloads/details.aspx?familyid=3c9a983a-ac14-4125-8ba0-d36d67e0f4ad&displaylang=en
Show quoteHide quote "Robinson" wrote: > > "Dylan Copeland" <DylanCopel***@discussions.microsoft.com> wrote in message > news:C70A74CA-2FE5-4B0E-B159-6B59B24BC395@microsoft.com... > > Hello newgroup. In my application I'm calling on the Microsoft Word Object > > Library to run a spell checker. How would I redistribute this object > > library? > > Thanks. > > > > You are absolutely not allowed to distribute the object library (as far as I > know). You distribute your interop library (interop.Word.dll, > interop.Office.dll etc.) and it finds the required library itself. The user > must have Office installed in order for the interop library to find it of > course. > > > Only if the user has Office installed.
Show quoteHide quote "Dylan Copeland" <DylanCopel***@discussions.microsoft.com> wrote in message news:FD4E3A78-A98B-4773-8CAB-9FF261235320@microsoft.com... > Sorry for the double post but would these work? > http://www.microsoft.com/downloads/details.aspx?familyid=3c9a983a-ac14-4125-8ba0-d36d67e0f4ad&displaylang=en > > -- > --------------- > -Dylan Copeland > http://www.dc-studios.net > http://www.vbdotnetforum.com > > > "Robinson" wrote: > >> >> "Dylan Copeland" <DylanCopel***@discussions.microsoft.com> wrote in >> message >> news:C70A74CA-2FE5-4B0E-B159-6B59B24BC395@microsoft.com... >> > Hello newgroup. In my application I'm calling on the Microsoft Word >> > Object >> > Library to run a spell checker. How would I redistribute this object >> > library? >> > Thanks. >> > >> >> You are absolutely not allowed to distribute the object library (as far >> as I >> know). You distribute your interop library (interop.Word.dll, >> interop.Office.dll etc.) and it finds the required library itself. The >> user >> must have Office installed in order for the interop library to find it of >> course. >> >> >> You are not allowed to do so , your user must have office installed
regards Michel Posseth [MCP] Show quoteHide quote "Dylan Copeland" <DylanCopel***@discussions.microsoft.com> schreef in bericht news:C70A74CA-2FE5-4B0E-B159-6B59B24BC395@microsoft.com... > Hello newgroup. In my application I'm calling on the Microsoft Word Object > Library to run a spell checker. How would I redistribute this object > library? > Thanks. > > --------------- > -Dylan Copeland > http://www.dc-studios.net > http://www.vbdotnetforum.com
Prevent form minimize
Threading a ShowDialog? - progress form. is there any way to find the position of mouse click on a form SQL datasources dialog to choose folder in vb .net 2005 Command Prompt or Windows Why return false? OPEN A FILE FOR READ ONLY SQL datasources How to programatically check if an application has hang ? |
|||||||||||||||||||||||