Office dll redistribution

  • Thread starter Thread starter Tal McMahon
  • Start date Start date
T

Tal McMahon

Hello all,
I have an App that I would like to use a few of the
Office dll on. What license do I need to have to include
the DLL for people that do not (god forbid) have Office
on their computer? I have an MSDN subscription if it is
in there.

Thanks for the help

Tal McMahon
 
The question is, can you name a situation that you would use the office DLL
files and not have office installed on the client machine?

the office DLL's aren't really useful from what I've seen without office
installed.
 
Yes I can think of at least 2 situations where a User may
not have office installed on their computer but I would
like to use Office functionality in my application.


1. I would like to use an Office Dll to do spell and
grammar Checking in rich text format controls in my
application.

2. I would like to view .doc and .xls files in my
application.


Now as I am Building an Enterprise Wide application
(vb.net) and I cannot be assured that every computer on
the network has Office installed. If I want to Used the
above mentioned Functionality I need to package the DLL's
along with my application. I am looking for the Legal
way to do that.
 
Good answer. =)

Actually, instead of using the office ones and worrying about licensing
(which I think for something like this you may need an office developer
license, I don't know cost, I just know you can get office developer edition
because we have it here.=))

However, a more viable (and much easier to deploy solution) is to download
the VB Resource Kit in which case it contains the ComponentOne Studio. This
has a Thesaurus and Spell checker that is pretty slick and nicely wrapped
into user controls, I've used it, very slick, VERY easy to use and then you
dont' have to even worry about licensing through microsoft.

Sound good?

-CJ
 
* "Tal McMahon said:
I have an App that I would like to use a few of the
Office dll on. What license do I need to have to include
the DLL for people that do not (god forbid) have Office
on their computer? I have an MSDN subscription if it is
in there.

AFAIK an MSDN subscription doesn't allow you to distribute parts of the
shipped applications.
 
Back
Top