K
KenWilson
I have written a shared add-in for Word using VS 2005. I would like to
deploy the add-in so that it is installed for all users on a given machine.
I am at a loss, however, on where to direct the setup to put the files.
Currently they are all being installed to the following directory:
C:\Program Files\<Company Name>\<Application Name>
We would prefer the files be deployed properly so that the add-in becomes
available immediately no matter who is using Word which currently is not the
case when we test install the package.
The files currently being packed for installation are our .dll containing
our code and the following assemblies;
Microsoft.Office.Interop.Word.dll
Microsoft.Vbe.Interop.dll
Can anyone clarify where I should instruct the setup to put these files?
deploy the add-in so that it is installed for all users on a given machine.
I am at a loss, however, on where to direct the setup to put the files.
Currently they are all being installed to the following directory:
C:\Program Files\<Company Name>\<Application Name>
We would prefer the files be deployed properly so that the add-in becomes
available immediately no matter who is using Word which currently is not the
case when we test install the package.
The files currently being packed for installation are our .dll containing
our code and the following assemblies;
Microsoft.Office.Interop.Word.dll
Microsoft.Vbe.Interop.dll
Can anyone clarify where I should instruct the setup to put these files?