Reputation: 18827
I am currently installing a Powerpoint Add-in which I have built in C#. in the prerequisites Microsoft Visual Studio 2010 Tools for Office Runtime (x86 and x64)
is listed. I have created a setup using the ClickOnce
deployment. But I would idealy want my setup to not need admin rights.
The program Microsoft Visual Studio 2010 Tools for Office Runtime (x86 and x64)
needs admin rights to install... But do I need this program for my Add-In to work? It was in the prerequisites by defauly
Upvotes: 4
Views: 21268
Reputation: 18827
The Office extensions for .NET Framework 3.5 and Office extensions for .NET Framework 4. He also explained that starting in Microsoft Office 2010, the Visual Studio 2010 Tools for Office runtime is included and does not need to be deployed alongside your Office solution – BUT – (currently) only if you are targeting the .NET Framework 3.5.
If you are targeting the .NET Framework 4, the Visual Studio 2010 Tools for Runtime must be selected in the Prerequisites Dialog Box and installed on end-user computers. This is because the Office extensions for .NET Framework 4 are not included in the Visual Studio 2010 Tools for Office runtime that is included in Microsoft Office 2010 Beta or RTM.
Aside
From my own personal experience. over the past year I have found that anything lower than Microsoft Office 2010 (2007 and below) needed to install Visual Studio 2010 Tools for Office runtime.
Upvotes: 4