D
David Thielen
Hi;
Here's the problem. We have a lot of customers who don't have .NET installed
that install our add-in (which is written in C#). The installer has a launch
condition to install .NET so they install .NET after they install Office.
Then when they start Word, there are no PIAs and they are not set to load on
first demand - because .NET was installed after Office. And there is no
message to the user about why the add-in fails, it just fails.
If we install the Office PIAs with our add-in, then this problem goes away.
So, can we install the Office 2003 PIAs?
And if so, should we install them into the GAC?
And if we can't, what is the suggested way to handle this issue since
failing with no message is a very bad way to handle this.
Here's the problem. We have a lot of customers who don't have .NET installed
that install our add-in (which is written in C#). The installer has a launch
condition to install .NET so they install .NET after they install Office.
Then when they start Word, there are no PIAs and they are not set to load on
first demand - because .NET was installed after Office. And there is no
message to the user about why the add-in fails, it just fails.
If we install the Office PIAs with our add-in, then this problem goes away.
So, can we install the Office 2003 PIAs?
And if so, should we install them into the GAC?
And if we can't, what is the suggested way to handle this issue since
failing with no message is a very bad way to handle this.