4
votes

First of all, my question is not quite the same as

Is Office 2007 PIA deployment possible without Office 2007?

I am not looking to use the PIA's yet. The IT engineers would ideally like to deploy the 2007 PIA's to everyone's computers before they upgrade Office 2007. This way there is fewer things that have to go right all at once. I am wondering if this is possible

3
NOt programming related.George Stocker
How is this not programming related? It's a deployment question about the .NET interop assemblies for PROGRAMMING against Office. If nothing else, it a million times more programming related than "what is your favorite programming comic" or "What is the origin of your SO username?"Jacob Adams
Actually @George this is completely programming related. If you don't understand VSTO questions please don't comment on them.Anonymous Type

3 Answers

1
votes

My best experience is deploing PIA with your application/add-in, because there are some awkward factors, which can be solved by this way.

If you will not register them to GAC, and tehy will stay in directory of you application/add-in you will not affect nothing else.

0
votes

No it is not possible. The Office PIA's require the correct version of Office to be installed first.

-1
votes

Yes, it's possible, we ended up doing it and it worked fine.