This might sound silly, but is Word already installed on the target
computer? You don't want to deploy MSO9.dll and MSWORD9.OLB, since they are
not standalone files.
You probably want to create a Launch Condition in your setup project that
will check to see if office/word are already installed, since your app
requires that they already be there.
---
David Guyer - VBQA Deployment Testing
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
>From: (E-Mail Removed) (Hughsie)
>Newsgroups: microsoft.public.dotnet.languages.vb
>Subject: Re: 'Class not registered' When application is installed and run
on another workstation.
>Date: 13 Apr 2004 01:46:41 -0700
>Organization: http://groups.google.com
>Lines: 33
>Message-ID: <(E-Mail Removed)>
>References: <(E-Mail Removed)>
<duwkpj64q28b.bc350d1hvrhz$.(E-Mail Removed)>
>NNTP-Posting-Host: 213.137.6.23
>Content-Type: text/plain; charset=ISO-8859-1
>Content-Transfer-Encoding: 8bit
>X-Trace: posting.google.com 1081846001 4002 127.0.0.1 (13 Apr 2004
08:46:41 GMT)
>X-Complaints-To: groups-(E-Mail Removed)
>NNTP-Posting-Date: Tue, 13 Apr 2004 08:46:41 +0000 (UTC)
>Path:
cpmsftngxa10.phx.gbl!TK2MSFTFEED01.phx.gbl!TK2MSFTNGP08.phx.gbl!newsfeed00.s
ul.t-online.de!t-online.de!news.glorb.com!postnews1.google.com!not-for-mail
>Xref: cpmsftngxa10.phx.gbl microsoft.public.dotnet.languages.vb:195354
>X-Tomcat-NG: microsoft.public.dotnet.languages.vb
>
>Chris Dunaway <dunawayc@_lunchmeat_sbcglobal.net> wrote in message
news:<duwkpj64q28b.bc350d1hvrhz$.(E-Mail Removed)>...
>> On 12 Apr 2004 07:44:22 -0700, Hughsie wrote:
>
>>
>> Is the CTDAYSLib.dll file present and registered on the workstation? All
>> COM .dll's must still be registered.
>>
>>
>> Can you show the line of code that has the problem?
>
>Thanks for the response. The CTDays problem is fixed now. I didn't
>realise the actual COM dll had to be installed as well as the
>wrappers. I thought the wrappers were instead of the original.
>
>The problem with my Word stuff remains though.
>
>I am creating Word docs from my application and the following
>dependancies show (which I believe are related to Word):-
>
>Interop.Office.dll
>Interop.VBIDE.dll
>Interop.Word.dll
>MSO9.dll
>MSWORD9.OLB
>
>All of the above are in the application directory but still no Word
>access.
>
>Again, any help would be much appreciated.
>
>Many Thanks
>
>Hughsie
>