Install component on a Server?

C

CocoaBean

I have a C# application that streams xml to write out an Excel file to a
folder destined for an external trading partner. I wish to install this app
on a server. Installing MS Office on the server is not allowed. Can I
instruct the Network Admins to install the following COM components without
installation of MS Office (if that is possible)?

- Microsoft.Office.Interop.Excel
- Microsoft Office 11.0 Object Library
- Microsoft.Vbe.Interop
 
C

CocoaBean

There are really two questions here.

1. Technically can these three COM components be installed on the server
without installing Office first?

2. If (1) can be done, does this violate MS's license agreement? Our
company does have several current volume licenses with MS for using Office 03
and 07.
 
C

CocoaBean

Answered the basic part of my own question. The interop components are only
wrappers around the COM components to allow managed code to interact with
unmanaged code.

So it would not do any good to only install these three components to a
server to make my application work. These interop components would need the
underlying COM components to do the actual processing for the applications.
So without MS Office components installed on the server, my application will
not work.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top