L
Luc Seguin
I made a EXE that do a verification after a installation of all DLL and
their date and version. All this is done in a excel file for the output
result.
Problem is at time we install it on a server that do not have a Office suite
installed on it. So when we run it it generate a activeX error. Basically
it not finding the Excel object (Version 11).
I have in the same folder my EXE and
Interop.Excel.dll
Interop.Office.dll
Interop.VBIDE.dll
office.dll
Now I don't want to have to make a installation package for it if that is
possible.
We don't want to install stuff on the server or have to rewrite the
application to get rid of Excel.
So my question is can we do it by manually registering some dll and if so
what dll should they be?
their date and version. All this is done in a excel file for the output
result.
Problem is at time we install it on a server that do not have a Office suite
installed on it. So when we run it it generate a activeX error. Basically
it not finding the Excel object (Version 11).
I have in the same folder my EXE and
Interop.Excel.dll
Interop.Office.dll
Interop.VBIDE.dll
office.dll
Now I don't want to have to make a installation package for it if that is
possible.
We don't want to install stuff on the server or have to rewrite the
application to get rid of Excel.
So my question is can we do it by manually registering some dll and if so
what dll should they be?