简体   繁体   中英

Do I need to install Microsoft Visual Studio 2010 Tools for Office Runtime (x86 and x64) for my powerpoint Add-in?

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

From This link

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 .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM